Generate missing month data with previous known price
Hi, I need to generate some missing data.. I have a table with YEAR, MONTH, PRODUCT ID, PRICE, and out of these I have missing Months With Price. I need to put the previous known price for the missing Month and I need to do this in the script. Can you help me?