Hello,
I am having an issue incrementing values in my ID field. Is there a way to increase my Row ID in a single by one for each (and only) Null Values?
Example:
Row Id
Null
Null
1
2
3
I'd want to fill 4 and 5 for the null values. I also want to do this with a formula tool. The formula I'm using in the formula tool is IF [Code]=Null() THEN [Code] = Max([Code], 1)
ELSE [Code] ENDIF but it doesn't seem to work. Does anyone have an idea to solve this?
Thanks.