cancel
Showing results for 
Search instead for 
Did you mean: 

Caputurng the values from one KF to another KF

Former Member
0 Kudos

Hi,

I need to do something like this, there is situation where i have jobs recived and jobs completed two key fighures.

Now i need to calculate 2 more key figures based on this.. one is carry forward and another is brought forward.

so carry forward can be done by calculating (brought forward+jobs recived-jobs completed). but i need to get brought forward value..

Carry forward value of last month is the current value of brought forward value for current month.

so plz tellme how can we capture the last month value in the current month

Regards,

Amith

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Create a formula1 with replacement path which replaces the Carry forward value of last month with previous brought forward value

Create a FORMULA2 which computes (formula1+jobs recived-jobs completed).

Regards

N Ganesh