I am just drawing a blank today. So I figured I would ask. I want to take the following and do the same thing in lotusscript so the when someone mailed a doc in the db it would gather all the names in a view and update another doc with those names. Any direction would be helpful. thx
DocNum:=“3EECE0B165156240852575A20050EFA3”;
ListName=“Americas Cluster KM Community”;
NewMembers:=@DbColumn( “” : “No Cache” ; “” : “” ;“Subscribers” ; 1 );
SetNames:=@Trim(@Unique(@Name([Abbreviate];NewMembers)));
@SetDocField(DocNum;“Members”; SetNames);
SELECT @All