C
carl
I have a field that contains values like this
1234be567
2222cd111
3333ab333
I need to filter on character 5 and 6 ("be" for example).
Can I parse the field ? Is there a way to filter on just the 5th and 6th
characters ?
BTW. The database has 4 milllion entries so moving it to excel is not
possible.
Thank you in advance.
1234be567
2222cd111
3333ab333
I need to filter on character 5 and 6 ("be" for example).
Can I parse the field ? Is there a way to filter on just the 5th and 6th
characters ?
BTW. The database has 4 milllion entries so moving it to excel is not
possible.
Thank you in advance.