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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
teempi
Partner - Creator II
Partner - Creator II

Conditions in set analysis

Hello,

Is it possible to generate set {1,2,3,4,5,6} in set analysis by using a condition? I mean something like "value > 0 and value < 7".

-Teemu

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

You should be able to do it by specifying a search mask in double quotes for the set, for instance:

sum({<value={">0 <7"}>} something)

View solution in original post

2 Replies
johnw
Champion III
Champion III

You should be able to do it by specifying a search mask in double quotes for the set, for instance:

sum({<value={">0 <7"}>} something)

teempi
Partner - Creator II
Partner - Creator II
Author

Thanks! That was just what I needed.

-Teemu