[Vtigercrm-developers] Reports not showing related module / uitype 10 field

Joe Bordes joe at tsolucio.com
Wed Jan 8 18:24:38 GMT 2020


I don't think the reporting system can do what is being asked because 
you have to negate on a subquery, something like this:

select accountname from vtiger_account
where not EXISTS (select 1
                   from vtiger_emaildetails
                   inner join vtiger_crmentity on crmid = emailid
                   where description like '%some_text%')

as soon as you "join" on the email relation you can't do that anymore.

I would recommend a direct SQL (if that is supported) or using 
mattermost or superset (we are using both with good results)

please correct me if I am wrong as I haven't seen vtigercrm in ages....


On 8/1/20 8:43, Uma S wrote:
> Hi lajeesh,
>
> Reports will list the fields of modules based on related-list and if 
> that's chosen as secondary module in your reports. Male sure that 
> particular uitype 10 is linked to module via related list.
>
> On Mon, Mar 11, 2019 at 1:21 PM lajeesh k <lajeeshk at gmail.com 
> <mailto:lajeeshk at gmail.com>> wrote:
>
>     Hello,
>
>     Reports not showing fields of related modules (ui type 10) in
>     colum list of filter.
>     Anyone has code for this feature  ?
>
>     Regards,
>     Lajeesh
>     Freelance developer / entrepreneur
>
>     _______________________________________________
>     http://www.vtiger.com/
>
>
>
> -- 
> With
> Best Regards
> Uma.S
> Vtiger Team
>
> _______________________________________________
> http://www.vtiger.com/

-- 
Un saludo
Joe
TSolucio

JPL TSolució, S.L. garantiza la confidencialidad de los datos que obran en su poder y según lo estipulado por la LOPD
(Ley Orgánica 15/1999 de 13 de diciembre de Protección de Datos de Carácter Personal). Este mensaje se dirige
exclusivamente a su destinatario y puede contener información privilegiada o confidencial. Si no es vd. el destinatario
indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización está prohibida en
virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente
por esta misma vía y proceda a su destrucción. El correo electrónico vía Internet no permite asegurar la confidencialidad
de los mensajes que se transmiten ni su integridad o correcta recepción. JPL TSolució, S.L. no asume ninguna
responsabilidad por estas circunstancias.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20200108/70d1a9fe/attachment.html>


More information about the vtigercrm-developers mailing list