How to make list layout in red color
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2023 12:34 AM
Hi,
I created a new style that makes the field in red when some condition is met. How can I make the field in red even though its empty ? Right now, the field is in red only when there is some value inside but i want to make it in red even though its empty.
When there is a value in SLA Red:
When there is not value in SLA Red:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2023 08:35 AM - edited 10-01-2023 11:38 AM
Hi @Alon Grod ,
You can create 1 more style with the same configuration except the value field you should keep as empty for that style or u can add one more OR condition in your existing record which will be current.sla_red == ''. It will show red color even for empty value.// use proper backend name for sla red.
Please mark my answer helpful & accepted if it helps you resolve your query.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2023 10:22 AM
Hi @Alon Grod ,
Hope you are doing geat.
IN your codition in style add additional OR condition saying current.field_name =="";
Regards,
Riya Verma