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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
pnn44794
Partner - Specialist
Partner - Specialist

How Can I Change the Color?

Hello:

 

I have thermometer chart using the following expression and I would like to make the "Finance*", Implementation, Confidence = {High} segment to be a light green and the third Sum to be Yellow.  Is there a way to do that?

 

 

As always, thanks in advance for any and all help.

37 Replies
pnn44794
Partner - Specialist
Partner - Specialist
Author

The expression gives me the amount that has been booked (first Sum – dark green), the amount that looks like it will get booked (second Sum – light green) and then everything else that is outstanding that may or may not get booked (third Sum - yellow). Make sense? The expression does what it’s supposed to do, except how I do change the thermometer colors to coincide with each Sum (3 sums / colors)?

pnn44794
Partner - Specialist
Partner - Specialist
Author

Anil, I’m going offline. If or should you respond, I promise I will get back to you tomorrow. Again, I appreciate your assistance.

Anil_Babu_Samineni

Looks sense? May be share sample to investigate. Tomorrow also fine

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
pnn44794
Partner - Specialist
Partner - Specialist
Author

Hello Anil:

 

My apologies for the delay (fighting a bad cold and feeling like crap, anyway.......).

Anil_Babu_Samineni

Can you try this?

ColorMix2 (if(rangemin('$218.1',rangemax(Num(Sum({$<FB_Phase = {Booked}>}RangeMax([FB_Finance Confirmed 2017 Savings], 0)/1000000)  +

Sum({$<Phase = {'Finance*', Implementation}, Confidence = {High}>} [Estimated Save]) /1000000  +

Sum({$<Phase = {Concept, Design, Implementation}, Confidence = {Low, Med}>} [Estimated Save]) /1000000 ,'$###0'),'$180.6'))<'$195.2',

-Sqrt(-(rangemin('$218.1',rangemax(Num(Sum({$<FB_Phase = {Booked}>}RangeMax([FB_Finance Confirmed 2017 Savings], 0)/1000000)  +

Sum({$<Phase = {'Finance*', Implementation}, Confidence = {High}>} [Estimated Save]) /1000000  +

Sum({$<Phase = {Concept, Design, Implementation}, Confidence = {Low, Med}>} [Estimated Save]) /1000000 ,'$###0'),'$180.6'))-'$195.2')/('$195.2'-'$180.6')),

Sqrt((rangemin('$218.1',rangemax(Num(Sum({$<FB_Phase = {Booked}>}RangeMax([FB_Finance Confirmed 2017 Savings], 0)/1000000)  +

Sum({$<Phase = {'Finance*', Implementation}, Confidence = {High}>} [Estimated Save]) /1000000  +

Sum({$<Phase = {Concept, Design, Implementation}, Confidence = {Low, Med}>} [Estimated Save]) /1000000 ,'$###0'),'$180.6'))-'$195.2')/('$218.1'-'$195.2'))),

ARGB(255, 255, 0, 0), ARGB(255, 0, 255, 0), ARGB(255, 255, 255, 0))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
pnn44794
Partner - Specialist
Partner - Specialist
Author

Hello Anil:

 

I tried the above expression.

pnn44794
Partner - Specialist
Partner - Specialist
Author

Ok.

Anil_Babu_Samineni

Checking ...!

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anil_Babu_Samineni

I didn't get thru Work. I will wish to learn from cleveranjos

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
pnn44794
Partner - Specialist
Partner - Specialist
Author

Hello Anil:

 

I'm not sure I understand your reply.  My apologies.