To manually refresh a POV item when a filter is set, configure on the frame.
To add and configure
(Refresh):
In Interactive Reporting Studio, open a dashboard that contains POV embedded browsers.
Select the frame on which to add the button, and press Ctrl+D to enter Design mode.
From the catalog pane, expand Graphics, and drag a picture object onto the frame.
Navigate to refresh.bmp in the POV component directory.
Position the button on the dashboard toolbar.
Double-click the button.
Properties is displayed.
Enter picRefresh^Hysl_pov as the object name.
Click OK.
Select , 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.
Press Ctrl+D to exit Design mode.
Set filters on the frame, and click .
The POV embedded browsers refresh to reflect the set filters.