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
Do...Loop alternative
Problems inserting an image on the signature inside OWA
Capturing Machine Address in VB.NET
SQL Select statement
Batch file to "net use" and capture output to a text file
Font formula
SharePoint Designer - Assign Task to Multiple Receipients and Reassign
Trouble with a Winforms .NET Framework 2.0 list box
Excel vba: post 24 based on prev EE post - Excel Color Palette - Scheme/Index revisited - for Sean and WarCrimes
How to pass variable to sql server stored procedure from access mdb form