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: 
joanneandrews
Contributor II
Contributor II

Month Year

Good day,

I have created a graph but the X axis is showing the months as 07.16 / 08.16 / 09.16.

I am wanting the X axis to show Jul 16 / Aug 16 / Sep 16.

Capture.JPG

 

 

 

 

 

Any help would be appreciated.

Thank you

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar

May be use this as your dimension

Date(FieldName, 'MMM / YY')

View solution in original post

2 Replies
sunny_talwar

May be use this as your dimension

Date(FieldName, 'MMM / YY')
pradosh_thakur
Master II
Master II

if dimension is in date format date(field,'MMM YY') 

If string

date(date#(field,MM.YY),'MMM YY')

Learning never stops.