Individual details in fact query
Posted: 23 Dec 2018 13:38
The solution in this post Individual details in fact query (6664) did not work for me in V6.
Rather than:
=GetField(FactOwner(%FACT%,1,MALES_FIRST),'%INDI.BIRT[1].DATE%')
these two entries added to the Columns section both worked a charm
Birth date:
=FieldText(FactOwner(%FACT%,1,MALES_FIRST),'INDI.BIRT.DATE')
Deathe date:
=FieldText(FactOwner(%FACT%,1,MALES_FIRST),'INDI.DEAT.DATE')
Rather than:
=GetField(FactOwner(%FACT%,1,MALES_FIRST),'%INDI.BIRT[1].DATE%')
these two entries added to the Columns section both worked a charm
Birth date:
=FieldText(FactOwner(%FACT%,1,MALES_FIRST),'INDI.BIRT.DATE')
Deathe date:
=FieldText(FactOwner(%FACT%,1,MALES_FIRST),'INDI.DEAT.DATE')