> From: Hruby, Paul [mailto:[EMAIL PROTECTED] 
> FileOne has a Muli-value Attribute<1> that contains a list of items.
> 
> FILEONE
> ID=   12345
> KEYTWO=       001^002^003
> 
> FileTwo's ID is comprised of FileOne's ID and FileOne Attribute<1>
> (KEYTWO)example:
> 
> FILETWO
> ID=   12345*001
> ID=   12345*002
> ID=   12345*003
> 
> What I'm trying to do is build an I-Desc that will allow me 
> to list out FileOne and with FileTwo's ID.  Example:

Try

SUBR("-CATS",REUSE(@ID:"*"),KEYTWO)

Since the ID is not multivalued, you have to provide a hint to say you want
to repeat it for each multivalue.

Hth,
Ian
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to