Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have to calculate in a table the total amount of purchases made by customers who have placed an order for at least 2 different types of product.
I know that Set Analysis is evaluated only once when calculating the chart values and as a workaround for the number f customers I used:
Count( distinct {<[Flag Buyer] = {'1'}>}
IF(aggr(count(distinct {<[Flag Buyer] = {'1'}>} [Product Type]),[Customer ID],YearMonth)>1,[Customer ID])
)
I can't find a way to obtain the Sum of purchases of only these customers.
How can I obtain the result?
Thanks in advance for any advice 🙂
Davide