Is there a way to count the number of times a certain character, series of characters, or number show up in a field on the same record?
example
field1 = 1234 123 4321 anna 1324 1234 1 2 3 4
is there a way to determine the following
how many times 1234 shows up not ignoring spaces
should return 2
how many times the character 1 shows up total
should return 6
how many times 2 shows up not ignoring spaces
should return 1
example
field1 = 1234 123 4321 anna 1324 1234 1 2 3 4
is there a way to determine the following
how many times 1234 shows up not ignoring spaces
should return 2
how many times the character 1 shows up total
should return 6
how many times 2 shows up not ignoring spaces
should return 1