CombineText in a query
Posted: 02 Mar 2022 20:56
I am using a slightly amended column item from one of Jane's FACT queries: This works fine and displays the simple Individual Name in the column.
I have also worked this out to get the LifeDates:
I have tried to use the CombineText, but all I get is blank.
The help suggests "This function is typically used in diagram text schemes", but if I enter a simple =CombineText("a","b",,) that works fine.
Is this possible?
Is it possible to get the Name+ LifeDates without the combine?
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?