Announcements
Hi,
I have a SharePoint list that has a Date column and a Choice field column. The choice column allows for multiple selections. What I would like to do is filter the available options based on the date selected. For example, the choice column has 10 options to choose but if I select 09/06/2023 the options are limited to 3 options. The dilemma I'm running into with the Filter function is it being two different column types(Date,Text).
Hi @Taylor28 ,
Can you provide your formula you filled in, so that I can solve your issue properly.
According to the error Message and Conditions. Please try this:
If(DatePicker1.SelectedDate = Date(2023,9,6),[1,2,3])
Hope this will help you,
Best Regards,Tina
Hi Tina,
Thank you for your response, it seems to be working as expected. If I wanted to add another date to the formula, do you know what the formula would be?
Please try this:
If(DatePicker1.SelectedDate = Date(2023,9,6) || DatePicker1.SelectedDate = Date(2023,9,7),[1,2,3])
Thanks Tina! This worked as expected.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 358 Most Valuable Professional
11manish 214 Super User 2026 Season 2
Mohsin Ali 185