I have a formula that tells me the number of days since a patient was last seen:
Local NumberVar Days;
Days := DateDiff ("d",{billing_tx_history.date_of_service},CurrentDate)
the output is just, lets say 134. What I want the out put to say is "patient laset seen 134 days ago"
Local NumberVar Days;
Days := DateDiff ("d",{billing_tx_history.date_of_service},CurrentDate)
the output is just, lets say 134. What I want the out put to say is "patient laset seen 134 days ago"