Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Goal: User inputs number and field : currentPrice_EUR filters ONLY bottom (user inputed value) rows.
What I have:
I need to make a dimension expression to show and select only values that are higher than vBottomValues. I am having issues because It is not removing all those that don't match the criteria, instead it is keeping them and just showing me bottom ones first.
What I've tried:
=aggr(
if(rank(currentPrice_EUR) > $(vBottomValues), currentPrice_EUR),
currentPrice_EUR
)
This shows bottom first but keeps all the rows..
Tried looking for this everywhere can't seem to understand why shows all rows instead of just bottom ones picked.
@Nolgath Perhaps check the sorting order how that looks like?