So, to create a column where the spouse's surname is shown for females only, something like:
Code: 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.
Thanks
Mark
ID:1498