Forum Discussion

New_learner's avatar
New_learner
Copper Contributor
Sep 29, 2022
Solved

How to filter lookup column based on another column from using specific criteria?

Hello, I have the following lists List - 1 : EmployeeList  EmployeeName - Single line text column Active- Choice column : True or false List - 2 : EmployeeWorkLoad EmployeeName - looku...
  • SvenSieverding's avatar
    Oct 02, 2022
    You could create a new calculated column in the EmployeeList, that only displays the EmployeeName if the employee is active...And nothing otherwise.

    =IF([Active],[EmployeeName],"")

    Then change the lookup column EmployeeName the EmployeeWorkLoad list to use that column instead of the EmployeeName column

Resources