Can @GetField retrieve multi-value?

Hi gurus,

Designer Help says for @GetField( fieldName ):

If the field specified in fieldName is marked to Allow multiple values, this function returns the first value only.

I tested it on R602CF2 and it works nice for multi-values.

But it is very important for one my application so I am interested if anyone has more information about this disagreement.

Thanks in advance.

Subject: Can @GetField retrieve multi-value?

I am using Lotus Notes version 653 and @getfield seems to fail miserably with multivalues.

On the web it could be the same.

Tried using @getdocfield(@documentuniqueid;“fld”)

-same result

You can use the current doc’s unid in 6.

One thing you can do is have field that implodes the vlaues into a single string and then explode the result eg:

cars field has “porsche”:“lotus”:“aston”

carsImp has porsche~lotus~aston

by computing to @implode(cars;“~”)

to get the result do a

@explode(@getdocfield(“carsImp”);“~”)

Well noticed. I will add a page on this on http://www.NotesNinjas.com if you don’t mind.

-Adam

http://www.AdFos.com

http://www.NotesNinjas.com