Hello All,
I need to show the sales value by CustomerGrp, CustomerName and by agency in a pivot table.
I have around 100+ CustomerGroup and agency and i want to show the sales value only for the selected CustomerGroup and selected Agency.
Any idea how we can achieve the same.
how about creating the calculated dimension like if(match(CustomerGroup, 'Group1', 'Group2')) as CustomerGroup.
Thanks for the suggestion.
Regards,
Viresh