Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II

Pie Chart

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?.

Pie Chart.PNG

Thank you.

3 Replies
Not applicable

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

PieChart.png

Joaquin_Lazaro
Partner - Specialist II
Partner - Specialist II
Author

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

Not applicable

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.