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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlik_Bio06
Contributor III
Contributor III

Display the whole year per month in Combo Chart

Hi,


I would like to show the sales (CHF) 2020 per month in the chart. Jan-Dec

What do I have to do with the column "Created on" so that it can be handled more easily.

Thanks for the help.

Qlik_Bio06_0-1618327036431.png

 

Labels (1)
2 Replies
JordyWegman
Partner - Master
Partner - Master

Hi,

There are multiple possibilities here.

  1. Month( Date#( [Created on]  , 'DD.MM.YYYY' ) )
  2. Year( Date#( [Created on]  , 'DD.MM.YYYY' ) ) & '-' &  Month( Date#( [Created on]  , 'DD.MM.YYYY' ) )

This first will give the month, but the second will do a combination with the year.

Jordy

Climber

Work smarter, not harder
Qlik_Bio06
Contributor III
Contributor III
Author