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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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