Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
mjamesking
Creator
Creator

Pie chart loses color with alternate dimension

Anyone come across this.

Simple pie chart, Colors set to auto. Works fine....

Add an alternate dimension and when you select this new dimension the chart loses colr, everything turns grey. Flip back to original dimension - it's fine.

I've tried it with other pie charts - same result

Is this a known issue?

11 Replies
x_fti_mfann
Contributor
Contributor

Hi Plu,

Has this issue been resolved in the September '17 (or later) release? Our enterprise are still working from June 17 Patch 3, but I would like to know if updating will resolve our issue which matches that described above? Thanks
sanjayk006
Contributor
Contributor

 

Yes this is limitation but you can give expression for color code which will be work like this

if($(=GetObjectField(0))=tier,
(Pick(Match(Field1,'F11','F12','F13','F14','F15'),
rgb(41,209,175),
rgb(6,188,144),
rgb(0,133,224),
rgb(97,97,97),
rgb(146,200,114)
))
,
(Pick(Match(Field2,'F21','F22','F23','F24','F25'),
rgb(41,209,175),
rgb(6,188,144),
rgb(0,133,224),
rgb(97,97,97),
rgb(146,200,114)
)))