RTF Document Summary

I am trying to produce a document summary of documents hilighted in a view. I am wanting to capture a particular RTF field in each document and append them to a summary document, and have each RTF renderng seperated by other fields on the document selection.

Going nuts with this one - just isnt doing what I want.

Subject: Summary or @Abstract

Hi!

Only items with the flag “Summary” may used in columns and select formulas - RTF items does not have the flag “summary”. It is possible to set this flag with lotusscript, but if you set it the item has some limits.

Alternativ you schould create a hidden, calculated text item in your form with an @Abstract to summarize the content of your rtf item. Show that item in the view - for initial values for all documents, you have to create a small script or run a full calculation with an agent @Command([ToolsRefreshAllDocs])

Greetings Michael