Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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 (2)
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