On several datapages/forms/reports I need to display:
Age (in years and months - EX: 3.4)
Age at time of services (in years and months - EX: 3.4)
I have used "Calculated Value" and "Datediff(year, [@field:DOB], SysUTCDateTime())" , but haven't been able to figure out how to update it to show the month (X.4)
For the scheduled date age:
Similar issue, but now I have to calculate the age as above but include the extended scheduled age. This date is usually not more that 2-3 months difference.
Would it be?:
Datediff (year, [@field:DOB], [@field:ScheduledDate])(I doubt it because formula isn't displaying anything in the form)
Thank you for any direction or push in the right direction.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
tkoty
I have a table that includes person's:
On several datapages/forms/reports I need to display:
I have used "Calculated Value" and "Datediff(year, [@field:DOB], SysUTCDateTime())" , but haven't been able to figure out how to update it to show the month (X.4)
For the scheduled date age:
Similar issue, but now I have to calculate the age as above but include the extended scheduled age. This date is usually not more that 2-3 months difference.
Would it be?:
Datediff (year, [@field:DOB], [@field:ScheduledDate]) (I doubt it because formula isn't displaying anything in the form)
Thank you for any direction or push in the right direction.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.