Discussion Board for collaboration related to QlikView App Development.
Can we use a set analysis expression inside an if condition....???
Thanks in advance
We can but it must be inside an aggregation function:
if(sum({1<Year={2008}>}Sales)>0, 1, 0)
Thanks
Agis
Agis is right, see also
Yes, we can use it. But it depends of scenario.