Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You can add additional Expressions and set them to be text as pop-up. This way you can display other information on the points.
Hi,
Check if you have enable "Text as Pop-up" option. If possible, share some sample qvw to check.
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
Hi,
See attachment. You have to add expression for tool tip.
write your expression to include text, for example:
='Sales for '&City& ' :'&sum(value)