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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
guya
Contributor II
Contributor II

Help on a set analysis expresion

Dear,

I would like to create a chart (pivot or straight) that shows the following:

the %age represented by the top 40 customers against the total customers
The number total of their corresponding orders and the %age against the total orders
and the average price of these orders.

Can any one help me for the expression?

with many thanks,

Guy



1 Reply
Not applicable

Hi Guy,

I think that you must use the Top function in your expression.

For example :

sum( Orders) / top( sum( Orders),40)

Hope this helps 😉

Kindly,