I am using an agent to print out the values from a view. In this case the view is a one document view that has 595 entries in it. The values in the document display in the two categorized columns. The strange thing about it is what results are given if I run the Test agent. If I run the agent over the web provides only 6 as the total run, while running the agent from the client provides 595, the correct number of values. Does anyone have an idea as to why this is the case? I need to have this agent be run as a web based agent, so running it via the client isn’t possible. This same test works fine with views that contain many documents, but just doesn’t work for this one document view.
I’m posting the entire .nsf example (zipped up) at this url. You can test it via a browser and via the client to see what I’m talking about. It has one view, one document, and one agent. The agent is named “(Test)”.
http://www.ironclads.com/temp/Transport.zip
Any ideas or help is greatly appreciated. Thank you.