HOW TO SET DATE IN ALL CAPS FOR PRINTOUT REPORTS
Problem Scenario(s):
User’s requirement is to set the date in printouts as ALL CAPS.
Even using the Format String settings, there are no options to set the date (month) in ALL CAPS.
Resolution(s):
Create a calculated field
Right click in that field and select ‘Edit Expression’
In the expression, input the following codes: Upper(FormatString('{0:MMMddyy}',[Date]))
Click OK once done then replace the calculated field in the report designer
The month part of the date is now in ALL CAPS.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article