Logical OR Condition in EvalExpression of a For Loop Container

If you double click on the For Loop Container of SSIS, a new window will open where you can set up the condition based on which the loop will continue. There is a field called EvalExpression where you can set an expression and if this expression holds true, the loop will continue. I was just wondering if it is possible to introduce an logical OR condition in that field. Just you have already thought, it takes pipes (||) to implement OR between two conditions. Hopefully, the below snapshot will be enough if you have any doubts:

 


One thought on “Logical OR Condition in EvalExpression of a For Loop Container

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.