Altersberechnung zum Todeszeitpunkt

Gibt es eine Möglichkeit das Alter bei death aus birth zu berechnen und ein entsprechendes fact zu setzen (sentence?)

Ich möchte alle früh verstorbenen bestimmen können
death - birth < x

many thanks

Thomas

No, there is not really a way within RM to calculate an age of death by using the birth and death dates, and thereby to create a new fact. The only possibility I can think of would involve the creation of an SQLite script, which would mean going outside of RM to accomplish the task.

Translation to save everyone the bother:-
"Is there a way to calculate the age at death from birth and set a corresponding fact (sentence?)

I would like to be able to identify all those who died early
death - birth < x"

Designing reports is not my area of expertise but I note that there is a separate column in the edit person screen for ages and that gives the age of death against the fact. Logically then it should be possible to create a report showing those individuals whose age was greater or less than user input figures. Hopefully one of our more technically minded contributors can help or is that something that could be referred to development. Things like infant death rates for our families and those who exceeded 100 years of age would certainly interest me.

1 Like

RootsMagic supports marking people by data fields as a selection criteria. So (only for individuals with both Birth and Death dates entered):
Death - age - less than or equal to - X (where X is an integer)

Longer alternate workaround might be to create a Custom Report that includes Birth and Death dates… then save as .XLSX or .CSV for use in a spreadsheet and devising a way to subtract those date columns for sorting the resultant age calculations.

hmm

wie geht das genauer?
ich fand in den Gruppen-Regeln nur Auswahlkriterien für einzelne Felder; nicht für den Vergleich zweier Felder

Select Individual List report, then later:
Click the MARK button !


1 Like

perfect !! :slightly_smiling_face:

that works too in group criteria

and that means, that RM calculate then age at death

Yep. I forgot about Death > Age as a criterion. That should work.

1 Like