GetAsTextdata - any number, date, time or timestamp expression, or a field containing a number, date, time, timestamp, or containerUse with formulas involving text or text functions. The data returned can be a field type number, date, time, timestamp, or container.GetAsText(Container)returnsGetAsText(45) returns 45.“You are ” & GetAsText(DaysDelinquent) & “ days late.” returns You are 3 days late. when the value of DaysDelinquent is 3.“FY” & GetAsText(FiscalYear) returns FY98, if the FiscalYear number field contains 98.