color in Number field in incident table

linoyv691904179
Tera Contributor

Hello!

 

I'm trying to change the color of the Number field to red, whenever the reopen_count > 0. 
I did it this way:

linoyv691904179_0-1717408100426.png

Now it does not work:

linoyv691904179_1-1717408314613.png

 

linoyv691904179_2-1717408609910.png

 

Can someone help me please?

 

9 REPLIES 9

dgarad
Giga Sage

Hi @linoyv691904179 

 Please refer to the below screenshot.

dgarad_0-1717410789528.png

 

 

If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.

Thanks
dgarad

This isn't the problem.. I think that the value field is incorrect but I don't know how to fix it..

What if you use 

javascript:current.reopen_count != 0;

 The field is always populated, so it doesn't have to be bigger than 0. The field is an integer, so it should recognize the '0' as value.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

I've tried it and it does not work 😣