Hey - Occasionally I seem to end up creating a Jet Report that will, when the report is opened or the output is filtered, cause the Jet Report to start the "Calculation In Progress" box to appear and I'll have to wait a few minutes till it is done. I am not making any changes to the output, only looking to filter information that is in it.
Anyone has a suggestions on how to keep this from happening? Something I need to code into the page? Should I be search for a volatile calculation that exist in either Excel formulae or within Jet report coding to remove?
Mark
Date
Votes
2 comments
-
Jet Reports Historic Posts Mark,
I've had this problem before. Usually it was because I had a =NOW() or =TODAY() function in the report. This functions should be within an NP("Eval") -
Jet Reports Historic Posts Sweet - thanks for the solution!
Mark
Please sign in to leave a comment.