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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
archire2102
Partner - Contributor III
Partner - Contributor III

Comparing a variable in set analysis is not working

Hi,

I am trying to put a condition where the value of variable should be less than or equals to 30 within set analysis with other conditions as well:

[$(vSoaInterval)] = {'<=30'}

This doesn't seem to work.

1 Solution

Accepted Solutions
archire2102
Partner - Contributor III
Partner - Contributor III
Author

Hi Sunny,

Thanks for your reply. The reason why it wasn't working is that it had multiple values and variable can store only 1 value.

View solution in original post

2 Replies
sunny_talwar

What is the definition for vSoaInterval? If it is an expression... like Sum(Measure)... it won't work because you cannot have functions on the left hand side of a set modifier.... Would you be able to share some sample data and what is that you are trying to get out of it?

archire2102
Partner - Contributor III
Partner - Contributor III
Author

Hi Sunny,

Thanks for your reply. The reason why it wasn't working is that it had multiple values and variable can store only 1 value.