Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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)
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)
Thanks! That was just what I needed.
-Teemu