basically I have columns like column1, column2 and 3,4,5,6 etc.
so I wanted to group the data by column1 and order it by column2 then want to fill the nulls present in remaining columns on the base of there last present non null value in that group. I tried my best but in mongodb I’m not able to achieve expected result so please help me in this.
Thanks,
Swapnil Taware.