Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
And this one shows Dim and Z values on pop-up.
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))
Hi Ruben
I tried above options but no liuck.
Can you please provide with some sample qvw.
Regards
Deepak
Hi Deepak, I made a simple chart that shows pop-up of Z-Value, PFA.
And this one shows Dim and Z values on pop-up.