IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  IF Function working for Attributes not working for Values in WTX ????

    Posted 07/10/08 11:35 PM

    Originally posted by: SystemAdmin


    Hi
    Can any one resolve the below issue...?..

    =IF(PCDATA Misc:In1=NONE,"Not Available",PCDATA Misc:In1) is the condition we used in Value,if value of In1 is empty then it should populate "Not Available",But its not coming in the Output.....But if we use the same condition in attributes it is working fine.

    Here is the attached Map and Input file (Copy of AX.IT5031.AVIXML.OUTPUT.D061808.xml) and output (EIMSOUTPUT5.xml) is present in Zip file .....the above IF condition is used in functional map hierarchy as ... F_Line --->F_Line_OrderItem---->F_Line_OrderItem_Supp_ItemId---->F_Line_OrderItem_Supp_ItemId1
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: IF Function working for Attributes not working for Values in WTX ????

    Posted 07/11/08 04:39 AM

    Originally posted by: janhess


    If the value of PCData is None it won't run the fuctional map.
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: IF Function working for Attributes not working for Values in WTX ????

    Posted 07/11/08 04:50 AM

    Originally posted by: janhess


    And there's no PROD_TYPE so this doesn't run
    F_Line_OrderItem_Supp_ItemId(PROD_TYPE:In1)
    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender