By using this website, you agree to our Terms of Use (click here)
Notifications
Clear all
July 14, 2021 12:51 pm
My report has the following Parameter to default DateFrom to 1st date of the current month.
=DateAdd(Report.GetDefExt('RowAccessInfo.BusinessDate'), 'd', -(Day(Report.GetDefExt('RowAccessInfo.BusinessDate')) - 1))
How can I set the DateTo to the last day of the current month?