I am currently using the filler node in SPSS Modeler 17 to deal with my null values. I want to replace blank values by incrementing or decrementing values between two not null values.
For example, if I have the following values : 12 $null$ $null$ 15
I would like to replace it with : 12 13 14 15
In order to do this, I need to be able to know the last not null value and the next not null value at the same time. I am able to know the last not blank value but I have read that there is no equivalent function (like @SINCE) to know the next not null value.
Does anyone know how to get the next not null value ?
Thank you very much in advance for your help !!