I have a view, which acts like a query. Users are able to update the View Selection, Add Columns, etc… What I’m wondering about when a user creates a column can they set that column to enable Totals? I couldn’t find anything under the NotesViewColumn in Notes Help.
Now keep in mind this is from Lotus Notes and not from the Dev program.
Subject: RE: Button to create a Column with Totals?
You could generate the DXL for the view and then import it. Or, you could have a view containing model columns that already have the properties you want, and clone those using NotesView.CopyColumn.