Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a pivot chart that displays outstanding sales orders by Sales Rep for all customers.
We have two classes of customers : Account or Cash Customers.
I have a multibox in the report to change the display in the chart from Account to Cash Customers based on the field "CustType" (where the value is either 'A' for Account or 'C' for Cash)
I want to have two charts next to each other, one showing Outstanding Orders for Account Customers, and one for Cash Customers.
How do I tell my Account Customers Chart to exclude any orders where the CustType is 'C' and my Cash Customers Chart to exclude any orders where the CustType is 'A'?
I assume this can be done as a calculated dimension or a dimension condition or otherwise a flag within the script that flags the customer as account or cash to create different fields that can be displayed in the different charts.
However not quite sure on what the syntax should be...
Could anyone point me in the right direction?
Thanks in advance....
I think you can use set analysis in count of sales order.
Count ({$<CustType={'A'}>}SalesOrder)
Thanks for your suggestion Fawaz,
I'm not sure if i've ever used set analysis, where would i place that syntax?
Thanks in advance
Fab
In dimensions tab there is an option called Add calculated dimension
click on that and add you expression there