Apr 17 2023 03:13 PM
Ok, I hope I can explain this clearly.
I'm looking to filter a lookup (to another list) by data entered in the source list. So, basically, I want lookup column B to display only the items that are associated with Column A.
For example, I have a list of Open Positions (jobs) and each position has the property (hotel) associated with it. I also have a Candidate list of applicants that apply for these positions. When I add an applicant to the Candidate list, I select the position they are applying for and the property where the position is located. Because I have many different positions located at different properties, I want to be able to filter the property list by the position name. So, if I have 3 Executive Chef positions, I want the property lookup to only display the properties that need Executive Chefs instead of displaying all the properties that have open positions.
I hope this makes sense. Thanks for any input you have.
Apr 17 2023 11:53 PM
In SharePoint Online, you can create a filtered lookup by using Power Apps to customize the form for your Candidate list. With Power Apps, you can add logic to your form to filter the choices in the Property dropdown based on the selected value in the Position dropdown.
Here’s a high-level overview of how you can set up a filtered lookup using Power Apps in SharePoint Online:
Once you have set up your form with these customizations, save and publish your changes. Now, when you add a new item to your Candidate list and select a Position from the Position dropdown, the Property dropdown will automatically update to display only properties that need Executive Chefs based on the selected Position.
In SharePoint (not Online), you can create a filtered lookup by using a combination of calculated columns and the Cascading Dropdowns feature in the Lookup column settings.
Es wäre von Vorteil wenn genauere Informationen vorhanden wären.
Hope its helps!
Apr 22 2023 09:14 AM