Hello,
I am trying to have a field called External ID's be the same for each row until it hits a new External ID.
I tried using the Multirow formula : IF IsNull([External ID]) THEN [Row-1:External ID] ELSE [External ID] ENDIF
However this expression ends up changing F1 into the same value as External ID and leaving Null values the same.
Does anyone know how to solve this?
I have attached a picture with highlights for context.
Thanks!