# Progress report

The Progress report shows a table with all active members in the organization. For each member who has earned XP, it will show the total number of completions on courses, course chapters, projects, practices, tracks, and XP earned.

* Progress table
  * Each row represents a user.
  * Courses
    * The number of courses the user has completed in the period selected in the filters.
  * Chapters
    * The number of course chapters the user has completed in the period selected in the filters.
  * Assessments
    * The number of assessments the user has completed in the period selected in the filters.
  * Projects
    * The number of projects the user has completed in the period selected in the filters.
  * Practices
    * The number of practice sessions the user has completed in the period selected in the filters.
  * Tracks
    * The number of tracks the user has completed in the period selected in the filters.
  * Last XP
    * The date of the last time the user earned XP.
  * Total XP
    * The total XP earned by the user in the period selected in the filters.
  * You can sort each column by pressing the up and down arrows.
  * The search box can be used to find a particular user by name.

<figure><img src="/files/c3GiP2lpIBgO533MQVYt" alt=""><figcaption></figcaption></figure>

* The Filters section modifies the progress table. There are four primary filters:
  * Time Window&#x20;
    * This section modifies the time window for the report:
      * All time
      * Last 30 days
      * Last 90 days
      * Last 365 days
      * Custom date range
        * A custom date range can be selected for the report (within the last 2 years).
  * Member History
    * This section modifies the initial point in time considered for the progress report to either:
      * Since the user started using DataCamp Enterprise
      * Since the user created an account in DataCamp
  * License Type
    * This section selects the type of users to be included in the progress report:
      * Basic (no content access, typically used for reporting)
      * Enterprise (full content access)
  * Content Type
    * You can toggle which column shows in the progress report by checking or unchecking the different column names.

<div align="center"><figure><img src="/files/0ZhuYzCk0eZaRHogDx7j" alt="" width="375"><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://enterprise-docs.datacamp.com/optimizing-key-performance-indicators-via-the-groups-tab/reporting-section/progress-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
