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: 
schmidtj
Creator II
Creator II

Set color in bar chart by data field

Hi,

i have a bar chart with a stacked dimension on the.

I would like to give each stack in a bar a pre-defined color.

The color is already defined in a data-field.

For example i have the following dimension in my data script:

[DIM_STATUS]:

LOAD

     id,

     name,

     color

FROM [$(v_QVD_Path)/Dimensionen\xxx.qvd] (qvd);

That dimension i am stacking in my bar chart and i would like to set the color which is in the data-field 'color'.

Is that somehow possible?

5 Replies
Ivan_Bozov
Luminary
Luminary

Hi! Perhaps this will help: Assigning colors to master dimension values ‒ Qlik Sense

vizmind.eu
rittermd
Master
Master

There is a good extension called Bars Plus that I have used that makes this fairly easy to do.  The new Dimension colors functionality in the June 2017 release may also work for you. 

TKendrick20
Partner - Specialist
Partner - Specialist

How is your Color field formatted? I know Qlik Sense plays nice with the RGB(XX,XX,XX) format.

ahaahaaha
Partner - Master
Partner - Master

Hi,

May be like as at attached file?

schmidtj
Creator II
Creator II
Author

Ok, i used the color by formular feature of Qlik Sense and i forgot the '#'.

The color is formatted by web colors.

It is working fine now - thanks for all the feedback.

However when i do it like this, a legend is not displayed.

Is that a bug or a 'feature'?!?