I am struggling to get the following formula to work when adding a column in the PQE
= if ([Theoretical Next Visit] = "" or [Theoretical Next Visit] < DateTime.LocalNow) and ([Next Visit] <> "" or [Next Visit] >= DateTime.LocalNow) then 1 else 0
Could somebody point out where this isn't working?
TIA
= if ([Theoretical Next Visit] = "" or [Theoretical Next Visit] < DateTime.LocalNow) and ([Next Visit] <> "" or [Next Visit] >= DateTime.LocalNow) then 1 else 0
Could somebody point out where this isn't working?
TIA
Last edited: