Opening Interactive Reporting Web Client in Multiple Browser Windows
Interactive Reporting Web Client can be launched in a single browser window or multiple browser windows. Use this feature to display either one or several Interactive Reporting documents (BQY) at the same time. When multiple browser windows are opened for the same Interactive Reporting documents (BQY), the last saved document is the one saved to the repository.
To open Interactive Reporting Web Client in multiple browser windows:
Open the ws.conf file from the <SERVLETS DEPLOYMENT>/config folder in your favorite editor.
Add the line:
WebClient.Applications.DAServlet.OpenNewWindow=true
Save the file.
To open Interactive Reporting Web Client in a single browser window:
Open the ws.conf file from the <SERVLETS DEPLOYMENT>/config folder in your favorite editor.
Add the line:
WebClient.Applications.DAServlet.OpenNewWindow=false
Save the file.