Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Top 10 words


Plextor

Recommended Posts

one way would be to create a big database "wordcount" with fields:

1) word -text

2)wordcount - number

 

write a script to go through all text fields, using text functions

grab words one by one,

if word already in wordcount; increment the counter

if not add a record , insert the the word and set counter to one

with all words

 

this would take a long time the first time, but if you did it after each record add, it would just slow down each record add a little; unless the text field were huge.

 

If they are, maybe filemaker doesn't have the speed for that kind of really fast search I'm afraid.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use