Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dears
First of all please check the attached sample data.
I want to send any previous values to next all months.
For ex. In the sample data, for ID 2628 , the max date is 31/Dec/2024 and Amount is 342596.
What I need is, for Id 2628, the same amount (342596) should show in next all months until Current month.
So new rows to be added like
31/Jan/2024 342596
28/Feb/2024 342596
31/Mar/2024 342596
....
...
...
31/Mar/2025 342596
Additionally, If any month is missing then last month value should be added to the missing month.
Conclusion: For each ID there should be every months transactions from its first Month.
Thanks
I would solve it like this: