Question:
hi bw experts
how to use the if condition in bex( in calculated key figure).
if it is possible, how?
thanks in advance.
lax
Answer:
http://help.sap.com/saphelp_bw30b/helpdata/en/f1/0a5a2ee09411d2acb90000e829fbfe/frameset.htm
Answer:
You will have to construct the IF operation combining the boolean operators (Using a formula) and a restriction on the return value (0;1) so it is a 2 step operation.
Answer:
hi riisberg
can u elabarate the 2 step process with example.
thanks in advance
lax
Answer:
create a formula using the booleans function
Example : you have a KF
To test the KF greater than 10, it'll give
(KF > 10)
This retrieves 1 if true, and 0 if False
The same for the other boolean operators
_________________
When my car stops, I first look at the gasoline's level before dismounting the engine.
Tuly Idiot's fan club active member.
Answer:
Exactly what I meant. Thanks Fred