cancel
Showing results for 
Search instead for 
Did you mean: 

passing column values to another tab if check box selected in that row

Former Member
0 Kudos

Hi

I have the following requirement.

I have a table that gets populated by a web service. Have added one more field to it which is a check box. Th requirement is that I need to pass the values of column (say id) from each row which has it's check box selected, as input parameters to a web service in another tab.

example: table has fileds id, name, address,checkbox. If there are 5 rows and the user select 1 and 2 then I need the ids of 1 and 2 to be passed to another tab.

Is this possible ........

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi

I just don't want to make multiple selection but pass the values of a column from the selected rows to another tab to be used as input parameters to a web service.

I want to know how to pass the values(of one filed) of the selected rows across tabs/switches.

Thanks

Former Member
0 Kudos

What's on the other tab? A table, a form?

Former Member
0 Kudos

The second tab contains a web service which needs these values as input parameters.

Former Member
0 Kudos

So what's the problem then? You need to follow the document and create a submit button in your table in the first tab. Once you selected the values, you click the submit and the webservice on the second get's filled.

Former Member
0 Kudos

does the values (say int) get passed to the web service as an array of int ? if not how does the values get passed to the web service. I need to modify the web service accordingly.

Thanks for your help

Former Member
0 Kudos

Good question, I don't know. It could be a serialized string, but I am not sure how you can see that. Perhaps by following the How To paper from Prakash of how to integrate with BEx templates and putting an output port testwise on the VC iView itself and catching this output string and determining whether it's an array or a serialized string or something else.