Hello,
I am looking to add conditional formatting to my gallery. I have the following formula on the TemplateFill of the gallery:
If(DateAdd(ThisItem.EV_Date, -1) = Today(), Red,
ThisItem.Students_Added_Check.Value = "Yes", Green)
Just now, if ThisItem.EV_Date minus 1 is equal to Todays date, then that record is highlighted Red.
However, If ThisItem.Students_Added_Check.Value equals Yes, then the record should highlight Green.
If none of the criteria is meet, then the record should not be highlighted.
It doesn't go green even though it is marked "Yes".
Any suggestions on how i can fix this please?
thanks