I have a report "Sales By Vendor Summary" that when prompts are entered, it keeps running without executing. I've already tried to republish it, but no success. Can anybody help me out with this one?
Hello, did you try to add an additional filter item on the report to ensure that it will only return one row? This way you can start the process of eliminiation in case there are issues with the query items. Also, did you try running it as HTML so that only one page of data will be returned instead of PDF?
What does "running without executing" mean? Do you mean it starts to execute and never finishes?
Some things to try...
- If there are multiple queries in your report, try running the tabular sql for each and see if that completes OK.
- If you're using a non-html output format, run it in html and see if that makes a difference.
- Copy the generated sql from your query/queries and run it in your database client.
The results will help determine if your problem is with the database retrieval, local processing, or output formatting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.