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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
amit_shetty78
Creator II
Creator II

Help with expression

Hi All,

I have the following expression in a pivot.

=IF((sum(if(Month([Date1])='Feb',1,0)) * sum(if(Month([Date2])='Feb',1,0))),
sum(if(Month([Date2])='Feb',1,0)))


This basically does is aggregates for the dimension product and counts the number of entries for the product where Date2 has a value.

Is there a way to write this expression to be free from the current selections like we can do in set analysis and which may be better on performance, may be using Set Analysis?

Any suggestions.

Thanks.

0 Replies