Hi,
I am developing a XMLPORT to read Credit Card information from .csv file.
For some credit cards only last four digits are available. So I want to filter my TABLE.FIELD based on these last 4 numbers.
I am trying like
TABLE.SETFILTER(FIELD, '*4[1..10]');
But its not working?
*This post is locked for comments