KimFella
2016-02-15 21:42:39 UTC
How do I make the People view display surname + maiden name in brackets?
So far I have been simply typing the surname as (e.g.) "Bell (Blenkinsopp)".
I do have a 'multiple names' name of Blenkinsopp for her, but I can't set
this as a 'Type' Married name, as 'Type' seems to apply to the person, not
to the name. Changing type for one of the multiple names for this person
changes it for all multiple names for her.
I don't want to add another column in the display if I can avoid it.
Is there something like:
IF Gender = female
IF Married=true
THEN Surname = Surname of Spouse + "("+ Surname of {Multiple Name =
Birth Name}+")"
ELSE ...just show the surname as it is.
NOT that I want to be writing code for displays. Maybe ok when I need to
generate a report. (haven't even begun to look at reports yet.)
The 'Multiple Names' doesn't seem to have 'Type's or 'Attributes'
If there is a simple way to do this, I'd also like to display the nickname,
in quotes, e.g. ... Bell (Blenkinsopp), Helen Elizabeth "Torchy" "Bette"
--
View this message in context: http://gramps.1791082.n4.nabble.com/Maiden-name-tp4674580.html
Sent from the GRAMPS - User mailing list archive at Nabble.com.
So far I have been simply typing the surname as (e.g.) "Bell (Blenkinsopp)".
I do have a 'multiple names' name of Blenkinsopp for her, but I can't set
this as a 'Type' Married name, as 'Type' seems to apply to the person, not
to the name. Changing type for one of the multiple names for this person
changes it for all multiple names for her.
I don't want to add another column in the display if I can avoid it.
Is there something like:
IF Gender = female
IF Married=true
THEN Surname = Surname of Spouse + "("+ Surname of {Multiple Name =
Birth Name}+")"
ELSE ...just show the surname as it is.
NOT that I want to be writing code for displays. Maybe ok when I need to
generate a report. (haven't even begun to look at reports yet.)
The 'Multiple Names' doesn't seem to have 'Type's or 'Attributes'
If there is a simple way to do this, I'd also like to display the nickname,
in quotes, e.g. ... Bell (Blenkinsopp), Helen Elizabeth "Torchy" "Bette"
--
View this message in context: http://gramps.1791082.n4.nabble.com/Maiden-name-tp4674580.html
Sent from the GRAMPS - User mailing list archive at Nabble.com.