3
I wonder if you have any way to mount an Xpression on ssis that returns true or false on a variable of type Object :
basically would be something like in sql 12 in (14,25,45,12,54) but in Expression instead of a list would be something like
numero in objectVariable
Could you create a more elaborate example than you want? I don’t understand.
– gmsantos
I have an object-type variable that takes values from the result of a query, so it has several lines as a result. i would like to do an Expression to know if a number n belongs to the collection of numbers returned within the variable if it has this number it will perform the action A if not the action B @gmsantos
– OMM
I think your need can be simplified with some derived column combined with a lookup or conditional split than an obscure Expression like that.
– gmsantos