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: 
chinnu123
Creator
Creator

Hi please look in to this

Hi community,  i have an issue  which is -> I have two dimensions in bar chart  but  i need to represent in grouped bar chart so i am using calculated dimension Here my issue is i am unable to sort the order in X axis like  I have a month feb,mar,apr, may but in bar chart it showing may,apr,feb,mar. i need this in order

2 Replies
Qrishna
Master
Master

post the app.

kuczynska
Creator III
Creator III

You may want to use Sort by Expression option in the Sort tab, it should look like the below:

match(Month, 'Feb', 'Mar', 'Apr', 'May')

+ order Ascending/Descending

But I'm not 100% sure if that's exactly what you're looking for - can you post your qvw?