Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Customizing / Fixing Chart Bar Colors

Hello! I created a master item (Dimension), where I classify if an activity is (on time) or (out of date). I would like to represent this in a chart, but I would like to choose the green color for the activities that are (within the time limit) and (red) for the activities (out of date).

I tried to do this by expression, but I could not do that in QlikSense

Can anyone give me tips on how to solve?

Ex: Master Item (Dimension):

=If(Floor(Aggr(Num((Today() - Max(data_ocorrida))/30),cod_conta)) <= 3,'1 - RELAC. EM DIA','2 - NECES. RELAC.')

Ex: Appearance> Presentation> Colors and Caption (By Expression):

I tried to do this in the expression but the two bars are red.

It did not work out as I would have liked.

If(Floor(Aggr(Num((Today() - Max(data_ocorrida))/30),cod_conta)) <= 3,Green(), Red())

Current results:


QlikSenseGrafico.png

Expected outcome:

QlikSenseGrafico.png

I'm a beginner and thank you for the attention and help from everyone.

Thank you!

Hugs

2 Replies
vlad_komarov
Partner - Specialist III
Partner - Specialist III

luismadriz
Specialist
Specialist

Hi,

Interesting. I was going to reply that your formulas should work, but then I tried it myself and it seems to work only for when it's a specific value eg xxxx = something 3 not for when xxxx <= 3. Not sure if it has to do with the AGGR or not

For example, try all that that you're doing but use =1 instead of <=3 in both formulas. Not that this is what you want but I'm just trying to confirm if it makes a difference. Please let me know the results with you try with a specific value

I checked the post Vladimir recommended and it works fine but in that example there is no range or aggregate as you have here

Cheers,

Luis