enter image description hereI've created a query and added date parameters withing the query. When I to run the report, I get the error message
"The report parameter 'StartDate' has a DefaultValue or a ValidDate that depends on the report parameter "StartDate". Forward dependencies are not valid.
I have written tons of reports using the same database and same parameters and this has always worked. I worked for a different company now that uses the same ERP software as my previous employer, so I'm not sure what the difference is. I'm using Visual Studio 2015, and SQL 2014
WHERE (invoicedate BETWEEN @StartDate AND @Enddate)
My parameter settings are set to use Date/Time under General, and Get values from a query under Available values. There are no default values indicated.