Hello,
I have a forecast table which is linked to an online source
Month | Sales |
Dec-16 | 1 |
Jan-17 | 2 |
Feb-17 | 3 |
Here the value under 'Sales' keeps on changing for the same month over the period of time. How do i take a snapshot of this table and save it to another data table on every first of the month so that i can have a comparison with the current value and the value which was predicted then?