If you changed
TRANS("&SAVEDLISTS&",listname,-1,'X') ; IF INDEX(@1,ATTR2:@vm,1)=0 THEN "" ELSE 
"Y"
to
TRANS("&SAVEDLISTS&",listname,-1,'X') ; IF INDEX(@1:@vm,ATTR2:@vm,1)=0 THEN "" 
ELSE "Y"
   you could elminate step 1 and 2, but you will still need to edit the DICT 
entry
   each time to put in the listname, unless you make it a name that you always 
use
   when you save the list.

George

-----Original Message-----
From: George Gallen 
Sent: Monday, July 25, 2005 1:38 PM
To: 'u2-users@listserver.u2ug.org'
Subject: RE: [U2] [UD] Select on an attribute


My thought on this would be to do the following:

1. EDIT-LIST list1
2. add "xx" at the end (this will force a @am to the end of your last select 
list entry)
3. put the following DICT entry in the second file call it MULTIMATCH,
   I
   TRANS("&SAVEDLISTS&",listname,-1,'X') ; IF INDEX(@1,ATTR2:@vm,1)=0 THEN "" 
ELSE "Y"

4. SELECT FILE2 WITH MULTIMATCH="Y"

Of course, you would need to do this for each savedlist you pull from list1
and...I'm not sure if that I-desc will work in Unidata.

George
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to