webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Filtering an IData array

    Posted Thu July 15, 2010 06:17 AM

    Hi,
    Want to filter an IData array.
    For example, i am having “Transactions” IData array and want to filter this IData array with the help of amount fields.
    The absolute path of the amount field would be like IData array list(Document list) → IData array(Document) → String field.

    Do we have any in build flow or java service to carry out this filtering?

    Desigan


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Filtering an IData array

    Posted Tue July 20, 2010 06:11 PM

    IData array is document list.

    You should use loop, in your case to filter by some value, you should set the input array and the output array of the loop statement.
    the output array use for the filtered data


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Filtering an IData array

    Posted Wed July 21, 2010 05:00 AM

    Thank you for your reply. I thought of using any inbuilt function available. Do we have any inbuilt function where we can give multiple filters irrespective IData structure?
    Desi


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 4.  RE: Filtering an IData array

    Posted Wed July 21, 2010 03:10 PM

    WmPublic/pub.xml:queryXMLNode

    I remembered one thread on this forum already discussed about any probably solutions, included the performance impacts.
    but sorry i forgot about the url of the thread


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services