Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
thomas_2583
Contributor III
Contributor III

Date View on line chart

Hi, 

I have a date variable Date_In formatted as DD/MM/YYYY so when I use this variable for my line chart, it shows all the values. 

How can I group this to show as Apr-2019 as an example please opposed to seeing 01/04/2019 02/04/2019 etc?

2 Replies
PriyankaShivhare
Creator II
Creator II

Change the Format

Date(your Variable,'MMM-YYYY')

 

Thanks,

Priyanka

Chanty4u
MVP
MVP

hi,

you can create that field in script itself.  

date(varName, 'MMM-YYYY') as formattedDate