Item only displaying values

Copper Contributor

Hello!

I am dealing with a small issue, but it maybe is not so simple.
I have a SharePoint list, and on that list one of the columns titled "Appointments" is as a lookup column pulling the "Title" column from the list titled "Insurance Appointments".

When an item from the title column is selected on the lookup column - I want to show only the columns in the "Insurance Appointments" list where all other corresponding column value in the "Insurance Appointments" list are set to "Yes".

So, when a user selects an item from the lookup column, it should only display items that have a Yes value.

This is the lookup column:

bryanfrumkin47_0-1681238162709.png

When they select an item, I want it to only show the users that have a value, so it will show the users who work with that company, and not users that do not. (as you can see someone with no value is displayed).

bryanfrumkin47_1-1681238251020.png

 

 

2 Replies

@bryanfrumkin47 Check if workaround given here is working for you: How to filter lookup column based on another column from using specific criteria? 

 

If not, you would need to customize the list form using Power Apps and use custom logic for your requirements.


Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs

On that article, it touches on my issue but only a small part of it.
When I select an item from Column1 - I want it to only show the corresponding columns that have a value.
This methodology showed in this article would work if I selected the newly created column instead of the original column and it showed only the active columns.