Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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
Hi,
Try with
date(date#(Field,'DD/MM/YYYY'),'YYYY-MM')
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
Thank you Andrei!
Your solution solved both problems!
Thanks, Sergio, but the format issue was resolved by turning off the Use continues scale...