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 two input parameters, for all examples we can call them input1 and input2. I want to take the values of these inputs and run a procedure that will output pairs of data. I then one to select one option from each pair of output and have those selections run a separate procedure.
Example
Input1 Input2
Output
A1 B1 A2 B2 A3 B3
If my selections are A1,B2 and A3. I then want to use these selections to run another procedure.
I have no idea where to start with this type of report. I already have the procedure built that will provide the output but not sure how I can use the output as a selection for the input of another procedure.
Any ideas?
Thanks.
Just realized I haven't updated my signature and I am using 7.7.03.This message has been edited. Last edited by: Kerry,
WebFOCUS 7.7.03 Windows Web Server 2008 MS SQL Server 2000 Excel,CSV,PDF,HTML
Posts: 71 | Location: Kingston, ON | Registered: May 03, 2011
Create a parameters page with two dynamic selection controls and use your two input files as inputs to those two controls. Add an execute button on the parm page to execute a procedure which accepts the values from these two controls as inputs to that procedure.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005