Hello All,
Date Picker does not work.
Parameter is setup to get value from a query . It is a single select Parameter
Select cast(IncludeUntilDate as date) as IncludeUntil from Table1
type of value this column stores is
IncludeUntilDate
2014-02-28 00:00:00.000
2014-06-30 00:00:00.000
2014-07-31 23:59:59.000
2014-08-31 00:00:00.000
2015-03-31 23:59:59.000
2015-05-31 23:59:59.000
2015-06-30 23:59:59.000
2015-08-31 00:00:00.000
2015-10-31 23:59:59.000
2015-12-31 23:59:59.000
2016-10-31 23:59:59.000
2018-06-30 23:59:59.000
2020-06-30 23:59:59.000
I got the belwo link after research.
But teh data seems fine to me
https://ask.sqlservercentral.com/questions/113905/using-the-date-picker-in-ssrs-2.html
Please suggest