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
Expand all | Collapse all

Mathematical expressions in Flow / Modulo operator

  • 1.  Mathematical expressions in Flow / Modulo operator

    Posted Fri December 14, 2007 11:51 AM

    hii iam new to WM
    so pls tell me
    how to write program for an expression like a+b%c*d in developer


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


  • 2.  RE: Mathematical expressions in Flow / Modulo operator

    Posted Fri December 14, 2007 03:22 PM

    Koteswararao,

    You can review the Developer’s Userguide and check in the Regular Expressions section to get peak on it.

    HTH,
    RMG


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


  • 3.  RE: Mathematical expressions in Flow / Modulo operator

    Posted Mon December 17, 2007 04:22 PM

    Actually, I think the best document to review for an understanding of basic math functions in Flow would be the pub.math section of the IS Built-In Services guide.

    I don’t remember seeing an IS built-in service for the modulo (or remainder) operator, but it would be a simple task to create one.

    Mark


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


  • 4.  RE: Mathematical expressions in Flow / Modulo operator

    Posted Mon December 17, 2007 08:52 PM

    Use caution with the pub.math services as they use double data types, which can have accuracy issues (important for money values).


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