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     Selecting a report from a Drop Down.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Selecting a report from a Drop Down.
 Login/Join
 
Member
posted
I am fairly new to WebFocus and am wondering if this is even possible through Resource Layout.

I have 14 reports. What is requested is a dropdown where a user can select a specific report and then submit. Rather then having 14 different submit buttons on one page to run the specific reports.

I have referenced the reports in the drop down value. But when I reference the report value on the submit button I recieve a error.


Currently Running WebFocus 5.3.4

Any suggestions would be greatly appreciated
Pablo
 
Posts: 2 | Location: RI | Registered: June 28, 2005Report This Post
Member
posted Hide Post
In a regular html interface the following code works. You can put this code in the html page created by the resource layout and try.

{form name="Form" method="POST"
action="http://servername/ibi_apps/WFServlet" target='_blank'}

Change the name here to IBIF_ex.....

<select name="IBIF_ex" style="color:#000080">
<option value="REP01" displaytext="Sales Report-1">Sales Report1 </option>
<option value="REP02" displaytext="Sales Report-2">Sales Report2 </option>
</select>
 
Posts: 20 | Location: Michigan | Registered: November 23, 2004Report 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     Selecting a report from a Drop Down.

Copyright © 1996-2020 Information Builders