Count occurences of sells per customer
Julux
Registered Posts: 8 ✭✭✭✭
Hi there,
I think it must be a very simple task, but I can't find any recipe or formula in order to count the number of sells per customer (I have a colum "orderTransaction" and a column "IDbuyer").
Thank you for your help !
Tagged:
Best Answer
-
Hi,
Have you tried a "Group" recipe? You'd have to specify IDbuyer as a grouping key when creating a recipe and then "Count" next to the orderTransaction column.
Answers
-
Sorry for late answer ! Your solution worked ! Thank you very much !