Good Afternoon,
I'm trying to get the dimension limits to work on a very simple straight table but I cannot understand what this option is doing.
I want Qlikview to return me thoose rows that aggregated sums up to the 80% of the total of the rows.
I have different results using qlikview capability or an embeded formula to manual calculate the limit.
Could someone help me?
Just checked with QV 11 and it's working... QV 12 Bug detected
this shows the top 3
sum({<pais={"=aggr(rank(sum(nro)),pais)<4"}>} nro)
you can put a variable instead of hard-coded ranks e.g. 4
go to Dimension Limits --> uncheck Show Others property
hope it helps
Hi,
This is not what I aim for. This will show me the top 3, but not those rows that sum up the 80% of the total
Already tried and, not working:
It's weird, I have used it in the past without issues... but even your expression one isn't correct... you need to sort by an expression to get the right result
You're right. With the expression it works, but i need to know why it is not working with the usual flow.
It will be applied to a table with 20 expresions. So using expression like limit won't be a solution for me...
go to Dimension Limits --> uncheck Show Others property
See attached..
oh! it's magic... what did you do to solve it?
I am curious too