Job Title in NAB @NameLookup([Exhaustive];@UserName;"JobTitle")

Hi,I use this code to populate a computed field:

@NameLookup([Exhaustive];@UserName;“JobTitle”)

but when the user have a long title, the address book show the jobTitl in 2 (or more) lines.

each line is a different value in the jobTitle of person document

(ie: Lotus Notes Domino Administrator & Windows Administrator are populate in this format:

“Lotus Notes Domino Administrator”

“& Windows Administrator” )

How can I make it in one value?

Note: I also use @Implode(@NameLookup([Exhaustive];@UserName;“JobTitle”)) but it’s doesn’t change anything

any idea?

Thanks in advance

Subject: Job Title in NAB @NameLookup([Exhaustive];@UserName;“JobTitle”)

JobTitle is a Text List field but the values will only show as multiple values if they are separated by a carriage return (or some other separator honored by that field), which the user likely entered when they added their Job Title to the field. Remove the carriage return and it should work.

Subject: RE: Job Title in NAB @NameLookup([Exhaustive];@UserName;“JobTitle”)

Thanks for your response Paul,but I dont type a carriage return in the JobTitle.

When I edit the Person Document, all the value are in the same line but when I save the doc, the value is show in differents lines.

Subject: RE: Job Title in NAB @NameLookup([Exhaustive];@UserName;“JobTitle”)

It may show on two different lines, but since it does not have a carriage return, it should not be seen as a multivalue field.

Subject: RE: Job Title in NAB @NameLookup([Exhaustive];@UserName;“JobTitle”)

try using @dblookup and see if you get the same result. maybe it’s a bug.

I went into my person doc and entered a long title so it went to 2 lines and after saving it showed as a single value. I then went in and put a carriage return in the middle and after saving it appeared as 2 entries, working as designed.

Subject: RE: Job Title in NAB @NameLookup([Exhaustive];@UserName;“JobTitle”)

mmm I’m… I’m not fool!

I tried 4 time to enter :

Représentant serveurs & stockage / Sales Representative Servers & Storage

…without success (every time in seperate values)…

and the fifth time it’s work! …in only one value!

I don’t understand but I will doublecheck for all entries

Thanks