I am trying to create a report from a direct query and that query has a start date and end date parameter which is used to fulfill certain WHERE conditions, say for example WHERE EffectiveDate>StartDate AND EffectiveDate<EndDate.
Now as far as my understanding goes the end user has only access to the Slicer and we can then let the user slice the EffectiveDate.
But is it possible if the end user can actually provide the Start Date and End Date and the Query then pulls in Data according to that.
So in my report I am using a Slicer on the field Written_Date and on my Query I have a Start and End Date which controls the Written date that is populated from the query. So is there any way I can let the user choose the start date and end date.??