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

Customize hover (mouse over) text

I have a bar chart with a calculated dimension. When I hover over a bar I see the entire calculation that was used to obtain the value:

= if( blah < xyz, blah + blah * blah, blah * blah ) = 111

Y-axis = 222

I would like to customize the text that is displayed for the X-axis:

MyCustomName = 111

Y-axis = 222

Is this possible?

1 Solution

Accepted Solutions
jerem1234
Specialist II
Specialist II

Yes change the label of your calculated dimension to the name you want:

Here.PNG.png

Hope this helps!

View solution in original post

2 Replies
jerem1234
Specialist II
Specialist II

Yes change the label of your calculated dimension to the name you want:

Here.PNG.png

Hope this helps!

Not applicable
Author

Perfect! Whenever I tried the label I didn't like that it was displayed at the bottom...perfect to change the name, yet not have it displayed.

Thanks