

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Display Z axis lables on pop-up (Scatter Chart)
I have added 3 expression since the scatter chart will take 3 expressions one for X-axis, second one for Y-Axis and Third is for Z-axis or Size.
I want to disable the popup for X and Y axis but to display only for Z axis(Sixe).
Can some one assist me ho to do that, I tried options but its not working.
I am Using Dimension
Country
Expression
Longitude
Lattitude
Sales
I want to display only country and Sales informations as popup.
Example
Country = India
Sales =$ 1000
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And this one shows Dim and Z values on pop-up.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Deepak, in presentation tab you can uncheck the option to show/hide popups, with this option disabled the tooltips will only show the result (not the label) of the expressions checked as "text in popup" in expressions tab.
You can add the label using Dual() in expression:
Dual('Sales: ' & Sum(Sales), Sum(Sales))


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ruben
I tried above options but no liuck.
Can you please provide with some sample qvw.
Regards
Deepak

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Deepak, I made a simple chart that shows pop-up of Z-Value, PFA.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
And this one shows Dim and Z values on pop-up.
