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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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