Forum Discussion

SJ25's avatar
SJ25
Resolver I
4 years ago

If statement not working after publishing

I have a simple calculated column as mentioned below: Status_1  IF(Table[MaxDate] = BLANK(), "Uncf", IF(Today() > Table[MaxDate], "PD", "Not PD"))   I use this to create a simple table showing ...