Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
lmonincx
Creator II
Creator II

Help with agrr on count cust having more than 1 order on store level

I am looking for a way to count per store how many customer did order more than 1 qty

I have the following info

store qty person

abc     1     A

abc     1     A

abc     1     B

abc     1     C

def      1     D

I would like to end up with a  table like

Store     # person

abc          1

Please find attached the qvw, i tried using the aggr but got stuck

Many thanks for the help!

Linda

1 Solution

Accepted Solutions
anbu1984
Master III
Master III

count(if(aggr(sum(Qty),Store,person)>1,person))

View solution in original post

3 Replies
anbu1984
Master III
Master III

count(if(aggr(sum(Qty),Store,person)>1,person))

lmonincx
Creator II
Creator II
Author

great thanks exactly what i was looking for

anbu1984
Master III
Master III

Pls close the post