Hi,
I will have a circle who is red or green or blue depending on the date. When I do an IF condition it works with <=Today() but in the switch condition it doesn't what do i do wrong here. This is my code:
Switch(ThisItem.Engin_date_fait; <= Today() +180 ; Red; = Today(); Green; <=Today() -10; Blue)
<=Today() is always red underlined ?
Thanks