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

double sortby possible ?

  • 1.  double sortby possible ?

    Posted Wed September 11, 2002 09:48 AM

    Sorry I posted in the wrong section first :frowning: but could not delete the post… So here it is appropriate :

    Hello, I have the following document and wonder whether I can retrieve all the “A” sorted, first, by B, then by @C. (If two A have the same value for B, sort them by @C).



    bb
    <C @C=“c”/>

    [series of other ]


    I use version 3.1.1 of Tamino. Thanks.


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: double sortby possible ?

    Posted Wed September 11, 2002 11:22 AM

    Try the following query…

    root/A sortby (.,./B,./C/@C)


    #API-Management
    #Tamino
    #webMethods