IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  Query Wildcards?

    Posted Thu July 18, 2002 05:39 AM

    A Tamino newbie here. Anyways, I need to use wildcards in my query …but I don’t know how. I read about using asterisks, but my reference didn’t give an example how. I typed this in the tamino interactive interface:

    date[@draw_date=‘200207*’]

    of course it returned nothing, because it seemed that he considered the ‘*’ in the string as a non-wildcard. I need to get the draw_date values that starts with “200207” for instance.

    Thanks and all your help will be appreciated.


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Query Wildcards?

    Posted Thu July 18, 2002 10:52 AM

    Hi Mina,

    try using the “contains” operator: ~=
    date[@draw_date~=‘200207*’]

    Regards,
    Juanjo


    #Tamino
    #webMethods
    #API-Management