Jump to content

I am trying to pass a parameter that contains multiple values to open an on demand table.


Manoj Chaurasia

Recommended Posts

  • 1 month later...
Thank you both, but I am having issues getting the parameter passed FROM Table A to contain multiple values. I can configure Table B's input without issue, but If I mark more than one item in table A only 1 value is passed. I want to pass an array of all of the values I mark in table A (for the input column in table B)
Link to comment
Share on other sites

Abhishek- The website is dead :( I would love to see the instructions though.

As for what happens when I mark multipe rows, only the first parameter is passed. No errors are thrown. The SQL Log looks like this:

{ call "mydatabase"."mschema"."mystoredproc"('01AA1FC576FD4D4096B19D0727137C8D') }

I am expecting to get something like this:

{ call "mydatabase"."mschema"."mystoredproc"('01AA1FC576FD4D4096B19D0727137C8D','12341FC576FD4D4096B19D0727136589','45671FC576FD4D4096B19D0727135421','98761FC576FD4D4096B19D0727133214') }

Link to comment
Share on other sites

  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...