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.
I have a HTML Script in the MRE Standard Reporting area. I would like for the HTML Script to call a MRE Reporting Object and pass a parameter to it for a WHERE Clause. The HTML Script and Reporting Object are within the same Domain.
Is it possible? And, if so, how do I code it in the HTML Script?
Would you be so kind to share a part of the HTML script, It would be easier to understand and maybe also easier to give an advice. I'm sure it can be done.
How does the HTML script get's the parameter?
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
The quickest way to find out what is required would be to temporarily create a WHERE statement that has an embedded Dialogue Manager variable, for example WHERE RECORDLIMIT EQ &RECORDLIMIT. Make sure that the Prompt for Parameters property is checked. Run the Reporting Object and view the source of the parameter HTML page.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
I am not having a problem passing the variables or with the HTML.
The issue is that I am tiring to link to a Reporting Object from within the HTML. You can link to a Standard report with ibif_ex="app/new_proc.fex" IBIMR_folder="#starndardrep" or a My Report with ibif_ex="user1/new_repo.fex" IBIMR_sub_action="MR_MY_REPORT" IBIMR_folder="#standardrepo" but how can you link to a Reporting Object?
I want to check the version of WebFOCUS you are using. I am running 7.1.6 and if I submit the following, I do get into MRE at the general level, not at the specified Domain Level, and it does not call the Reporting Object up in Assist mode either.
Things may have changed in 7.1.6, but I did notice you have two &IBIMR_action variables in your URL. The second one is 'MR_SIGNON' which is probably why the MRE page is at the general level.
I imagine you need to sign on AND run a reporting object in one call - I unfortunately don't have an example of that for the moment.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server