Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis not work

I want calculate an index DP%.

numerator =
Total customers  turnover  supplied by the wholesaler who bought an article.

Denominator
total turnover of the wholesaler

Example

Numerator = 30565

Denominator=1927067

DP=1.5%

if I select one item, my formula is correct

if I don’t select one item,it not work.


can you help me
thank you

4 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

The %DP calculation is a bit weird (disable the Total, because it will produce garbage), but you can try with this expression:

=sum(aggr(sum({<COD_ARTICOLO=>} TOTAL <COD_FILIALE,COD_ESERCIZIO> FATTURATO), COD_FILIALE, COD_ARTICOLO, COD_ESERCIZIO)) /

aggr(sum({<COD_ARTICOLO=, COD_ESERCIZIO=>} TOTAL <COD_FILIALE> FATTURATO), COD_FILIALE, COD_ARTICOLO, COD_ESERCIZIO)

Not applicable
Author

Peter,Your formula works.
Thank you very very much

Chanty4u
MVP
MVP

Hi,

Please close the thread if u got the solution

chk below link

Qlik Community Tip: Marking Replies as Correct or Helpful

Not applicable
Author

Peter,

can  you  write a correct formula for the total?

please