Hi,
Is it possible to use a Like operator in the expression for precedence constraint?
I am trying something similar to the following expression:
@FileName Like "NewProducts*.txt"
Based upon what the file name is, i need to execute different tasks.
And the filenames have a date stamp appended to it. So i can't really use an "==" operator.
Thanks.