Hacer un reporte a partir de una busqueda

Buenas tardes, me podrán orientar en como a partir de una busqueda en una tabla pueda generar un botón que me guarde en PDF ese filtro de información.

Ejemplo:   Tengo más de 1000 empleados en una tabla ya dados de alta, busco a los que trabajan en RH y me los muestra, solo que esa busqueda quiseira guardarla o imprimirla. 

¿Como puedo hacer eso? 

0 3 125
3 REPLIES 3

if you are referring to the built in AppSheet filter on a summary view, I believe there is no native way to capture the filtered rows in an expression and include those in the automation template , that in turn creates a PDF report.

You may want to create your own filter mechanisum if you wish to build filter on certain columns in your app, in this case the department of employees such as HR, Engineering etc. You could add more filtering points such as maybe [Date of Joining] , [Employee Location] [Employee Role] etc.

Please take a look at the sample app below from the help article Sample Apps

Slice based on user input - AppSheet

The sample app creates a slice on the data based on user input.

You could

1. Add more enums and conditions to that user filter to create sliced data based on more filter conditions.

2. You could then use that slice data in <<START:>> expressions in automation template to create PDF  through automation.

Use Start expressions in templates - AppSheet Help

 

Buen día, revisaré la información que me comenta. 

Tal vez me explique mejor con la imagen que adjunto:

FILTRO POR APELLIDO.gif

La idea es filtrar por algún dato:  nombre, apellido, grupo, etc. pero que esa busqueda que me arroje, la pueda almacenar en un PDF para poder compartirla o imprimirla...  

Thank you. Since you have shared an image, I am unable to translate the contents to English. However in general, I believe I have shared the sample app and help article that can take you in the right direction.

Top Labels in this Space