![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a question about how to accomplish the following goal. I've kicked around some ideas, and I can't figure out for sure what general area of solution could work within Filemaker. In summary, I have two databases, one which contains a one page note per record, and another that has a list of terms that I want to track in the notes. I want to import a page of text to the Notebase, create a record from it, then search for terms in it by searching on the text iteratively for every value in a field in the Termbase. For each match, in the Notebase I want to mark a checkbox for that value in a field that draws its values from the field in the Termbase that I'm using to get the values to search for. Once I'm done I'll be able to go to the Termbase and see all related notes in the Notebase for each term, using the checkbox field as a match field. I have about 5000 notes to import, and up to 10 terms per note that will match, so doing it manually is impractical. The algorithm I'm working with is: 1) Import note 2) Find Term 1 from the Termbase 3) Search on note for Term 1 4) If found, set a checkbox in a field in the Notebase, that is drawing from the terms field in the Term base for its values, to "on". If not found, go to Term 2. 5) Repeat 2-4 until done. |

#3
| |||
| |||
|
|
I have a question about how to accomplish the following goal. I've kicked around some ideas, and I can't figure out for sure what general area of solution could work within Filemaker. In summary, I have two databases, one which contains a one page note per record, and another that has a list of terms that I want to track in the notes. I want to import a page of text to the Notebase, create a record from it, then search for terms in it by searching on the text iteratively for every value in a field in the Termbase. For each match, in the Notebase I want to mark a checkbox for that value in a field that draws its values from the field in the Termbase that I'm using to get the values to search for. Once I'm done I'll be able to go to the Termbase and see all related notes in the Notebase for each term, using the checkbox field as a match field. I have about 5000 notes to import, and up to 10 terms per note that will match, so doing it manually is impractical. The algorithm I'm working with is: 1) Import note 2) Find Term 1 from the Termbase 3) Search on note for Term 1 4) If found, set a checkbox in a field in the Notebase, that is drawing from the terms field in the Term base for its values, to "on". If not found, go to Term 2. 5) Repeat 2-4 until done. I'd appreciate any pointers to likely methods to do this. Devin McKinney |
![]() |
| Thread Tools | |
| Display Modes | |
| |