View: Using Script to calculate column values

Hi All!

I have a script library with some nice functions. I want to use one of this function to calculate a column value of a view.

I known in views i can only use the @formular functions. - But is there any way to build my own @formular function or to load lotus script code?

At the moment we are using Notes / Domino 5, but we will migrate to Notes 6.5.x soon.

Any ideas?

Thanks a lot!

Bye

Alexander

Subject: View: Using Script to calculate column values

Basically no - a view can only do calculations on the fields in the document, and as you say only in formula language. If you want to use script you’ll have to use it to set field values on the documents first, using an agent for example.

If you describe what you’re trying to do, maybe a solution can be found.

Dan