Hello,
I am looking for a way to use the @formula-language to do the same thing lotusscript does in ‘notesdocumentcollection.count’.
I am to do this in a agent that is to run on selected documents and I want to check the number of documents selected.
Is this possible and if so how?
Regards Palle
Subject: Re: How many documents are selected in a formula agent
Not directly, though I suppose you could run an agent that runs two other agents: a LotusScript agent to find out how many documents there are selected and saves that in an ini variable, then a formula agent. You realize the formula executes repeatedly, right? Once for each selected document.