Let me explain. I want a column that shows the spouse's surname for females only, in other words their married name. I can create a column with:
Code: Select all
INDI.~SPOU[1]>NAME[1]:SURNAMECode: Select all
if INDI.SEX=Female (INDI.~SPOU[1]>NAME[1]:SURNAME)I imagine that the engine for this sort of comparison is already in the program code, it just needs extending to other parts of the program.
Go on, tell me I've missed something simple
Mark
ID:1495