Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody !
I would like, in QV, to assign specific colors to specific values in Charts (especially in Bar & Pie Charts). For instance, if the country is France, it would be displayed in blue, if it's Italy, in green...
I already tried in the Background Colors in Charts
if(Country='FR',blue(255),
if(Country='IT',green(255),....
Can you help me ?
Thanks a lot:
use RGB(,,,), instead of Blue()
use RGB(,,,), instead of Blue()
Thanks ! It's working 😉