Some "dashboards" are data intensive and we do not want to run automatically. Also, our customers want us to provide rich text instructions or details on some dashboards. The Designer tool Text option does not support rich formatting so we do this in an HTML file. Unfortunately, when we uncheck the auto load feature, it does not load the HTML instructions/details page. We looked at using an Interaction, but it does not an option to trigger content load based on the "page loaded" event. We are now trying to leverage JavaScript to load the HTML content in a container while leaving the data output blank until the submit event. We found that adding the panelContainer.ibaObject.addContent('IBFS:/WFC/Repository/<workspace>/<content>', 'Title', true); works, but stops the filters from appearing on the page.