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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

Display Text

Wondering if this is possible in Qlikview. I have a table with several columns. What I would like is for the user to be able to hover over a column header and see a pop-up that defines what the column header means.

Is this possible in Qlikview?

1 Solution

Accepted Solutions
Anonymous
Not applicable

I believe you can only include one help text in the chart.

View solution in original post

7 Replies
Anonymous
Not applicable

I believe you can only include one help text in the chart.

marcus_sommer

You could use a multi-line header like:

= 'Column-Title' & chr(10) & chr(10) &

   'Some long explanation ...'

- Marcus

evansabres
Specialist
Specialist
Author

Thank you. Would this text always appear, or only if the user hovered over the column.

marcus_sommer

If you used within the presentation of the header a single row you will see as header 'Column-Title' and if you hoover over them the rest of the content will be displayed within a popup.

- Marcus

evansabres
Specialist
Specialist
Author

Where in Qlikview is the multi-line header expression entered?

marcus_sommer

I meant there:

- Marcus

Anonymous
Not applicable

Hi,

Heres a sample of how I've implemented help options.

Requires one variable and uses show hide under Chart properties > Layout and the text object > Action > external > Variable

Hope this helps.