Microsoft
Software
Hardware
Network
Question : SSRS: Default Date
I have a ssrs report with two date parameter (To and From), how can I default the "To" date to the first day of the current year (i.e. 1/1/2009) ?
Answer : SSRS: Default Date
Try this, it seemed to work in my test:
=CDate("1/1/"&Year(Today()
))
Random Solutions
Importing Fixed Assets
Cognos with .NET
"Search Key was not found in any record" Excel or TXT import to MS Access2007
Set SQL Results to a Variable
WinHTTP 5.1 Error...
Access ADP / SQL 2008 locking records
Can't view *.mht/*.mhtml files
Cannot find old Outlook Calendar Appointments
sleeping connections in mysql
Keyboard input in Dialog box MFC