Hello,
I need to add calculated field in report write that displays a Date Range.
The base field is PA Period End Date and I need to calculate a new date which is 6 days prior. Then, combine these 2 fields to get the date range to print on the report.
Something like this if we do in SQL, (DateAdd("d", -6, PAPeriodEndDate)) + "-" + (PAPeriodEndDate).
How can we do this in report writer? Any suggestions? Much appreciated.
Thanks,
Vidya