missing values

hello
i don’t know if it is possible to do it, but i have column with some missing values
i want to fill these values one by one, by taking in account the value added in the previous cell
to explain more
2010 5
2011 8
2012 10
2013 NA
2014 NA
2015 18
so i want to fill the 2013 value but when filling the 2014 it should take the 2013 value too

Hi @Mohamed_Alsanus

You can use the Missing Value node for this. There is an option to fill in the missings with the Previous (non missing) Value.

Beware that this only apply to missing value as KNIME sees missing values, so cells filled with ?.
afbeelding

gr. Hans

5 Likes

Check out the second (Rule Engine) suggestion in this post.

1 Like

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