Totals in embedded view w/ single category?

I’m trying calculate totals for columns in an embedded view w/ a single category.

I’d like to extract a total of all the values in a given column of the embedded view and place that either in the form or even in a separate column of the embedded view.

I look forward to any help offered and thank you in advance.

bj

Subject: RE: totals in embedded view w/ single category?

If you read the NotesViewEntry records from a view you should be able to extract a category total for display on your form. This is much more efficient than scanning the documents and recalculating the total.

Alternately, you could get a total to display in the embedded view by adding a second categorized column named “Total”.