Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
DanaL
Creator

Issues with Combo Chart

Hi,

I have 2 issues with my combo chart, compared to my bar chart:

1- the date format is defined as YYYY-MM, but is displayed as DD/MM/YYYY

2 - the width of the bars.

Any ideas how to resolve them?

Thanks in advance!

Combo vs Bar charts.png

Labels (1)
1 Solution

Accepted Solutions
Andrei_Cusnir
Specialist

Hello,

 

 sergio0592's suggestion is very good as well to resolve the issue with the date format. There is another similar post "Combo Chart: bar width" [1], where the solution suggests turning off "Use continues scale" on the X-Axis. I have tried that solution and this is my outcome:

 

Before:

 

After:

 

As you can see, the dates format changed to the original one and the Bars' width also adjusted properly.

 

I hope that those suggestions helped you resolve your issue! 

---

[1] https://community.qlik.com/t5/New-to-Qlik-Sense/Combo-Chart-bar-width/td-p/93276

 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

4 Replies
sergio0592
Specialist III

Hi,

Try with 

date(date#(Field,'DD/MM/YYYY'),'YYYY-MM')
Andrei_Cusnir
Specialist

Hello,

 

 sergio0592's suggestion is very good as well to resolve the issue with the date format. There is another similar post "Combo Chart: bar width" [1], where the solution suggests turning off "Use continues scale" on the X-Axis. I have tried that solution and this is my outcome:

 

Before:

 

After:

 

As you can see, the dates format changed to the original one and the Bars' width also adjusted properly.

 

I hope that those suggestions helped you resolve your issue! 

---

[1] https://community.qlik.com/t5/New-to-Qlik-Sense/Combo-Chart-bar-width/td-p/93276

 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
DanaL
Creator
Author

Thank you Andrei!

Your solution solved both problems!

DanaL
Creator
Author

Thanks, Sergio, but the format issue was resolved by turning off the Use continues scale...