cancel
Showing results for 
Search instead for 
Did you mean: 

Key Figure Handling in Fox Formula

Former Member
0 Kudos

Hi,

i have to modify a key figure only if it's blank (initial value), is it possible to do this in a planning function using, for example, a code like this:

IF {Key Figure X} IS INITIAL

{Key Figure X} = {Key Figure Y}.

Thanks in advance

Fabio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

IF {Key Figure X} IS INITIAL.

{Key Figure X} = {Key Figure Y}.

ENDIF.

That's ok.