Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In this example , can I link the left chart to the whole selection box elements group (Codecli + Activité) and the chart on the right side only to 'Activité' ??? (I can do that with XL 2010 and PIvotCharts/segment but I don't know how to make that with QV...)
niko7174 wrote:In this example , can I link the left chart to the whole selection box elements group (Codecli + Activité) and the chart on the right side only to 'Activité' ???
I'd do that using an expression looking like the following
Sum({< CODECLI = >} CA)
So any selection done in CODECLI field will be ignored in that chart.
Hope this helps
niko7174 wrote:In this example , can I link the left chart to the whole selection box elements group (Codecli + Activité) and the chart on the right side only to 'Activité' ???
I'd do that using an expression looking like the following
Sum({< CODECLI = >} CA)
So any selection done in CODECLI field will be ignored in that chart.
Hope this helps
thank you Miguel
that whorks !
Hello,
Go to the chart properties in both charts, tab Colors and check "Persistent Colors". That will keep the same values with the same colors.
Hope this helps.
Ok , that works .
Thank you Miguel