> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/generate-documents/filter-by-conditions.md).

# Filter by conditions

1. Tap on a report to open it.

2. [Set a report filter](/manual/report-and-run-integrate/filter-reports/filter-report-items.md) based on the [conditions](/manual/report-and-run-integrate/filter-reports/conditions.md) you want to display in the published report.&#x20;

3. In the example below, the *Created* condition was selected.&#x20;

   <div align="left"><figure><img src="/files/4oyBCaneJ0YAJawbmcTK" alt=""><figcaption></figcaption></figure></div>

4. You can adjust the condition by tapping the settings menu. In the example below, we only wanted to show items that were created this week. So we tapped the default setting, *All,* and chose *Week* from the menu.&#x20;

   <div align="left"><figure><img src="/files/VgavL8XZQQBvGbM8yYuc" alt=""><figcaption></figcaption></figure></div>

5. Click the back arrow in the top-left corner to see your report with the filter on.&#x20;

   <div align="left"><figure><img src="/files/aeXJZV3UuFyFfyFlYJxr" alt=""><figcaption></figcaption></figure></div>

   <div align="left"><figure><img src="/files/diqzxRbj94Lf7IhF1YQN" alt=""><figcaption><p>Report filter set to show items created this week</p></figcaption></figure></div>

6. Click **Share** at the bottom-right corner of the report. \
   ![](/files/K3BCxXepfDQ1jDekcfID)<br>

7. Click **Add (+)** at the bottom-right corner of the next screen to generate your filtered report.\
   ![](/files/YSp7bhXfgeBwIsVUmIrs)<br>

8. The conditions you specified will show in the middle of the screen, next to the blue filter icon. Only items matching these conditions will be included in the published report.

   <div align="left"><figure><img src="/files/WWAuiXyzkRDCFkQlUPZS" alt=""><figcaption></figcaption></figure></div>

9. Click the checkmark in the lower-right corner to finish generating your filtered report.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.reportandrun.com/manual/report-and-run-integrate/report-generation/generate-documents/filter-by-conditions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
