cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to set default colour for honeycomb?

Not quite sure if someone has workaround this already? or needs a RFE to be raised?

 

The reason to get a default color, is it will ease our job in such scenario:

  • I got a field that has 9 possible value, if the field is of any value from 2nd value to 8th value, honeycomb needs to be red; if the field is of 1st value, then makes it green.
  • Then instead of make 9 rules in the tile's->visual->color->custom color there, I would just need 1 rule.
    Also, in future, customer might have some update that cause the field to has new 10th value, 11th value etc etc....Each of these new value also needs the honeycomb to be in red. 
1 REPLY 1

If this is a DQL tile then you could use the fieldsAdd command combined with using if statement at the end of your DQL query to create a new field indicating the color that should be applied.

Featured Posts