This, that and the other (may contain nuts)

Lotus Notes Formula that is bugging me

Steve Castledine  20 May 2008 17:07:04
Sometimes its the simple things that can be the hardest to fix.

I have a dialog list.

Image:Lotus Notes Formula that is bugging me
The dialog list gets its data from a view using the formula:

xlist := @DbColumn("":"NoCache";"":"";"vSysCat";1);
fullList :=  @Unique(xList);
@Trim(fullList)

So why oh why does it display the list correctly but doubles up the existing selection with each word a separate line? This is basics, but its gone from my head!


Image:Lotus Notes Formula that is bugging me