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

Scatter chart no pop lables for Z value

Hi all ,

            I have developed a scatter Chart. when i hover the mouse courser i can't see the value for "Z" i,e for bubble, I can only see X and Y axis values in the popup. Is there any tricks to show the values of X Y and Z in pop up display.

kindly suggest

Thanks,

VK

5 Replies
Clint_Carr
Former Employee
Former Employee

You can add additional Expressions and set them to be text as pop-up.  This way you can display other information on the points.

Anonymous
Not applicable
Author

Hi,

Check if you have enable "Text as Pop-up" option. If possible, share some sample qvw to check.

Not applicable
Author

Hi Thanks for your reply... text as pop up will display only numbers ..like 10,200 , but i need "Sales = 10,200"

is there any way to display like that.

Regards

VK

Anonymous
Not applicable
Author

Hi,

See attachment. You have to add expression for tool tip.

Clint_Carr
Former Employee
Former Employee

write your expression to include text, for example:

='Sales for '&City& ' :'&sum(value)