Difference between revisions of "De:Filter"
Leonhaeuser (talk | contribs) |
Leonhaeuser (talk | contribs) |
||
| Line 1: | Line 1: | ||
{{languages/de|Filter|Filter}} | {{languages/de|Filter|Filter}} | ||
| − | + | What are filters? They are a way to tell a database to only display records that have particular attributes. Filters can do the opposite too and hide records with particular attributes. Filters don't change or delete records, they just temporarily hide them. | |
| − | + | Filtering genealogical information is crucial for research, as well as for removing the clutter of irrelevant data from reports. | |
| − | Filtering genealogical information is crucial for research, as well as for | ||
| − | |||
| − | On the other hand, filtered data can be all the info you need, like a self constructed mini-report. | + | Most reports of Gramps allow the use of filters, only displaying information about people that correspond to the filter. |
| + | |||
| + | On the other hand, filtered View data can be all the info you need, like a self constructed mini-report. | ||
==Wie werden benutzerdefinierte Filter erstellt== | ==Wie werden benutzerdefinierte Filter erstellt== | ||
| − | Custom filters are | + | Custom filters are specific to the active [[Gramps_Glossary#category|Category]] View. If displaying the People Category View, you will create a Person Filter; Event Category View, an Event Filter; et cetera. |
| + | |||
| + | Select the {{man menu|Edit ➡ ''<Category>'' Filter Editor}} menu option and from the {{man label|''<Category>'' Filters}} dialog select {{man label|Add a new filter}} to bring up the {{man label|Define filter}} dialog. | ||
| − | + | From the {{man label|Define filter}} dialog you can give the custom filter a name and add ([[Gramps_{{man version}}_Wiki_Manual_-_Filters#Which_filter_rules_in_which_Category.3F|built-in]] or | |
| + | [[Rule_expansions|addon]]) rules to the filter. The data will be filtered according to the rules. | ||
| − | In some filters you can use regular expressions. For learning how to use regular expressions, see the [ | + | In some filters you can use regular expressions. For learning how to use regular expressions, see the [https://docs.python.org/howto/regex.html Regular Expression HOWTO]. |
== Benutzerdefinierte Filter testen== | == Benutzerdefinierte Filter testen== | ||
| − | + | [[File:FilterTest-results-for-TestTheSelectedFilter-button-example-50.png|right|thumb|450px|Fig. {{#var:chapter}}.{{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} Filter Test - results list example from Person Filters]]From the {{man label|<Category> Filters}} dialog list select the previously created custom filter and select the {{man button|Test the selected filter}} button to show the {{man label|Filter Test}} dialog that will show the results if any. | |
== Beispiele == | == Beispiele == | ||
| − | Siehe [[Example filters]]. | + | Siehe [[Example filters|Beispiel-Filter]]. |
To the right of the list view, a sidebar will open, allowing to filter your data. At the bottom of this, you can select the newly created Custom Filter. Click on {{man button|Find}}, and all Persons/Families/Events/Places/Media/Sources/Citations/Repositories/Notes matching the filter are displayed. | To the right of the list view, a sidebar will open, allowing to filter your data. At the bottom of this, you can select the newly created Custom Filter. Click on {{man button|Find}}, and all Persons/Families/Events/Places/Media/Sources/Citations/Repositories/Notes matching the filter are displayed. | ||
| − | + | ==Other options== | |
| − | *[[ | + | You have an option {{man label|Export view}} on the {{man label|Family Trees}} menu. This gives you the opportunity to export the view as a spreadsheet with following format options: |
| + | *[[Gramps_{{Version manual}}_Wiki_Manual_-_Manage_Family_Trees:_CSV_Import_and_Export#Export|CSV]] | ||
*Open Document Spreadsheet | *Open Document Spreadsheet | ||
| − | Another | + | Another method would be that you select the {{man label|Export}} option on the {{man label|Family Trees}} menu. An '''Export Assistant''' view will be presented where you also can select the {{man label|Comma Separated Values Spreadsheet (CSV)}}. Next, click on the {{man button|Forward}} button and in the next screen you can select in the {{man label|Options}} view which filter you want to use and whether you want to include Individuals, Marriages and Children. Click once again on the {{man button|Forward}} button and you can save the file. |
== Vorschläge für Filterregeln== | == Vorschläge für Filterregeln== | ||
| − | What you can do with a filter depends on the rules available to you in | + | What you can do with a filter depends on the rules available to you in Gramps. |
| − | + | ||
| + | Any suggestions for a new useful filter rule, please create a [[Using the bug tracker|feature request]]. | ||
| + | |||
| + | == See also == | ||
| + | * [[Gramps_{{Version manual}}_Wiki_Manual_-_Filters|Gramps Manual - Filters introduction]] | ||
| + | * [[Example_filters|Example filters]] | ||
| + | * [[Rule_expansions|Addon Rules]] functional documentation | ||
| + | * [[{{Version manual}}_Addons#Addon_List|Addons]] list (sort on type. Search for ''Rules'') | ||
| + | [[Category:De:Documentataion|Filter]] | ||
[[Category:De:How do I...|Filter]] | [[Category:De:How do I...|Filter]] | ||
| + | [[Category:Filters]] | ||
Revision as of 10:09, 18 September 2023
What are filters? They are a way to tell a database to only display records that have particular attributes. Filters can do the opposite too and hide records with particular attributes. Filters don't change or delete records, they just temporarily hide them.
Filtering genealogical information is crucial for research, as well as for removing the clutter of irrelevant data from reports.
Most reports of Gramps allow the use of filters, only displaying information about people that correspond to the filter.
On the other hand, filtered View data can be all the info you need, like a self constructed mini-report.
Contents
Wie werden benutzerdefinierte Filter erstellt
Custom filters are specific to the active Category View. If displaying the People Category View, you will create a Person Filter; Event Category View, an Event Filter; et cetera.
Select the Edit ➡ <Category> Filter Editor menu option and from the <Category> Filters dialog select Add a new filter to bring up the Define filter dialog.
From the Define filter dialog you can give the custom filter a name and add (built-in or addon) rules to the filter. The data will be filtered according to the rules.
In some filters you can use regular expressions. For learning how to use regular expressions, see the Regular Expression HOWTO.
Benutzerdefinierte Filter testen
From the <Category> Filters dialog list select the previously created custom filter and select the Test the selected filter button to show the Filter Test dialog that will show the results if any.
Beispiele
Siehe Beispiel-Filter.
To the right of the list view, a sidebar will open, allowing to filter your data. At the bottom of this, you can select the newly created Custom Filter. Click on Find, and all Persons/Families/Events/Places/Media/Sources/Citations/Repositories/Notes matching the filter are displayed.
Other options
You have an option Export view on the Family Trees menu. This gives you the opportunity to export the view as a spreadsheet with following format options:
- [[Gramps_Template:Version manual_Wiki_Manual_-_Manage_Family_Trees:_CSV_Import_and_Export#Export|CSV]]
- Open Document Spreadsheet
Another method would be that you select the Export option on the Family Trees menu. An Export Assistant view will be presented where you also can select the Comma Separated Values Spreadsheet (CSV). Next, click on the Forward button and in the next screen you can select in the Options view which filter you want to use and whether you want to include Individuals, Marriages and Children. Click once again on the Forward button and you can save the file.
Vorschläge für Filterregeln
What you can do with a filter depends on the rules available to you in Gramps.
Any suggestions for a new useful filter rule, please create a feature request.
See also
- [[Gramps_Template:Version manual_Wiki_Manual_-_Filters|Gramps Manual - Filters introduction]]
- Example filters
- Addon Rules functional documentation
- [[Template:Version manual_Addons#Addon_List|Addons]] list (sort on type. Search for Rules)
