Find a string in a database

Quote from Adrian Mullins on 2025-02-28, 2:25 pmHi
I have an RM database and have been trying to find one field in particular.
There is a residence facttype (29) . Once you enter that you can put the address details as well. I have tried to find where it appears in the database by looking at each table and looking for the field in question. I do this by looking at the record for say 1921 census and the address field is e.g. "25 Bull Street" .
I cant find it so my question is can I search for "25 Bull Street" in tyhe entire database so I can locate what field it is reported.
Failing that can anyone tell me where this field is reported. It will be better for me to get how to search entire database but any help appre4ciated
Many thanks for reading
Hi
I have an RM database and have been trying to find one field in particular.
There is a residence facttype (29) . Once you enter that you can put the address details as well. I have tried to find where it appears in the database by looking at each table and looking for the field in question. I do this by looking at the record for say 1921 census and the address field is e.g. "25 Bull Street" .
I cant find it so my question is can I search for "25 Bull Street" in tyhe entire database so I can locate what field it is reported.
Failing that can anyone tell me where this field is reported. It will be better for me to get how to search entire database but any help appre4ciated
Many thanks for reading

Quote from Tom Holden on 2025-02-28, 3:07 pmThere is no "address details" field for a fact so I surmise what you mean is "Place detail" in RM parlance. The RM "Find everywhere" function includes Place Details in its scope. If that's where you have stored "25 Bull Street", then Find Everywhere will find that string there and elsewhere in its scope that includes multiple columns from multiple tables.
Try that and see if you really need SQLite's FTS functionality as described in Search - wayfinding from data tables to RootsMagic screens.
There is no "address details" field for a fact so I surmise what you mean is "Place detail" in RM parlance. The RM "Find everywhere" function includes Place Details in its scope. If that's where you have stored "25 Bull Street", then Find Everywhere will find that string there and elsewhere in its scope that includes multiple columns from multiple tables.
Try that and see if you really need SQLite's FTS functionality as described in Search - wayfinding from data tables to RootsMagic screens.

Quote from Adrian Mullins on 2025-02-28, 5:40 pmTom, thanks for that. I can find data in RM. What i want to do is to create an excel sheet using autofilter. I find thats a lot more flexible. I would like to pull out all Bull street data items
I will read as you suggest
Thanks for taking time to answer
Tom, thanks for that. I can find data in RM. What i want to do is to create an excel sheet using autofilter. I find thats a lot more flexible. I would like to pull out all Bull street data items
I will read as you suggest
Thanks for taking time to answer

Quote from Tom Holden on 2025-02-28, 8:33 pmI appreciate that RM does not provide a report format that would allow you to filter data for a given Place Detail. Perhaps this 15-yr old script might answer your need: Facts Having Place Details - Query. Rev 3 still works with RM10 databases.
I appreciate that RM does not provide a report format that would allow you to filter data for a given Place Detail. Perhaps this 15-yr old script might answer your need: Facts Having Place Details - Query. Rev 3 still works with RM10 databases.

Quote from Adrian Mullins on 2025-03-01, 4:18 amTom, again thanks
It works great and as I am not a whizz I can use to create a table and get information by linking to it.
So grateful for your time - thanks
Tom, again thanks
It works great and as I am not a whizz I can use to create a table and get information by linking to it.
So grateful for your time - thanks

Quote from Tom Holden on 2025-03-01, 6:27 amYou're welcome.
While all of the scripts on that page still function with a RM10 database, none of them support the Association fact type which can use Place Detail. If that's important to you, we could look into updating it.
You're welcome.
While all of the scripts on that page still function with a RM10 database, none of them support the Association fact type which can use Place Detail. If that's important to you, we could look into updating it.

Quote from Tom Holden on 2025-03-01, 11:24 amA script for RM10 with support for Associations has been added to Facts Having Place Details - Query.
A script for RM10 with support for Associations has been added to Facts Having Place Details - Query.

Quote from Adrian Mullins on 2025-03-01, 4:57 pmAgain, thanks. These are very useful.
Again, thanks. These are very useful.

Quote from kevync on 2025-03-03, 8:23 pmQuote from Adrian Mullins on 2025-02-28, 5:40 pm...want to do is to create an excel sheet using autofilter. I find thats a lot more flexible. ..
not exactly sure what you want do for results -- you can do stuff like that with Excel Data Connector or Power BI
Quote from Adrian Mullins on 2025-02-28, 5:40 pm...want to do is to create an excel sheet using autofilter. I find thats a lot more flexible. ..
not exactly sure what you want do for results -- you can do stuff like that with Excel Data Connector or Power BI