Fill empty rows with value from row above

Hi,

I have a column like this:
image

I need to have the same date, as long as the date is not empty.
So in this case it would be
2024-01-22
2024-01-22
2024-01-22
2024-01-23
2024-01-23
2024-01-23
and so on.

If this possible? Can you give me help?

Thanks in advance

Hi @hevilp -

Have you tried using the Missing Value node with the Next option on your column? From the node description about the Next option:

This missing value handler replaces missing values with the next encountered non-missing value in the column it is configured for.

1 Like

Thats it! Thank you.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.