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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

X-application does not return numeric values>1000000

  • 1.  X-application does not return numeric values>1000000

    Posted 04/26/02 01:39 PM

    X-Application Version: 3.1.2, 3.1.1
    Tamino Version : 3.1.1
    Platform : NT, Win2k, Solaris, …
    WebContainer : Tomcat 3.3
    JDK Version : 1.3.1

    Hi everyone,

    I am working on an app with X-application where I want to find all cars that cost more than Rupees 1000000 or 1 million. And i get no result… it simply gives a blank page.
    The code i have written is:


    Select an Upper Price Range:



    can anyone suggest the datatype?i tried it with int , double,longint and nothing works. Am i missing something?
    Let me know,
    Thanks,
    Sumier


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: X-application does not return numeric values>1000000

    Posted 04/26/02 03:04 PM

    Hello Sumier,

    to create a query which is based an integer or flaot comparison, you should define a further parameter within your query(…) expressions.

    In your case, use


    #webMethods
    #Tamino
    #API-Management