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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
BrianDH
Creator II
Creator II

Date order in Bar/Line chart

Team

How can I order my dates in my chart by Year/Month?

dimension: 

=month(subfield([CREATED], ' ' ,1)) &' '& Year(subfield([CREATED], ' ' ,1))

Labels (1)
1 Solution

Accepted Solutions
dplr-rn
Partner - Master III
Partner - Master III

use this instead

date(monthstart(CREATED), 'MMM-YYYY')

ideally put that in a master calendar

View solution in original post

1 Reply
dplr-rn
Partner - Master III
Partner - Master III

use this instead

date(monthstart(CREATED), 'MMM-YYYY')

ideally put that in a master calendar