I want to populate Amount_2020 at year 2021 with 1.02 ratio.
I tried to use expression case switch or case(if) on Workbook or on analysis.
case when Year =2021 then Amount_2020* 1.02 else Amount_2020 end.
but failing to getting the amount_2020 at 2020 to year 2021 using the case expression..
any idea?