> 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/es/report-and-run-integrate/report-generation/generate-documents/filter-by-conditions.md).

# Filtrar por condiciones

1. Toca un informe para abrirlo.
2. [Establece un filtro de informe](/manual/es/report-and-run-integrate/filter-reports/filter-report-items.md) basado en las [condiciones](/manual/es/report-and-run-integrate/filter-reports/conditions.md) que deseas mostrar en el informe publicado.&#x20;
3. En el ejemplo siguiente, el *Creado* condición fue seleccionada.&#x20;

   <div align="left"><figure><img src="/files/4112d29a6c63e338f26e4176632dd14ca9cc5208" alt=""><figcaption></figcaption></figure></div>
4. Puedes ajustar la condición tocando el menú de configuración. En el ejemplo siguiente, solo queríamos mostrar elementos que se crearon esta semana. Así que tocamos la configuración predeterminada, *Todo,* y elegimos *Semana* del menú.&#x20;

   <div align="left"><figure><img src="/files/e1f0e49004d70883ab68a8c28f46e603a559ed3f" alt=""><figcaption></figcaption></figure></div>
5. Haga clic en la flecha hacia atrás en la esquina superior izquierda para ver su informe con el filtro activado.&#x20;

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

   <div align="left"><figure><img src="/files/a1688e2c14c7f4a1b5fe0f613d5e4dce2ad20977" alt=""><figcaption><p>Filtro de informe configurado para mostrar elementos creados esta semana</p></figcaption></figure></div>
6. Haga clic **Compartir** en la esquina inferior derecha del informe.&#x20;

   <div align="left"><figure><img src="/files/133ae9ed6c0823f96d82e88ce702fa2a9bfc8505" alt="" width="375"><figcaption></figcaption></figure></div>
7. Las condiciones que especificaste aparecerán en el centro de la pantalla, junto al icono azul del filtro. Solo se incluirán en el informe publicado los elementos que coincidan con estas condiciones.

   <div align="left"><figure><img src="/files/b0fcc9d945e9182f187292e23750c7ff27e4e555" alt="" width="375"><figcaption></figcaption></figure></div>
8. Haga clic **Añadir (+)** en la esquina inferior derecha de la siguiente pantalla para generar tu informe filtrado.

   <div align="left"><figure><img src="/files/b17fd054a593d83042276ea53ae1d55e9cde7811" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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/es/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.
