Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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