Hi all,
please check my screenshot:
I have some columns with some values (A-D); column E “Referenz” is empty and I would like to insert an X in the last row.
Has anyone an idea how to do that?
Thank you and BR
Markus
Hi all,
please check my screenshot:
I have some columns with some values (A-D); column E “Referenz” is empty and I would like to insert an X in the last row.
Has anyone an idea how to do that?
Thank you and BR
Markus
Hi @Markus3003,
Have you tried the Missing Value Node? You can configure it so that it fills in missing values with a fixed value, in this case “X”.
Regards,
Dashiell
thank you for your answer!
But how can I put the “X” only in the last row in column E in this case “E9”.
BR
Markus
Hi @Markus3003
This should do the trick based on a -String Manipulation- node:
substr( "Z", $$ROWCOUNT$$ - $$ROWINDEX$$ -1)
Hope it helps.
Best
Ael
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.