Report Contact without Meeting

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1476

    Report Contact without Meeting

    Hi,
    i ask to specialist of Advanced Pack.
    How i can make a report grid for contact without meeting ? or more complex, with meeting status "Held, Not Held"?
    entity : Contact
    type : Grid
    Contact.name
    Count

    and the filter :
    count(meeting) == 0


    Or

    entity : Contact
    type : Grid
    Contact.name, meeting.status
    Count

    and the filter :
    count(meeting) > 0​

    not really understand the "expression" selector in report

    Thanks

    Haa just, what a wonderfull extension.. it's crazy
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    It's better to use List report, but Grid also possible.

    Contacts w/o meetings:

    Click image for larger version

Name:	image.png
Views:	147
Size:	8.8 KB
ID:	101495


    Contacts that have Held meetings:

    Click image for larger version

Name:	image.png
Views:	118
Size:	13.5 KB
ID:	101496
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • item
      item commented
      Editing a comment
      Many thanks Yuri,
      you are a genius (with your team of course).. what incredible is EspoCrm and extension.
Working...