Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to create a pie chart based on months. what type of dimensions to take and what would be the expression?
Thanks in Advance.
Dimension is Months and expression is what you want show(i.e. delay in shipment ).
You need to create a field "Delay" with the values you show in your graph; e.g. 'Ontime', '1-3 months', etc. Use this as dimension. Your expression should be Count(distinct ShipmentID) or something similar.
HIC