Forum Discussion

Filipe Matos's avatar
Filipe Matos
Copper Contributor
Apr 08, 2020

Conditional formatting list field based on multiple field values

Hi!

Can I format a list field using a field extension based on a given logic from multiple fields on a row?
Let's assume, I have a list with 3 columns:

 

EnddateStatusTraffic light
1/4/2020DoneGreen
2/4/2020OpenRed

 

The background color of field "Traffic light" should be either Green or Red, depending on the condition:

if Enddate < Today and Status == Done = Green

if Enddate < Today and Status  =! Done = Red

 

Is that possible and are field extensions the right tool?

 

Thank you very much.
Filipe

Resources