Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Group by Month - Charts

Dears,

I have another problem.

How can I group by month the values in my chart. Coz actuallu it is showing every date like (01/01/2010, 01/02/2010, 01/03/2010...) I need to group it by month.

Follow attached is the example.

Could you please help me?

23 Replies
matt_crowther
Luminary Alumni
Luminary Alumni

Instead of Rolands 'month(Date)' use Monthname(Date) as I first suggested, it will return MMM-YY.

Hope that helps,

Matt - Visual Analytics Ltd

Not applicable
Author

Try Month(Date,...)&Year(Date,...) as MONTHYEAR
Not applicable
Author

Matt Crowther,

Your solution really worked to me, but in order to reduce the chart size, I would like to write (01-11) and not (January - 11).

How can I do it?

Thanks

Not applicable
Author

use this

=date(Monthname([Cal Date]),'MM-YY')

Not applicable
Author

use this

=date(Monthname([Cal Date]),'MM-YY')

Not applicable
Author

use this

=date(Monthname([Cal Date]),'MM-YY')

Not applicable
Author

use this

=date(Monthname([Cal Date]),'MM-YY')

Not applicable
Author

use this

=date(Monthname([Cal Date]),'MM-YY')

Not applicable
Author

use this

=date(Monthname([Cal Date]),'MM-YY')

Not applicable
Author

use this

=date(Monthname([Cal Date]),'MM-YY')