I want to find out how quarterly revenue grow up or down.
Here is a script looks:
a = b / c,
where
a - ratio of grow up or down;
b - TOTAL_REVENUE by current reporting period;
c - TOTAL_REVENUE by past quarter report.
I don't find how I can get the TOTAL_REVENUE from the past quarter report.