Question

When I (or anyone else) mark the check-box to indicate a task in the Task List is completed, the task is crossed out. However, the completed task still stays in the All Items view. How do I hide these so that I just see them in the default Completed view and not in the All Items view?

Was it helpful?

Solution

You have to edit the view and filter completed tasks. It can be confusing because there isn't an intuitive value to filter for the Completed column.

  1. Open the view menu and click Modify this view.
  2. Scroll down and expand the Filter option (if not already expanded).
  3. Select Show items only when the following is true:
  4. Specify the following criteria:
    • Column: Completed
    • Operator: is equal to
    • Value: No
  5. Save your changes.

Completed items will still show until the page is refreshed, but then they will be filtered out of the view.

OTHER TIPS

The problem with this solution is that once you filter the view this way then you are unable to create subtasks and move them around because the view is now filtered which is extremely frustrating. Right now I'm trying to work on a way to hide any items that are completed with JQuery to clean that list up and still make it functional.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top