Hi,
I stuck with resolving a situation in which there is need to filter a data set, and to avoid modifying the workflow each time the criteria changes I decided to use an excel file with a list of the criteria, the thing is, the criteria is like 5* or 654*, it mean we wanna see only the ones where the data start with 5 or 654. The filtered data will contain code numbers, held as string.
Would appreciate any kind of support on this.