-
1. Re: date range filter slider
Andrew Watson Mar 31, 2016 1:07 AM (in response to Alexis Jensen)Try using Parameters instead - create a start date and end date parameter. Then use the results of the parameter selections in a calculated field. For example:
If [Date]>=Parameter.StartDate and [Date]<Parameter.EndDate then 'show' else 'hide' end
Put that calculated field on the filter shelf and set to 'show'.
-
-
3. Re: date range filter slider
Alexis Jensen Mar 31, 2016 10:28 PM (in response to Łukasz Majewski)Thanks Lukasz.
Works perfectly
-
4. Re: date range filter slider
Saurabh Siroya Jun 27, 2016 1:27 PM (in response to Alexis Jensen)Hello,
I have a business requirement where I want to use the relative filter but the current date should be a user input and based on that I should be able to select Weekly, Monthly and Quarterly view. Or is there a way to create a date as an input for the user and based on that I will have a list from which I can select weekly, Monthly or a Quarterly view.
Please help.
Regards:
Saurabh Siroya
-
5. Re: date range filter slider
Saurabh Siroya Jun 27, 2016 1:27 PM (in response to Łukasz Majewski)Hello,
I have a business requirement where I want to use the relative filter but the current date should be a user input and based on that I should be able to select Weekly, Monthly and Quarterly view. Or is there a way to create a date as an input for the user and based on that I will have a list from which I can select weekly, Monthly or a Quarterly view.
Please help.
Regards:
Saurabh Siroya