Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Could you help me to add expression, which calculate total sum for each product group by TYPE.
Please find attached the file.
Thanks,
Hi,
Please find attached file for solution.
Sum(aggr(Count([product ID])*Max(Price),TYPE, [product ID]))
Hope it helps you.
Regards,
Jagan.
first expression:
count
(DISTINCT [product ID])
second expression:
sum(Price)
Hi,
Please find attached file for solution.
Sum(aggr(Count([product ID])*Max(Price),TYPE, [product ID]))
Hope it helps you.
Regards,
Jagan.
hello Jagan,
Why did you use Max(Price)? I removed Max and it works.
Thanks again,