I have a report with several data providers, many of which often return no data. During refresh, I'd like to suppress the "No Data Retrieved for..." messages that come up; however, since the report is driven by User Prompts, I can't simply set application.interactive to FALSE at before_refresh.
Is there any way to set application.interactive AFTER the data provider's prompts have been gathered, but before the first query executes?
Thanks for any & all help!
Is there any way to set application.interactive AFTER the data provider's prompts have been gathered, but before the first query executes?
Thanks for any & all help!