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 am trying to create an HTML page (using HTML Layout Painter) with a list of reports that a user will launch with a push button. The issue is that each report has a common parameter and data source. I would like to show the parameter drop down for each report. Right now when I bring in report 2 the parameter already exist so report 2 runs with report 1's parameter selection. Is there a way around this without renaming the value in report 2's procedure?
Dr Pants, are you wanting to use 1 single HTML Launch page to launch several different fexes? How are you specifying the 2nd fex now? 1 FORM has 1 action.. so if you want 2 fexes to run with different parm selections, you need 2 FORMs in your launch page. that means 2 sets of dropdowns, 2 actions, 2 separate submit buttons. If you have MRE, do a PUBLISH on your fex from MRE to see what a launchpage looks like with FORM tags, rather than using HTML Layout Painter.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Yes, I am wanting to use one HTML page to launch several different fexes.
I tried adding a pushbutton and creating a hyperlink for each report, which does not allow me to create a second set of drop downs because they do not appear in the "New Parameters dialog box"...
How would I create 2 FORMS in the launch page?
I did a PUBLISH of the fex, but I am not sure what I am looking for in regard to FORM tags.
Thanks! I really appreciate you taking the time to respond
the type is currently "button" and each on-click event runs the correct report...the problem is the parameters value/drop down "Claim Year" for example, is associated with both reports...I would like to create a second, identical "Claim Year" drop down that applies to report 2
Are you wanting to run 1 report at a time or are you wanting to run the reports and have them side by side (or one over the other)? If it is one report at a time, you probably don't need different parameters (you may want to add options for sort/sum etc and even use one program). If you are wanting to run 2 programs at the same time, try an IFRAME.
Pat WF 7.6.8, AIX, AS400, NT AS400 FOCUS, AIX FOCUS, Oracle, DB2, JDE, Lotus Notes
Posts: 755 | Location: TX | Registered: September 25, 2007
ok, you have to get this... one button -> one form -> one report. If you really want one go button and 2 fexes, then you have to have 2 dropdown lists, they can have the same stuff in them, but they've got to have 2 different &VAR names. Fex 1 uses &var#1 and ignores #var #2 Fex 2 uses &var#2 and ignores #var #1. this is a goofy design, but it'll work.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003