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     [SOLVED] HTML Composer - Guided Ad-Hoc

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] HTML Composer - Guided Ad-Hoc
 Login/Join
 
Gold member
posted
In HTML Composer do you always need to import a report first and choose the add filters option to add dropdowns, listboxes, etc to control your report filters or is it also possible to start by designing the UI with all the dropdowns, listboxes, buttons you want and then setup links to filter your report? I am able to get all my controls to load with the correct values but don't see any way to point these to a report procedure to pass those parameters. I would think you should be able to do this from either perspective but can quite figure out how to setup those relationships when starting with all the controls first.

Thanks,
Bob

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6.8
WebFOCUS Client and Server running on RedHat Linux, Developer Studio on Windows XP
All output formats
 
Posts: 52 | Registered: May 13, 2009Report This Post
Guru
posted Hide Post
Let's say that you have a simple launch page with using the CAR file.
You have two dropdowns named COUNTRY and CAR.
Make sure that the unique ids are also COUNTRY and CAR.
All you would need to do would be to add a button and and create the hyperlink to an external procedure.
The extrenal procedure would use the parameters &COUNTRY and &CAR.
  
-* External Procedure
TABLE FILE CAR
PRINT
     DEALER_COST
     SALES
WHERE COUNTRY EQ '&COUNTRY';
WHERE CAR EQ '&CAR';
END


WebFOCUS 8.1.05M Unix Self-Service/MRE/Report Caster - Outputs Excel, PDF, HTML, Flat Files
 
Posts: 320 | Location: Memphis, TN | Registered: February 12, 2008Report This Post
Gold member
posted Hide Post
Thanks. I think this gives me more to work with. Appreciate the feedback.


WebFOCUS 7.6.8
WebFOCUS Client and Server running on RedHat Linux, Developer Studio on Windows XP
All output formats
 
Posts: 52 | Registered: May 13, 2009Report This Post
Expert
posted Hide Post
While either way can work, I have found it much better to get the fex (and associated fexes that provide the appropriate XML output) to work as desired before creating a Launch Page. That way the controls will be assigned to the variables (when you add your hyperlink to your "submit" button) and, with the proper assignments, will result in a Launch Page which is much easier to develope and maintain - IMHO Music




   In FOCUS Since 1983 ~ from FOCUS to WebFOCUS.
   Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report 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     [SOLVED] HTML Composer - Guided Ad-Hoc

Copyright © 1996-2020 Information Builders