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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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

i need straight table like 2nd sheet in excel

senpradip007
Specialist III
Specialist III

No 2nd sheet is there in the excel.

Not applicable
Author

!

fashid
Specialist
Specialist

There is no second sheet friend. please check your attachment

Not applicable
Author

sorry plz check this one

senpradip007
Specialist III
Specialist III

Where the attachments?

Not applicable
Author

sry once again olz find the below attachment

Not applicable
Author

Hi,

Try this:

for count of activity id where lead,opportunities,contacts=0

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

Thanks

khushboo

antoniotiman
Master III
Master III

Hi,

You can use calculated dimension as

If(response=0 and oppty=0 and lead=0,[activity id])

or Aggr(If(..........,[activity id]),[activity id]) if You need.

Regards,

Antonio