Hello
I am struggling to add a Formula to return 1 if Created date is prior to Log date, other wise 0
I have tried
IF [LoginTime]<[CreatedDate]THEN'1' ELSE'0' ENDIF
but system does not like it
Has anyone got some sample or example of similar approach?
thank you
Myriam