[U2] help with multivalue and when

2005-10-11 Thread Jeff Powell
I am querying a file with multivalued fields but I am not getting a precise enough selection. I want to find only those records where the multivalues for two separate fields meet the criteria within the same index. The file is the order-log file. There is only one record for each order number but

Re: [U2] help with multivalue and when

2005-10-11 Thread Mark Johnson
PROTECTED] To: u2 users group u2-users@listserver.u2ug.org Sent: Tuesday, October 11, 2005 9:02 AM Subject: [U2] help with multivalue and when I am querying a file with multivalued fields but I am not getting a precise enough selection. I want to find only those records where the multivalues

Re: [U2] help with multivalue and when

2005-10-11 Thread john reid
This is only a stab... if you make field 7 the name of a phrase, say ACT.ACT, for the dict item, with the phrase being in the same dict as PH ACTION ACT.DTE then do the same query? On 10/11/05, Jeff Powell [EMAIL PROTECTED] wrote: I am querying a file with multivalued fields but I am not getting

RE: [U2] help with multivalue and when

2005-10-11 Thread Piers Angliss
U Piers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeff Powell Sent: 11 October 2005 14:02 To: u2 users group Subject: [U2] help with multivalue and when --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] help with multivalue and when

2005-10-11 Thread Mats Carlid
Jeff Powell wrote: I am querying a file with multivalued fields but I am not getting a precise enough selection. I want to find only those records where the multivalues for two separate fields meet the criteria within the same index. The file is the order-log file. There is only one record for

RE: [U2] help with multivalue and when

2005-10-11 Thread Bill_H
Of Jeff Powell Sent: Tuesday, October 11, 2005 6:02 AM To: u2 users group Subject: [U2] help with multivalue and when I am querying a file with multivalued fields but I am not getting a precise enough selection. I want to find only those records where the multivalues for two separate

Re: [U2] help with multivalue and when

2005-10-11 Thread Ray Wurlod
WITH selects records. WHEN only suppresses display of multivalued fields that do not meet your selection criteria. UniVerse/SQL makes this clearer, since you must specify both the selection clause and the suppression clause. You can do this with LIST as well. LIST filename field_list WITH