I'm stuck on this tool. I'm trying to use the results in the current row to create a new field that indicates if the second row meets the criteria. I keep getting a malformed If statement and it's got to be something easy, I'm just stuck.
IF [Account]="Primary" and [Indicator]="Ok" and[Row+1:Units]>"0" then "SecondaryOK"
Else ""
ENDIF
I can add more if needed but hoping someone can look at this and see what I am messing up. thanks!
(sorry-i misscopied)