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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Presentation of values on the axis

I want to change the presentation of values of x-axis in the chart attached below as an image. In the chart, the values on x-axis are dates but i want to show the values in M'YY format.

EX: if date is 5/1/2011, then i just want to show it like May'11 on the x-axis.

2 Replies
Not applicable
Author

so you can use expression as a dimension (calculated dimension)

=date(datedimansionname,'MM-YY')

Not applicable
Author

try this

 

Date

(DateField,'MMM-YY')