0

I have a date, for example, 12/14/2011.

I would like to get the last day of the next month, which would be 01/31/2012.

How can I achieve this in SSRS.

Dennis
  • 14,264
  • 2
  • 48
  • 57
Merin Nakarmi
  • 53
  • 1
  • 1
  • 4
  • Possible duplicate of [SQL Server: calculating date ranges](https://stackoverflow.com/questions/5539517/sql-server-calculating-date-ranges) – Steve-o169 Apr 09 '19 at 15:17

1 Answers1

0

This has been answered at this link: https://stackoverflow.com/a/5539615/168703. One of your datasets in reporting services should reference a common place for all date functions. And then you can use the date functions to set parameters.

I have highlighted step by step how to do this for reporting services with screen shots in that link.

Community
  • 1
  • 1
JonH
  • 32,732
  • 12
  • 87
  • 145