In an existing ssrs 2010 report I have a parameter called startDate where the data type is set to Date/Time.
The defualt value is currently set to =Today().
However I would like to change the default parameter value to be =Format(), "dd MMM yyyy") and this does not work.
I get the error message "The property 'DefaultValue: of report parameter 'StartDate' doenn't have the expected type.
Basically I would like to have the default value not show the time. I only want the date to show.
I want to make this change since the datepicker active x control does not work in Microsoft Edge browswer. The date picker parameter
does show in the Firefox browser.
Since my company wants everyone to use the Microsoft Edge browser, I would like to know what I can do to make only the date display. This may cause the
date picker icon to show up in the ssrs 2010 report.