Focal Point
[CLOSED] Output from one HTML as Selection Input for Another Procedure

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7467097916

May 04, 2012, 02:49 PM
dburton
[CLOSED] Output from one HTML as Selection Input for Another Procedure
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
May 04, 2012, 03:05 PM
Doug
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.