This content has been marked as final.
Show 2 replies
-
Re: Pivot Table Problem
Manideep Hv Mar 4, 2013 3:58 AM (in response to Pradip Sen)Use this Expression
Aggr(Count(Customer),Sales_Group)
You will get count of customers accordning to Sales_Group wise.
Hope it helps
-
Re: Pivot Table Problem
Pradip Sen Mar 4, 2013 4:17 AM (in response to Manideep Hv )Hi Manideep,
Thanks for reply.
According to your expression, it calculates the right result when I select only one Sales_Group, it calculates nothing when nothing selected or more than one Sales_Group selected..
What can I do?
-