Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I have a requirement.
I need to create a expression to calculate the cumulative growth.
Example: for Feb-18the cumulative growth is value of Feb - 13900-13000(base_amt) = 900. Then march is mar value 13700-13000 = cummulative growth from feb to mar is 700.
Then, add/sum up the cumulative growth = 900+700= 1600. 1600 is the cumulative growth.
I really dont know how to write in script, please help guys.
Rgds
Jim
You want this 1600 to be in a text box object? and also, base_amt is a field from the script? May be just do this
=Sum(value - base_amt)
I guess you need to remove your month-year and value dimensions to get 1600