I'm pulling a field into crystal that's a free form diary(work log) for users. Need to count the # of times a word appears in that field. When I run the report I could receive back any number of records, and within each record "the word" appears at least once but could be more.
For example:
Tkt # Work Log
123 California
124 Connecting flight from New York to California.
215 Leaving from Florida.
304 Flights from California to New York or from Florida to California.
405 Flights from New York to Florida.
I need a count to pull back the number of times the word "California" appears in the work logs. In the example above it should come back to a total of 4.
For example:
Tkt # Work Log
123 California
124 Connecting flight from New York to California.
215 Leaving from Florida.
304 Flights from California to New York or from Florida to California.
405 Flights from New York to Florida.
I need a count to pull back the number of times the word "California" appears in the work logs. In the example above it should come back to a total of 4.