Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm performing analysis using three fields:-
Country/ProductName/SalesAmount
Here I'm trying to group data in a form that I could get the highest sold product name with it's sales amount for each country.
For help, I'm attaching small data set in qvd form.
Hi @Kawaljeet_Singh ,
Please use below expression
=aggr(if(rank(sum(salesamount_))=1,productname_),country_,productname_)
to get desire output
Hi @Kawaljeet_Singh ,
Please use below expression
=aggr(if(rank(sum(salesamount_))=1,productname_),country_,productname_)
to get desire output