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: 
Death4Free
Contributor III
Contributor III

Variable in Set Analysis

Hi! Is it possible to use variable as parameter in Set Analysis. I mean for example measure like this:

Count( {< $(sum_Sales)={">0"}>} [Month]) - dont work.

I want to count months where variable sum_Sales is more than 0.

20 Replies
Death4Free
Contributor III
Contributor III
Author

Sorry for waste of time but this is correct - Count( {< Psc={">0"}>} [Month])

Only problem that Count( {< '$(sum_Sales)'={">0"}>} [Month]) return null.