Discussion Board for collaboration related to QlikView App Development.
I need to calculate a KPI only if a dimension is greater than a number set in a variable
Sum({<Dimension={"=COUNT(Dimension)>$(vNumber)"}>} XXXXXX)
but it doesn't work, i don't want to use if condition for performance troubles, is it possible?
Tks