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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Madhura
Contributor II
Contributor II

How to add tooltip in a pivot table in qlikview

Hi all,

I have a pivot table I want to display values when a mouse hover on any cell of a pivot table.

Thank you in advance

Labels (1)
  • Chart

1 Solution

Accepted Solutions
marcus_sommer

You may just use something like:

sum(Value) & chr(10) & 'Tooltip'

and the tooltip contains then any text and further calculations.

View solution in original post

1 Reply
marcus_sommer

You may just use something like:

sum(Value) & chr(10) & 'Tooltip'

and the tooltip contains then any text and further calculations.