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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
madhuqliklondon
Creator II
Creator II

Set analysis help

I have columns :

[customer NO]

[order number]

[total amount]

[date]

[country]

what I am trying to get is Per month How many  distinct customers( because one customer may order couple of times with different order number) , how many orders are there under £20 and how many are over £20 , total revenue and average order value

some thing like below .

|  

grouptotal customerstotal orders£total revenue £aov
under £209872113587254712.2318.74
over 201284719587878587.2344.85
16 Replies
madhuqliklondon
Creator II
Creator II
Author

Hi Sunny ,

when I use those expressions , it is counting single orders as one and its taking avg of that order only. I was trying to do Total distinct customers, total no of orders and all order total revenue and the avg of revenue for selected month

Untitled.png

sunny_talwar

Did you use this as your dimension?

Aggr(If(Sum([total amount]) < 20, 'under £20', 'over £20'), [order number])

madhuqliklondon
Creator II
Creator II
Author

Untitled22.png

madhuqliklondon
Creator II
Creator II
Author

Hi Sunny ,I have clicked on amount in user Dimensions and added.

sunny_talwar

Not sure I understand... would you be able to share a sample?Preparing examples for Upload - Reduction and Data Scrambling

madhuqliklondon
Creator II
Creator II
Author

Hi Sunny got it, I never seen top of the column where it is giving totals. Is there a chance we add Dimension to search box like under £15 and Over £15 ? like we add month, year etc..

madhuqliklondon
Creator II
Creator II
Author

To multi box I mean.