Discussion Board for collaboration related to QlikView App Development.
Hi,
I am trying to do write a set analysis expression like the following
Sum( {$<Period={Period2>} and $<Cat={'Bike'}>} Amt)
try with it:
Sum( {$<Period={Period2} , Cat={'Bike'}>} Amt)
Hi,
Try with this!
Sum( {$<Period={Period2}, Cat={'Bike'}>} Amt)