on 2023 Apr 25 11:57 AM
Hi Experts,
can someone explain logic for below mentioned expression
'=IF(AND(ISNUMBER(ZFPPIPXCONTROL);ZFPIMSFORECASTQTY>0);+ZFPIMSFORECASTQTY-ZDPCONSTRAINEDFORECAST;0)
=IF(AND(ISNUMBER(ZFPPIPXCONTROL);ZFPIMSACTUALQTY>0);+ZFPIMSACTUALQTY-ZDPACTUALSQTY;0)
Br
Kumar
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Kumar, these statement appears to do the following:
If the KF ZFPPIPXCONTROL (looks like to be a local member) has value AND ZFPIMS > 0, then the system will subtract the respective values, otherwise it will be 0.
Best Regards,
Jorge Serpa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jorge Serpa,
Thanks for the response.
But when i try to create helper KF with this logic getting "syntax error".
IF(AND(IsNumber("ZFPPIPXCONTROL@MTHPRODCUST");"ZFPIMSFORECASTQTY@MTHPRODCUST">0);"ZFPIMSFORECASTQTY@MTHPRODCUST"-"ZDPCONSTRAINEDFORECAST@MTHPRODCUST";0)
Can you help me where i am missing exactly.
Br
Kumar
User | Count |
---|---|
9 | |
4 | |
4 | |
4 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.