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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
sagar_vij99
Creator
Creator

Sorting in a bar chart

Hi,

I have created a bar chart which is showing data by Teams. I also created a drill down group (team, year, month). I have used it in dimension and now when i click on any team it takes me to month -wise view but it is not sorted Jan-Dec but they are coming in order of their load(which i think).

can anyone please help me to solve this.?

Thanks

Sagar

Labels (1)
3 Replies
adamdavi3s
Master
Master

Hi Sagar,

You need to change the sort on the sort tab, if you have month number do something like this in the sort expression for month name

=only({1}MonthNo)

sdmech81
Specialist
Specialist

Hi,

Please share the application.Hope your month order is not frm Jan -dec.

sdmech81
Specialist
Specialist

You need to order by your data inside the script based on date_Key

Then say in bar graph sort tab as sort by load order.

Hope this helps