> 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/pt-br/readme/report-generation/filter-a-report.md).

# Filtrar um relatório

### Filtrar por seção

1. Na janela de publicação, clique no nome da(s) seção(ões) que você não quer que apareça(m) no relatório. \
   &#x20;![](/files/ed157c48cb9e19598611fe4f53d67019c6c11fb8)
2. Quando você clica em uma seção, ela muda de azul (incluída no relatório) para branco (excluída do relatório).\
   ![](/files/ff8640574401cd5583a16ec861a5074967f2b383)
3. Depois de clicar nas seções que deseja excluir, publique o relatório. &#x20;

### Filtrar por responsável&#x20;

1. Clique em um item do relatório.&#x20;
2. Na *Atribuído a* linha abaixo da descrição do item, adicione um responsável.\
   ![](/files/b42727fe48d0ccb9a26ed0585a7ccd397e533e36)
3. No relatório, o nome do responsável aparecerá ao lado do item. Clique no nome. Isso filtra o relatório para mostrar apenas itens atribuídos a essa pessoa.\
   ![](/files/5ad49d9fab43ddc0022389ab60730d32ab068fe3)
4. Você verá a tag de filtro de responsável no topo do relatório.\
   ![](/files/0fc95fae3e853c727874a8348a9ffb4b1765b7b6)
5. &#x20;Publique o relatório com o filtro ativo e ele mostrará apenas itens desse responsável.&#x20;
6. Para remover o filtro e voltar à visualização completa do relatório, clique no X à direita da tag de filtro de responsável.&#x20;

### Filtrar por status&#x20;

1. Clique em um item do relatório.&#x20;
2. Na *Status* linha abaixo da descrição do item, selecione um status.\
   ![](/files/ddbec08a3a9ff67c2d7f69ccf97c6406e2f783d7)
3. No relatório, o status aparecerá ao lado do item. Clique no status. Isso filtra o relatório para mostrar apenas itens com o mesmo status.\
   ![](/files/20d13226721baf6a1b6d4a9793e5382ccd355b8e)
4. Você verá a tag de filtro de status no topo do relatório.\
   ![](/files/4c3e80e642c7e24fef59830137853fa87b318d33)
5. &#x20;Publique o relatório com o filtro ativo e ele mostrará apenas itens com este status.&#x20;
6. Para remover o filtro e voltar à visualização completa do relatório, clique no X à direita da tag de filtro de status.&#x20;


---

# 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/pt-br/readme/report-generation/filter-a-report.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.
