Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Sarah_N
Contributor II
Contributor II

Link Custom Tooltips to Qvd file

Hello!

 

I would like to make unique tooltips to show events that create significant changes to a line graph, or to note events that happened on specific dates. Rather than making 1.000 footnotes, is there a way to write an expression or create a variable that would tie a tooltip to info in an Excel sheet behind a QVD? Or any other alternative to tooltips I should consider? 

 

Thank you for your wisdom and help!

Labels (1)
1 Solution

Accepted Solutions
ajaykakkar93
Specialist III
Specialist III

Hi,

I have done this activity please follow the below steps

  • Create an Excel
  • Create 2 sheet 
  • TooltioDetails with these columns
    • unique ID
    • TooltipData
  • ApplicationDetails with these columns
    • unique ID
    • application
    • sheetname
    • objectDesc
  • I loaded the Excel in qlik with the filter of application by loading ApplicationDetails
  • Did a Left Join(ApplicationDetails) to the above table by loading TooltioDetails
  • Then created a new variable using the parameter
  • If don't know about parameterized variables look into this link: creating-parameterized-variable-in-qlik-sense-and-qlikview
  • Use ONLY() with set analysis having to filter [unique ID]
  • Then pass the unique ID to the variable
  • you are done 

The same can be used to create a multi-language qlik sense application.

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

View solution in original post

3 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

I have done this activity please follow the below steps

  • Create an Excel
  • Create 2 sheet 
  • TooltioDetails with these columns
    • unique ID
    • TooltipData
  • ApplicationDetails with these columns
    • unique ID
    • application
    • sheetname
    • objectDesc
  • I loaded the Excel in qlik with the filter of application by loading ApplicationDetails
  • Did a Left Join(ApplicationDetails) to the above table by loading TooltioDetails
  • Then created a new variable using the parameter
  • If don't know about parameterized variables look into this link: creating-parameterized-variable-in-qlik-sense-and-qlikview
  • Use ONLY() with set analysis having to filter [unique ID]
  • Then pass the unique ID to the variable
  • you are done 

The same can be used to create a multi-language qlik sense application.

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

Sarah_N
Contributor II
Contributor II
Author

Thank you so much! Also, I didn't have parameterized variables, but I do have another dashboard where I would love to use that, so that link will be very useful as well. Genius! 

ajaykakkar93
Specialist III
Specialist III

Hi @Sarah_N ,

Hope this solution helps you learn & share this with others.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting