I am new to SAS and I currently working in SAS Visual Analytics(latest version).
I have a cross in SAS VA that is similar to the one below:
Year | Return On Investment (%) |
2019 | 5% |
2020 | 10% |
2021 | 17% |
2022 | 4% |
But I want to add a third that calculates the year on year change in SAS VA, like the one below.
May I have assistance?
Year | Return On Investment (%) | YoY change |
2019 | 5% | 5% |
2020 | 10% | 7% |
2021 | 17% | -13% |
2022 | 4% | |