Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I get values in my 'ToolTip' field to show up in my chart pop-up (hover) values?

Hello,

This is probably a very simple one, but I can't seem to figure out how to get the Pop-Up Values over my *Highest and *Lowest data points to show the value in the ToolTip field.

Check out the attached, I have a temporary Table Box that shows the values that I'd like to see when hovering over any one of the data points in the chart as Pop Up Text. How do I do that? I've been trying everything I could think of in the Expressions dialog box, but nothing worked so far...

Thanks!

1 Solution

Accepted Solutions
Not applicable
Author

Hey Shawn,

To achieve that, add an expression as: MaxString(Tooltip).

Then from the display options, uncheck the "Line" option and check the "Text as Pop-up" option.

Make sure to promote this expression above the percentage expression.

And there you go

View solution in original post

2 Replies
Not applicable
Author

Hey Shawn,

To achieve that, add an expression as: MaxString(Tooltip).

Then from the display options, uncheck the "Line" option and check the "Text as Pop-up" option.

Make sure to promote this expression above the percentage expression.

And there you go

Not applicable
Author

worked perfectly, thanks so much, jp!!