Sharepoint Filter
- by Albert
Hi All,
I have two lists,
Status
Name (string)
Active (yes/no)
Task
Name (string)
Status (Lookup to Status list)
I have the following statuses (These can be changed at any time by the client):
New, Active = Yes
Open, Active = Yes
Not Resolved, Active = No
Resolved, Active = No
I want to create a view for the Projects list, that shows all active tasks... How would I go about this?
Thanks!
Albert