Need help to recode a column with lab values
Hi In my table I have 3 columns : time, lab data and one temperature.For the lab data I would like to keep only the value when it comes available and set all consecutive rows as null until we have a new lab result.How should I write a script to handle this ? Thanks