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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Jalison94
Contributor
Contributor

(Solved) Bar Chart Sorting

I'm trying to create a bar chart that uses Product code as a dimension and good parts as a measure. I was wondering if there is anyway to sort this via date, so I can see the total parts created for a product code in order of newest first.

 

Edit: Thanks for the help Max(Date) helped and allowed me to sort 🙂

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

did you try sort by expression?

https://www.youtube.com/watch?v=bSN7z04pFqM

Vegar
MVP
MVP

You can sort by expression, but you will have to figure out which expression to use.

If you only have one date per product code you could use sort by  Only(Date)

If a product code is produced over multiple dates which you need to find an aggregated value per product code, maybe Min(Date) or Max(Date).