The POV component enables you to use option buttons to switch between embedded browsers, and reduce the amount of space used.
Before adding option buttons, create a shared embedded browser.
To create a shared POV embedded browser:
In Interactive Reporting Studio, navigate to a frame that is to contain multiple POV objects.
Press Ctrl+D to enter Design mode.
From the catalog pane, expand Controls, and drag an embedded browser object onto the frame.
Double-click the browser object.
Properties is displayed.
Enter all^Hysl_pov as the object name.
Click OK.
Press Ctrl+D to exit Design mode.
Navigate to another frame and return to refresh the embedded browser.
Note:
Information in earlier releases regarding adding option buttons is still applicable; however, it is not as efficient as the latest information provided in this documentation.
To add option buttons:
In Interactive Reporting Studio, open a dashboard frame containing POV embedded browsers.
Press Ctrl+D to enter Design mode.
From the catalog pane, expand Controls, and drag an option button onto the frame.
Double-click the option button.
Properties is displayed.
Enter <url_name>^Hysl_pov^rbt as the object name.
For example, for a URL named Metrics_Clip, enter Metrics_Clip^Hysl_pov^rbt.
Click OK.
Select the option button, right-click, and select Scripts.
Scripts Editor is displayed.
In Scripts Editor, perform an action:
Enter this line of code
ActiveDocument.Sections[txlMe.Text].Qiq_onControlClick(this.Parent,this)
Copy and paste the line of code from another button on the toolbar to avoid data entry errors
Click OK.
Repeat steps 3–9 for every option button to be added.
Press Ctrl+D to exit Design mode.