Hello
I am trying to run sql script icluded in an Execute Sql script control.
The code should run on a certain list values.
The code is somthing like this this:
My question is:
Is there a way to set the dynamic list in advance (I call it dynamic since, sometimes there is 1 value sometimes 2 values and so on. I don't know it in advance).
Can I configure a varaiable that recieves a dynamic list?
I guess that if it's possible than the direction is Input, but except this I have no other idea as to the way of implementing this.
Thanks in advance
Erez
%-)
I am trying to run sql script icluded in an Execute Sql script control.
The code should run on a certain list values.
The code is somthing like this this:
Code:
where
[tablename].[fieldname] in (value1,value2...)
My question is:
Is there a way to set the dynamic list in advance (I call it dynamic since, sometimes there is 1 value sometimes 2 values and so on. I don't know it in advance).
Can I configure a varaiable that recieves a dynamic list?
I guess that if it's possible than the direction is Input, but except this I have no other idea as to the way of implementing this.
Thanks in advance
Erez
%-)