color in Number field in incident table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 02:58 AM
Hello!
I'm trying to change the color of the Number field to red, whenever the reopen_count > 0.
I did it this way:
Now it does not work:
Can someone help me please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 03:33 AM
Please refer to the below screenshot.
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 03:38 AM
This isn't the problem.. I think that the value field is incorrect but I don't know how to fix it..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 03:48 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 03:56 AM
I've tried it and it does not work 😣