Hello ,good evening. I have run in to a bit of a problem , so close.
Switch(
true,
DataCardValue14.SelectedDate < Today(), Color.Red,
DateDiff(Today(), DataCardValue14.SelectedDate, Months) >= 1, Color.Orange,
true, Color.White
)
In this formula when no conditions are met doesn't want to default to white , stays on orange ,
when due date has past todays date the red works .
puzzled .
any guidance appreciated please