Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have table like below...
Need output table as below
This solution should be on UI side only... I don't want to handle this on script end...
Use Distinct with sum
Dimension:- REGION
Expr1:- Sum(SALES)
Expr2:- Sum( Aggr( sum(DISTINCT CREDIT),CUSTOMER) )