Date Filter -- allow users to only choose a value from list of days
How is it possible to limit user actions with date filters (like the one below) to only choose a value from list of days and nothing else (change the list format to months/years, use calendar, time frame, ranking, allow multiple selections, etc.)?
Sylvia Gulubova
Posted 1 year ago · Edited 1 year ago·Last reply 1 year ago
6 comments
DRay
·1 year agoHello sylvia_gulubova,
I’m following up to see if the solutions offered by Benji_PaldiTeam and AssafHanina worked for you.
If so, please click the 'Accept as Solution' button on the appropriate post. That way other users with the same questions can find the answer. If not, please let us know so that we can continue to help.
Thank you.
Benjamin Nissim
·1 year ago · EditedHi sylvia_gulubova ,
In addition to AssafHanina solution, I’d like to propose a different approach.
By using the Advanced Filters plugin and hiding the filter from the filters panel—either through a script or with our FREE Hide Filters plugin—you can easily achieve the functionality you’re looking for. This ensures that users are restricted to selecting only one date.
This method is versatile and can also be applied to other scenarios, such as date range selection, restricting date ranges, dependency filters, and more.
Sylvia Gulubova
OP1 year agoHello AssafHanina
![]()
![]()
I've tried option one and the result is not what I've expected (see the screenshots below)
After "parent" filter was hidden, "dependent" filter still have options to choose Week for example.
Tested with Sisense L2024.1 as dashboard owner and as a different user.
Assaf Hanina
·1 year agoHey sylvia_gulubova ,
Date Filter allow different Granularities such as Years, Quarters, Months, Weeks and Days.
In Version L2024.1 the New UI Filters are enabled which provide different view as the screenshot shared which using the old filters UI/UX.
In both cases, using the Dependent filter will allow switching the Granularities which isn't sufficient in this case.
I would refer to the second option which is creating a blox drop down filter that allow a single select for Days.
Blox Example
Best Regards
Assaf Hanina
·1 year agoHey sylvia_gulubova ,
Date Filter allow different Granularities such as Years, Quarters, Months, Weeks and Days.
In Version L2024.1 the New UI Filters are enabled which provide different view as the screenshot shared which using the old filters UI/UX.
In both cases, using the Dependent filter will allow switching the Granularities which isn't sufficient in this case.
I would refer to the second option which is creating a blox drop down filter that allow a single select for Days.
Blox Example
Best Regards
Assaf Hanina
·1 year ago · EditedHey sylvia_gulubova ,
Please find a potential Solutions to achieve a dropdown list for Days Granularity:
Option 1 - Add 2 date filters and hide the parent filter
When setting up a dependent filter, the only available option is a List, which can be configured for either Single or Multi-Select. This approach supports both filters and allows the flexibility to hide the Parent filter if users are not expected to interact with it, as describe in following Community Article.
Additionally, the Parent filter may need to be included as it slices the selected members within the days filter.
After Hiding the Column
Additional option is to create a Blox Dropdown filter that include the Days members in the dropdown.
Please find related community article
best regards