Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have bar chart with one dimension and two expression.
Example
1)dimension as dept
expressions
1) which have count of emp
2)which have dollar amount
The user want to toggle between the count and amount, so applied group in the expression
user want to see the dollar value inside the bar
example if the dollar value has 456213 it will show the as $4.56 inside the bar.
now the issue is he want the dollar value popup as $456213 and inside the bar chart he need the value as $4.56.
How can i achieve the popup for dollar value, bcoz in toggle i m facing the popup value for count and dollar value.
Create variable vType, and use two expressions with conditional display to select either one. In the expression properties. Toggle vType using buttons/text boxes with set variable actions.
You can have the values on data points and text as pop up if want to present two values parallel then use a expression as line chart and make it transparent on combo chart. Hence you will not see any line chart but data points will show the popups.
Hi Manoranjan,
Will you want like this?
You may like to see this as well -