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: 
Not applicable

count by distinct customer and summed value by date

My brain isnt working today

I have a transaction table with customer id transaction date and transaction value. Customers may make multiple transaction per day.

I have a pivot table with transaction date as dimension and sum(value) and count(distinct customer id) as expressions

That all works fine, but what I need is another column with count of distinct customer id of customers spending more than £50 per day. Everything I try bring back junk.

e.g.

Date Total Order Value Total Customers Total Customers > £50

[TXDate] sum(TXValue) count(distinct Customerid) ??????

1/1/2009 £1223 123 12

I'm sure its easy, just can't sus it

Thanks

10 Replies
wizardo
Creator III
Creator III

this one works like charm

great idea thanks

mansyno