Skip to main content

3 replies

Rafal_Bainie
New Participant
February 14, 2025

I think this is possible, and likely in 2 different ways:

1. by using valueexpression directly on the report

2. by creating custom field that would combine both fields into single one and leverage that new field in a report

Srinija_N
Srinija_NAuthor
Level 7
February 15, 2025

can you help/guide me how to write valueexpression on the column custom rule?

Rafal_Bainie
New Participant
February 18, 2025

hi,

sorry, I might need to take back 1. I'm not so sure anymore and lack time to playaround

for 2. here is an example of custom field i created and subsequently used for conditional formatting in the report:

IF(({status}="NEW")=true && {DE:NLT}>$$NOW,"blank",IF((({status}="INP" || {status}="BES")=true &&{DE:NLT}<$$NOW),"Green","red"))

hope this helps