Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

need expression for following scenario

i have a scenario i want to display the rows which contain lead,opportunities,contacts=0

please find the following attachment

11 Replies
Not applicable
Author

Hi Praveen,

you can try this:

=count({<response={0},oppty={0},lead={0}>}[activity id])


Ramya

Not applicable
Author

Hi Praveen,

I think it is best done at the script level. Please see the attached script.

Thanks,