Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having a scenario for creating 80-20 rules.If any body having qvw for the same please share with me.
Hi,
please see the example. It provides hopefully the information you need.
Good Luck!
Rainer
I use this formula, but is 20 customers, not 20%...
=
'80/20
&
num
(
sum
(total <Period,CONCERN_NAME> aggr(
if
(
rank
(sum(SALESAMOUNT))<=20
,
sum
(OMZET))
,
))
/
sum
(total SALESAMOUNT)
,
)
Wouter,
I think you should set up a 20% count on the customerID. So your expression would then look like:
--------------------------------------------------------------------------------------------------------------
=
'80/20
&
num(
sum(total <Period,CONCERN_NAME> aggr
(if
(rank
(sum(SALESAMOUNT))<= (count(distinct CONCERN_NAME_ID)*0.2)
, sum
(OMZET
))
,CONCERN_NAME
))
/
sum(total SALESAMOUNT )
,
'###.##0,00%', ',' , '.'
)
--------------------------------------------------------------------------------------------------------------
I hope this will help you.
Now you can do this with dimension limit in qlikview 11.