Filter/autocomplete date based on selection

Hi

Looking for some help with filling out an entry form for an event.

So i have a table for a calendar of events. it has the club name and the date of the events. we have about 20 different clubs.

I have a helper table to capture the entries on, but i want to find out how i can limit the date drop down to only show the dates linked to one specific club. a club could have 2/3 events in a year. right now when i click the drop down for the date column, its showing all the dates in the table.

Add a filter to your choice component and filter it by the screen value of the chosen club.


So here is the Calendar


you mean a filter like this?

Is the filter configured to use the Screen value?

dont know how to do that

Change the filter, select the second dropdown, select Screen, and choose the Club column.

2 Likes

thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.