Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Portal control page won't link to the report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Portal control page won't link to the report
 Login/Join
 
Gold member
posted
I built an control page and add two report/charts to my portal. However when i refresh my selection of parameters on my control page, the report and chart won't refresh with new parameter selections.

What is wrong here? Thanks

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 60 | Registered: March 02, 2015Report This Post
Virtuoso
posted Hide Post
Many different things could be wrong.

Do you have your WHERE statements set up right within your reports/charts?

Is your control page tasks and/or Js set up correctly?

Do control param names match up with the ones from the reports/charts? Are they bound correctly?

Etc.


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report This Post
Gold member
posted Hide Post
Here is my .fex
SET CENT-ZERO = ON
TABLE FILE FINANCIAL_MODELING_PORTAL
-*WHERE ClientName EQ &ClientName;
-*WHERE EvaluationDate EQ &EvaluationDate;
SUM
CurrPar/D20.2 AS 'Par'
PCT.CurrPar/D5% AS 'Weights'
COMPUTE WAGCpn/D12.2 = BCP_CPN / CurrPar; AS 'Cpn'
COMPUTE WAGWAL/D12.2 = BMV_WAL / BaseMV; AS 'Avg Life'
COMPUTE WAGDur/D12.2 = BMV_ED / BaseMV; AS 'Eff Duration'
COMPUTE WAGCon/D12.2 = BMV_CON / BaseMV; AS 'Eff Convexity'
BY ClientName NOPRINT
BY PORTFOLIO
WHERE ClientName EQ '&ClientName.(FIND FINANCIAL_MODELING_PORTAL.POSITIONHOLDINGS.ClientName IN FINANCIAL_MODELING_PORTAL).Institution Name.';
WHERE EvaluationDate EQ &EvaluationDate.(FIND FINANCIAL_MODELING_PORTAL.POSITIONHOLDINGS.EvaluationDate IN FINANCIAL_MODELING_PORTAL).Evaluation Date.;
WHERE SCENARIO EQ 0;
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SUMMARIZE AS 'Total'
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/WFC/Repository/FinancialModeling/alm_flat.sty,
$
TYPE=REPORT,
CALC-LOCATION=TOP,
$
TYPE=REPORT,
OBJECT=STATUS-AREA,
JUSTIFY=LEFT,
PAGE-LOCATION=BOTTOM,
$
ENDSTYLE
END

And the parameters for my launch page are exactly the same as these two where statement.
my task2 set up as click "Run button" and refresh the whole portal page.

Thanks


WebFOCUS 8.1.05
Windows, All Outputs
 
Posts: 60 | Registered: March 02, 2015Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Portal control page won't link to the report

Copyright © 1996-2020 Information Builders