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

How to implement the same tooltip mechanism used in QV objects in an extension?

When the mouse hovers a graphical object in the ajax client, a request is made to the QlikView server to ask for the tooltip to display at the mouse location, allowing the tooltip text to be computed only when needed. Is there a way to implement the same behavior in an extension object? I thought about adding an expression to my extension object to hold the tooltips of every row but it seems to be a waste of computing time and bandwidth since most of the tooltips will never be display, so I am looking for a cleaner solution.

0 Replies