Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
My data looks like the following table:
We need to provide a pivot table like the following:
Hope the question is clear.
Thanks in advance.
May be try this in a straight table:
Dimension: Country
Expression: Concat(Aggr(FirstSortedValue(Product, -Aggr(Sum([Number of Contacts]), Products, Country)), Product))
Expression: =Concat(DISTINCT If(Aggr(Sum([Number of Contacts]), Country, Product) = Aggr(Max(TOTAL <Country> Aggr(Sum([Number of Contacts]), Country, Product)), Country, Product), Product), ', ')