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
Windows user authentication in VB.NET 3.5SP1
How do u send a key stroke in a batch file?
How do I retrieve text from a website
Dash or hyphen in findfirst criteria
FormView not firing to Insert command with databound empty CompositeControl
Copy NTFS permissions to sharepoint
convert adjacency model table into nested set model table
Windows 7 - Advice required to remove old Windows XP from dual boot.
How To Update Records With Joins
Sorting NULLs last when Sort Order is Ascending