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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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.

Labels (1)
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.