Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello:
I have a pie chart with one dimension tagged as "Empresa" and two expressions, the first tagged as "Importe Neto" and the second tagged as "% Descuento".
The chart works fine but the pop-up with the expression values doesn´t show the second tag as you can see in this image.
Please what can I do two show the second tag?.
Thank you.
I do it like this
1. Switch off text as pop-up labels on your first expression
2. Switch off pop-up labels in the presentation tab
Then, where you currently have your second expression, create something like this, but obviously using your own dimensions and expressions:
='*********************************************' & chr(10) &
'This Period REVS: ' & $(vThisPeriodValue) & chr(10) &
'RWA Value : ' & $(vThisPeriodRWA) & chr(10) &
'RXM : ' & [Client Name] & chr(10) &
'**********************************************'
For this second dimension, make sure that the check box for Text as Pop-Up is ON
You should then have a pop-up something like this, and you can obviously adjust your own layout
Hello Nigel:
I've tested a solution like yours, but my chart is part of a Fast-Change drill I can't switch off lables and pop-ups.
Joaquín
Hi Joaquin
That pop-up style works for quite a few different chart types, so even if you are using fast-change you should still be able to use this method.
What problems did you face when switching chart types.
Cheers,
Nigel.