Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pie chart with Months

I want to create a pie chart based on months. what type of dimensions to take and what would be the expression?

Picture1.png

Thanks in Advance.

2 Replies
prma7799
Master III
Master III

Dimension is Months and expression is what you want show(i.e. delay in shipment ).

hic
Former Employee
Former Employee

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