CR-10 running against Oracle 9i.
I'm think that SQL or a SP is probably the best way to do this, but wanted to see if anyone had a slick way of doing it in CR-10.
There is a table with records and document titles in it, we would like to know which individual words are used most in the "Titles" field. The field is manual-text entry by the users - so there is no field standard for format, number of words, spelling, Case, etc.
(SAMPLE DATA)
RECORD TITLE
----------------------------
123 LETTER OF AGREEMENT
124 Final Agreement
125 Letter of Understanding
126 common sales agent agreement
Desired Results, sorted by ocurrence then alphabet...
WORD OCURRENCE
----------------------------
AGREEMENT 3
LETTER 2
OF 2
AGENT 1
COMMON 1
FINAL 1
SALES 1
If anyone has a formula (maybe a looping array?) that could tackle this without having to involve the DBAs it would be appreciated.
TIA for the help!
I'm think that SQL or a SP is probably the best way to do this, but wanted to see if anyone had a slick way of doing it in CR-10.
There is a table with records and document titles in it, we would like to know which individual words are used most in the "Titles" field. The field is manual-text entry by the users - so there is no field standard for format, number of words, spelling, Case, etc.
(SAMPLE DATA)
RECORD TITLE
----------------------------
123 LETTER OF AGREEMENT
124 Final Agreement
125 Letter of Understanding
126 common sales agent agreement
Desired Results, sorted by ocurrence then alphabet...
WORD OCURRENCE
----------------------------
AGREEMENT 3
LETTER 2
OF 2
AGENT 1
COMMON 1
FINAL 1
SALES 1
If anyone has a formula (maybe a looping array?) that could tackle this without having to involve the DBAs it would be appreciated.
TIA for the help!