Hello,
In my application I need two sort criterias at the same time for my Query.
I can add two QuerySort with different sortSequence. But I recieve exception when I give two sort criterias.
The exception message I get is something like this :
StoreException: query failed: /oc_body[body_site~=‘‘] sortby ( diagnosis descending body_site descending): ?/code>nullcom.softwareag.tamino.db.API.accessor.TAccessFailureVerifier.verifyQueryRe
I tried /oc_body[body_site~=’
’] sortby ( diagnosis descending body_site descending) from Interactive interface it did not also work it worked when I put comma between two search criterias which is :
/oc_body[body_site~=‘*’] sortby ( diagnosis descending , body_site descending)
According to these can somebody tell me what to do please?
I need use two sort criterias as soon as possible.
Thanks…
X-Application Version: 3.1.2
Tamino Version : 3.1.1
Platform : Win2k
WebContainer : Tomcat 3.3a
JDK Version : 1.3.0
[This message was edited by Christian Freytag on 26 Jul 2002 at 11:55.]
#API-Management#webMethods#Tamino