Create view with totals

I have a routine that creates views by lotusscript.How do I set set the totals on the columns?

NotesViewColumn has isHideDetail() but i don’t found set totals column.

Any suggestion?

Subject: create view

Pretty sure that’s not possible directly.

You could use a view template which has total column(s) in it. The total column can be edited once it’s in the new view of course

Or, use DXL to import a new view (this is quite a different thing though)

Subject: thanks

It is a possibile solution.