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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
morgane
Contributor
Contributor

Modify color in a ComboChart

Hey Everyone,

I would like to know how it's possible to modify colors in a ComboChart
Actually, I use Qlikcolor but this is not so pretty. Can someone help me ? 

However, the measures that I use are calculated and filtred in set analysis :
BO G Service = 
NUM(
SUM(
{1<[GRAPH.DEPARTEMENT]={'Département Back-Office'}
,[GRAPH.DECODE_SERVICEDESKGROUP]={'ITG'}
,[GRAPH.TYPE]={'Demande Service'}>}
[GRAPH.NB_CARE])
,'# ##0;-# ##0')

I hope someone can help me. 
Thank you so much !

Morgane 

----------------------------------------------------------------------------------------------------------------
Bonjour tout le monde,
Je voudrais savoir s'il est est possible de modifier les couleurs dans un ComboChart.
Ce n'est pas très joli je dois dire. Est ce que quelqu'un peut m'aider ?

Aussi, j'utilise des measures calculés et fixées avec des filtres en set analysis : 
BO G Service = 
NUM(
SUM(
{1<[GRAPH.DEPARTEMENT]={'Département Back-Office'}
,[GRAPH.DECODE_SERVICEDESKGROUP]={'ITG'}
,[GRAPH.TYPE]={'Demande Service'}>}
[GRAPH.NB_CARE])
,'# ##0;-# ##0')

Je vous remercie d'avance pour toute l'aide qui pourra m'être appportée.
A très vite ! 🙂

Morgane

Labels (1)
1 Solution

Accepted Solutions
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

Please go through the attached QVF second sheet

Hope this helps

Thanks

Thanks and Regards
Kashyap.R

View solution in original post

4 Replies
Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

Try creating a master measure for each measure and assign the color you want and then use the master measure in your combo chart.

Hope this helps

Thanks

Thanks and Regards
Kashyap.R
morgane
Contributor
Contributor
Author

Hi ! 

This is why I did. But when I am in Graph'setting, Qlik put an only one color on the graph and not consider the others.
Do you know why ?

Kashyap_R
Partner - Specialist
Partner - Specialist

Hi

Please go through the attached QVF second sheet

Hope this helps

Thanks

Thanks and Regards
Kashyap.R
morgane
Contributor
Contributor
Author

Thank you soooooo much ! 
This is perfect. I wasn't looking at the good place to color my measure !