Focal Point
[CLOSED]Not refreshing all parameters

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

April 23, 2016, 12:05 AM
jvb
[CLOSED]Not refreshing all parameters
hi,
I have designed a portal with four quadrants.
Each quadrant is having 3 dropdowns. and a apply to all button. Following function is used to updated each quadrant dynamically.

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

the issue is, when we click on apply to all, then only one dropdown is updated, rest other are refreshed to default values.
my requirement is on applying to all, it should update all the drpdowns.

Please suggest.

thanks,
Vivek

This message has been edited. Last edited by: <Emily McAllister>,


WF 8.1.04,Infoassist,Oracle, Excel, PDF,HTML.
April 26, 2016, 09:35 AM
Tamra
jvb,

Can you please update your signature line. Currently it indicates you are running WF 7.6.11.

To better assist you the version of WebFOCUS you are running needs to be kept up-to-date.


Thank you for participating in the Focal Point Forum.

Kindest regards,
Tamra Colangelo
Focal Point Moderator - Information Builders Inc.
* Summit 2016 – June 13-17 in Reno, Nevada  - http://www.informationbuilders.com/events/summit


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
April 27, 2016, 02:15 AM
jvb
Signature updated.


WF 8.1.04,Infoassist,Oracle, Excel, PDF,HTML.
May 02, 2016, 09:00 AM
Tamra
jvb

Thank you for updating your signature.

Here is a link to the BI Portal documentation.
In Chapter 11 you will find the Refresh Function
review the option for Specific list (array) of frames

Creating the Refresh Function

Let us know if this points you in the right direction.
Thank you for participating in the Focal Point Forum.

Kindest regards,
Tamra Colangelo
Focal Point Moderator - Information Builders Inc.
* Summit 2016 – June 13-17 in Reno, Nevada  - http://www.informationbuilders.com/events/summit


WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5