cancel
Showing results for 
Search instead for 
Did you mean: 

Passing value of output table in popup

Former Member
0 Kudos

Hello,

I want resolve my problem with a workaround. I have a table output and a form on the same layer. I would like to open a popup with the table output parameter when I click on a button localized in the form. The problem is i can not use table output in the input port of the popup iview (in popup iview , start is filled with an input parameter).

What can I resolve this problem ?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206397
Contributor
0 Kudos

Hi Aureline,

Please go through the following steps.

1.From the output port of the table create a popup by right clicking on mouse.

2.Then select popup. Now enter a name of popup.

3.The popup will be created with the name which you have entered.

4.Now right click on the popup. You will get the option "drill down".

5.Click on drill down.

6.Now in to the popup iview first create a "Start" point. Now double click on Start and on right hand side in configuration element you will get the parameter configuration part.

7.Here you create the parameter which you want to pass from the table and link the rest of the thing with "Start" point which you want to create from table output.

8.Now Come back to the main page where from you have created the popup.

9.Now click on popup.

10.On right hand side you will get the option "Popup Input" and "Assign From".

11.In popup input you will get the parameter which you have created in Start point.

Now assign the value for this parameter form the table field.(Just click on

Assign Field, the you yill get all the table fields, just select from there).

<b>You must do the step 11, otherwise you will not get the value in popup.</b>

I think this will solve your problem.

Thanks,

Chandan