Is there a way to disable certain datasets from running within a BI Publisher report data model(.XDM
We have a BIP report with two tabs. One tab is a Summary report and the other tab is a Details report.
Each report is its own query in the data model and returns its own dataset to the corresponding tab.
We've learnt that when we submit the report to run the Summary report that in fact both queries in the data model run. This is a problem in that the Details report returns so much data that it crashes the server. Is there a way we can disable the Details query from running in the data model while at the same time the Summary query is running?