Hi everyone,
I want to implement a custom date range in a dropdown menu, similar to record filters. If you have any ideas, could you please share how I should proceed?
Discussion posts and replies are publicly visible
My suggestion is to use Side by Side layout with two date pickers
Venkat Avuluri ,Thank you for your reply ,Do we have option to replicate just like record filter, because now it is not looking like drop down
No, but good thing to have
Use the dateField as input for the starting and ending ranges and use between in the operator of the query filter, also add an applywhen condition so that the ranges only return value when both the values are selected.