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 To Change Tool Tip On Chart?

Hello Deras,

How To Change Tool Tip On Chart?

Append Information Into ToolTip

Please Help Me Thanks

2900.png

1 Solution

Accepted Solutions
awhitfield
Partner - Champion
Partner - Champion

Hi Leila

Check out the attached example, from stephen-x.redmond‌  excellent book Qlikview For Developers Cookbook

.

HTH Andy

View solution in original post

3 Replies
rubenmarin

Hi leila, maybe Dual() function helps you:

Dual('Help text here', Sum(Sales))

Returns

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Or add an expression for which you disable all Display Options, except "Text as Pop-up". You are now free to produce any text as expression result and it will be shown in the tool-tip. This can be a complex assembly of text, variables and expression results (include chr(10) to get different lines)

Don't forget to disable "Pop-up labels" on the Properties->Presentation tab. Otherwise, the default pop-up with label text will still be displayed.

Peter

awhitfield
Partner - Champion
Partner - Champion

Hi Leila

Check out the attached example, from stephen-x.redmond‌  excellent book Qlikview For Developers Cookbook

.

HTH Andy