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.
Is there anyone with tips on using the GUI to generate a "Guided Report"?
I took a look at the documentation (Creating Reports With Report Painter > Creating Guided Reports > Creating a Guided Report) and, as usual, in a textbook scenario, this *might* work as described, but over here, in the real world, I am having trouble implementing it.
I followed the instructions to "Create a Guided Report Using One Variable for All Selected Columns". That created a control on the form where report columns can be selected. Then I tried "Edit Variable Fields" where you can provide user-friendly column names. After doing this, the GUI did not update the existing control, but created a new control!
How do you do this Guided Report thing if you do not want the report to be embedded in a frame on the form page? I want to launch the report in a new window.
"A Guided Report is a highly parametrized report", but how do you add filters? I see no documentation on this aspect of a report
I'm sure I will find more frustrations shortly.This message has been edited. Last edited by: Francis Mariani,
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
Create an HTML page in HTML Composer. Add a form. Point the submit button to an existing External procedure. All the report parameters appear in a list of controls. You cannot select a Double-list control, so you leave them as Text box controls. Back to the form, you cannot change the Text box controls to Double-list controls, so you have to delete them and add Double-list controls and then bind them to the parameters. This is 2012.
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