How can I SELECT  a file by a multivalue field and return a list of 
@ID:"*":FIELD.VALUE in sorted order of FIELD.VALUE?
 
E.g:
 
record A = 800:@VM:600:@VM:700
record B = 400:@VM:900:@VM:1000:@VM:300
record C = 650:@VM:200
 
I want the output as follows:
 
C*200
B*300
B*400
A*600
C*650
A*700
A*800
B*900
B*1000
 
Thanks for any help.
Marco

                
---------------------------------
  Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download 
Messenger Now
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to