Hi,
I might be overlooking a post, but i cannot find an answer to this.
I want to filter a grid using a global variable (array) to filter in the where clause.
For example the content of the [variable] is : 5;11;16
Select * from Product
where ProductTypeID in ([variable])
What is best practice to do this?
I get an error message complaining about "… in (Array) )) nm_sel_esp "
Thanks!