Hi,
I have a problem in ip,
I have 3 keyfigures and I have written a fox formula for assigning value thru user input to one of these keyfigure(3rd keyfigure).
My problem is if both of other two key figure have data as 0 i.e null then i am unable to asssign user input value to the 3rd keyfigure.
example:
Expected Output :
KF1 KF2 KF3(user input=20)
0 0 20
10 10 20
0 10 20
Result :
KF1 KF2 KF3(user input=20)
0 0 0
10 10 20
0 10 20
Rregards,
Shweta.