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

How to set date format to MM-YYYY in Line Chart ?

Hi All,

I need to show the date in x axis as MM-YY. Any suggestions would be helpful.

Eg. Jan-22, Feb-22,Mar-22 Etc

Thanks

Ankit3_0-1676541995761.png

 

Labels (1)
2 Replies
Sabrina_V
Partner - Creator II
Partner - Creator II

Create a field Year Month with the desired format. Date(<field>,'MM-YYYY') as "Year Month"

Use this new field in your graph. In the properties of the time axis : Unchek the box Continuous scale

ThiagoCN
Contributor III
Contributor III

Hi

you can use: Date (Your_Field,'MMM-YY')