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: 
SureshUK
Contributor II
Contributor II

Hover over text on dimension in pivot chart

Hi,

I have a pivot chart with few dimension and summarized value.  Due to lack of space, I could not include the description of the dimension in the chart.

I am looking to introduce a mouse over so that when the use hovers over the dimension, the description has to appear on top.

How do I achieve this?

Thanks

Raj

4 Replies
sunny_talwar

You want something like this?

Capture.PNG

I used a calculated dimension like this

=Dim & Chr(10) & Description

So, when you are not hovering, you see this

Capture.PNG

sunny_talwar

I used a straight table, but the same works for a pivot table also

SureshUK
Contributor II
Contributor II
Author

I tried that before. It has line size 2 because of other columns and it is resulting in additional text "...." to appear at the bottom of the code! Can you think of a way to get rid of it?

Hoverover.png

sunny_talwar

Can you think of a way to get rid of it?

Unfortunately not