Focal Point
[SOLVED]Parameters Passing Between Portal Pages

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

April 13, 2015, 03:59 PM
wlwright1
[SOLVED]Parameters Passing Between Portal Pages
I have a portal with a number of pages. On one of the pages is a multigraph accordian in which I have the following code to refresh all of the reports once criteria is selected.

function onInitialUpdate(){
refreshReports();
}

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


I've noticed that if I run this report and go to another portal page the criteria passes. Is there a way to ensure that parameters are not passed between pages.

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


8.1.0.4
Windows 7
Excel, AHTML, HTML,PDF
April 13, 2015, 05:11 PM
GavinL
http://forums.informationbuild...1057331/m/8767075576



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
April 13, 2015, 08:42 PM
wlwright1
Thank you for this. What I am looking for is a way not to pass parameters between pages. This is causing a problem because if someone doesn't see the set parameters and try to put criteria in that will conflict it generates an error.

I don't know if there is a easy way to make it so the parameters don't pass or have when they select the new page it resets all parameters, either with javascript or something.


8.1.0.4
Windows 7
Excel, AHTML, HTML,PDF
April 14, 2015, 08:56 AM
GavinL
Oh, I totally missed the NOT since IBI says it's currently not possible to pass params between pages. If you have found a way, please share!! Smiler



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
April 15, 2015, 02:06 PM
gregv
wlwright1:
Use 'REFRESH_SELF_ONLY'.
See following doc:
http://documentation.informati...l/source/topic76.htm



Greg



current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11

local: WF 8.2 - Windows 7 64bit - Tomcat 6 - MRE / BID - FOCUS - IE11

PMF 8
April 15, 2015, 02:19 PM
wlwright1
That was it. Thanks for replying


8.1.0.4
Windows 7
Excel, AHTML, HTML,PDF