I used this multi-row formula:
But didn't fill all the rows:
And this message appear:
I will appreciate your help.
Solved! Go to Solution.
Your string size is too small. Change to VString and make it larger.
Thank you.
I'm trying to use a multi-row formula to replicate a value in empty rows.
But this happens:
I need to know the mistake on the expression. Thank you.
Hello @BautistaC888 ,
I think I see the error. based on what I think you want to achieve the formula should look like this:
IF !IsEmpty([Minimo de DF]) THEN [Minimo de DF] ELSE [Row-1:Tipo de DF] ENDIF
This will fill up your column "Tipo de DF" with the data coming from "Minimo de DF" but if the column "Minimo de DF" is empty will take the last valid "Tipo de DF"
Regards