HI Team,
we have a requirement like creating new KF at WKRESPRODLOCSRC level and copy data from old KF which is at WKPRODLOC level.
Dependent Demand of Production Resource ID: ZDEPENDENTDEMANDPRODRES Description: Dependent Demand for Resource us...
HI All,
In general we need the existing KF2 to take whatever value people add to the new KF1. If nothing is added then it should be KF3. The quantity selected by the formula, should be multiplied by the KF4.
Eg :
Need expression for the abo...
Hi All,
In our system data comes to IBP from BW via CPI-DS.
when i check in data integration jobs version showing nothing for all tasks.
May i know the reason why it was not showing up there and will the data go to "BASE VERSION" by default?...
Hi All,
I have following KF logic, but it is not working as expected.
IF(("KF1@PL">1 AND "KF2@PL"!=0),"KF3@PL"+"KF4@PL",0)
Marinating KF=5, KF2=5, KF3=10 and KF4=20.
Here output must be 30 but system giving "0".
i have written same logic in...
Hi Praveen,Thanks for the response.In my case "A" is stored KF and if user not maintained any value or it is NULL.Then what will be the output for KF.BrKumar
Hi Jorge Serpa,Modified expression like below. Just wanted to know that it is correct or am i doing any mistake.IF(ISNUMBER("ZFPPIPXCONTROL@MTHPRODCUST")AND("ZFPIMSFORECASTQTY@MTHPRODCUST">0),("ZFPIMSFORECASTQTY@MTHPRODCUST"-"ZDPCONSTRAINEDFORECAS...
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@...