Code: Select all
=Record(TextToNumber(GetLabelledText(%FACT.NOTE2%,"Connecting Ancestor FH Id:")),"I")I have also worked this out to get the LifeDates:
Code: Select all
=LifeDates(Record(TextToNumber(GetLabelledText(%FACT.NOTE2%,"Connecting Ancestor FH Id:")),"I"),STD)Code: Select all
=CombineText(Record(TextToNumber(GetLabelledText(%FACT.NOTE2%,"Connecting Ancestor FH Id:")),"I"),LifeDates(Record(TextToNumber(GetLabelledText(%FACT.NOTE2%,"Connecting Ancestor FH Id:")),"I"),STD),,)Is this possible?
Is it possible to get the Name+ LifeDates without the combine?