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: 
Not applicable

How can I group dates for a bar chart?

How can I group dates (current format DD.MM.YYY) for a bar chart by month and year? I tried: Month(Date#([Closure Due Date],'DD.MM.YYYY')), but this puts all month across years together.

1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

What if you do this:

MonthName(Date#([Closure Due Date],'DD.MM.YYYY'))

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

What if you do this:

MonthName(Date#([Closure Due Date],'DD.MM.YYYY'))

martinpohl
Partner - Master
Partner - Master

use monthname instead of month so you will get mar 2016, feb 2016, dec 2015 and so on