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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

What is Tamino's NOT operator?

  • 1.  What is Tamino's NOT operator?

    Posted Mon November 26, 2001 10:59 AM

    Hello!

    I got parse a querystring that contains basic SQL operators like AND,OR,NOT. As I know Tamino doesn’t understand NOT operator, what is the Tamino’s equivalent operator?

    Query string example:
    Property[@ino:id>10 and @ino:id<20 not (@ino:id=15 or @ino:id=17) and @ino:id!=16]/Zip

    The problem is that I can just replace NOT with AND and ‘=’ with ‘!=’ because there can be very complex situation.

    Any idea?Thank you.


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: What is Tamino's NOT operator?

    Posted Mon November 26, 2001 02:51 PM

    HI,
    actualy Tamino supports the function not()not the operator NOT
    You can use it the same way:
    Property[@ino:id>10 and @ino:id<20 not (@ino:id=15 or @ino:id=17) and @ino:id!=16]/Zip

    hope it helps, good luck


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: What is Tamino's NOT operator?

    Posted Mon November 26, 2001 03:29 PM

    It did!
    You rule!
    Thanks.


    #webMethods
    #Tamino
    #API-Management