Hello,
I have 3 rows like this…
companyA: US
companyB: CA
companyC: US, CA
But I want to be able to group by territory so that I see…
CA
companyB
companyC
US
companyA
companyC
Is that possible? I.e. to have single rows such as “companyC” appear in multiple groupings because of the multiple attributes it contains? If not, the problem is that I’d have to create 2 rows for companyC which is annoying if you want to apply a company-level comment to the row.
Thanks for any thoughts,
Daniel