First you need to create a
parameter to set the date. In my project I have two parameters as @startDate
and @endDate. I need to set the @startDate as the first day of current month
and @endDate as today as the default values. Here are the steps to do it.
1.
Go to @startDate parameter properties - >
Default Values -> Select Specify Values -> =DateSerial(Year(Now), Month(Now), 1)
No comments:
Post a Comment