Hi,
I have a computed number field with a default value of “0” called “Counter”. The formula below that is attached to the QuerySave event does not work.
@If(task1 !=“”;@SetField(Counter;“1”);“”);
@If(Counter=“1” & CompDate1 !=“”;@SetField(Counter;“0”);“”);
@If(Counter !=“1” & task2 !=“”;@SetField(Counter;“1”);“”);
@If(Counter= “1” & CompDate2 !=“”;@SetField(Counter;“0”);“”);
@If(Status = “4. Assigned” & Counter= “0”; Status = “5. Closed”;“”)
Can anyone provide insight to my error and the solution?
Thanking everyone in advance,
Linda