Is there a way to set the properties of a column in a view via LS or Java?I created a view via LS but see no way to make one of the columns Sorted
Subject: notesviewcolumn
Look this up in the help - there’s an issorted property
Subject: notesviewcolumn
that only tells me if the column is sorted or not, it does not make the column sorted
Subject: notesviewcolumn
It’s read/write according to the help. To be honest I haven’t tried it but does notesviewcolumn.issorted = true not set the column?
Subject: tested - it works