Hi,
I have created a column using CreateColumn method of Lotus script
Set col4 =view.CreateColumn(4,“Brand”,br$)
this works fine it creates the column,
now, I want to set the property for this created column as: ‘show multiple values as separate entries’ as my created column is multivalued.
How can I do this?