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: 
ashishpalkar
Creator III
Creator III

Sorting in Chart

Hi There

I have below requirement ,

I have created line chart, the dimension data is coming as follows ,

MAR 2015

DEC 2014

AUG 2015

DEC 2015

JUN 2014

AUG 2014

JAN 2015

JAN2014 ... and so on.

I also have expression created as Sum(total)

In graph display I want to show above data in ascending order.


Thanks,

2 Replies
Anonymous
Not applicable

if your Dimension has a date Format you only Need to sort Dimension ascending (tab sort)

if your Dimension has a string Format you Need to transform it to a dateformat using

date#(stringdimension,'MMM YYYY') in tab sort "expression" and ascending

ashishpalkar
Creator III
Creator III
Author

Thanks its working using date#(stringdimension,'MMM YYYY')