Focal Point
[Solved]Refresh panels only in newly added page in BI Portal

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9997031886

October 25, 2017, 02:47 AM
DineshJGoundai
[Solved]Refresh panels only in newly added page in BI Portal
Hi All,

I have created a BI portal with single page which contains reports and charts. If I add another page on the fly by clicking the new page on the BI portal(not in portal designer) and adding two items from resource tree(one html which has the filters and one chart/report), how to refresh the report/chart alone in the current page without refreshing the previous page?

The HTML has a RUN button and I've added the below function in onclick event.

function refreshReports(){
var name = this.window.name;
parent.BipIframeInterface.setAllAmpersValues(name, IbComposer_getAllAmpersValues());
parent.BipIframeInterface.refresh(parent.BipIframeInterface.REFRESH_ALL_BUT_SELF, name);
}

If I click the RUN button it loads the report/chart in the current page but if I go back to the previous page(already loaded) it starts refreshing.

Can anyone please share your idea on this?

Thanks in advance!!

This message has been edited. Last edited by: DineshJGoundai,


WebFOCUS 8105 | 8206
Windows, All Outputs
October 25, 2017, 09:49 AM
BabakNYC
What version of WebFOCUS are you using?
You should be able to choose Refresh Current Page right in the GUI's Tasks and Animations without adding extra code.


WebFOCUS 8206, Unix, Windows
October 26, 2017, 01:55 AM
DineshJGoundai
I'm using WebFOCUS 8201M.

I just checked the Tasks and Animations and found the way to refresh current page.

Thank you so much for the timely help!


WebFOCUS 8105 | 8206
Windows, All Outputs
October 26, 2017, 07:45 AM
MartinY
Dinesh,
Edit your first post to add [SOLVED] at the beginning of the subject.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007