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: 
Not applicable

Gap between bars in Bar Chart

Hi,

I have a bar chart and would like the gaps between the bars values to appear.

For example, in the attachment, the first 2 bars have 429 252 and 566 269 as values.

I would to show he gap between ( 566 269 -  429 252 ) ,  137 017.

Since the dimension is a group, it has to be dynamic ( between monthes, weeks or days..)

Is it possible?

Thanks,

Yael

1 Solution

Accepted Solutions
MarcoWedel

maybe using a combo chart instead of just a bar chart. An additional expression2 shown as a line could calculate the changes of your bar expression1 if defined like =expression1 - above(expression1).

hope this helps

regards

Marco

View solution in original post

5 Replies
Not applicable
Author

Hi,

Can you attach your sample data ??

dharmarasu
Creator
Creator

Hi,

Bar chart -> presentaion tab ->Cluster Distance->8

Hope this helps.

Dharma

Not applicable
Author

Hi Dharma,

I don't want the distance between the bars to be changed, I want that the difference between the values will be shown.

Thanks.

MarcoWedel

maybe using a combo chart instead of just a bar chart. An additional expression2 shown as a line could calculate the changes of your bar expression1 if defined like =expression1 - above(expression1).

hope this helps

regards

Marco

Not applicable
Author

Thanks a lot, that works! I didn't know the "above" function.