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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Chart clustering by month

Hi Guys,

Is there any way to cluster the bar chart by month ? I want to make the jan 2015 & jan 2016 side by side.

Then, between jan 2016 & feb 2015, there should be gap as it is different month. Kindly help. Thanks.

xxx.PNG

2 Replies
Anonymous
Not applicable
Author

!Hi Ahmad,

If you generate a field with MonthYear together and put it as dimension to your barchart then it will work (of course sorting by monthyear). Use the atteched file.

HIH

Elena

gferran
Partner - Contributor III
Partner - Contributor III

Hi Ahmad,

a simple way to do this is creating two measures:

- Sum({$<Year={2014}>}Value)

- Sum({$<Year={2015}>}Value)

with a unique dimension: month

I have used the Elena's file to apply the modifications.