Reportes con filtrado y agrupado con subtotales

Hola estoy tratando de armar un reporte con subtotales

Mis tablas:

PROVEEDORES : es la base de datos con los nombres de los proveedores 

MOVIMIENTOS: BD de ingreso de ORDENES con REF a los nombres los proveedores

REPORTES  PDP: Es la BD que "dispara el reportes" donde se registra el nombre del reporte y se filtra la informacion que va al reporte

hoy tengo esto:

chrome_L3wDxgnrhQ.png

 

y me gustaria llegar a esto donde se ve el subtotal por proveedor 

MaxVenet_0-1746808450895.png

Me ayudan porfa
MUCHAS GRACIAS

 

0 2 55
2 REPLIES 2

Hi @MaxVenet ,

To achieve subtotals by provider in your AppSheet report, you can follow this approach:

– Use a grouped view (Group by → Provider) in your AppSheet table view or report.
– Add a SUM() or similar aggregation in the grouped section to calculate totals per provider.
– Make sure your MOVIMIENTOS table has a clear reference to PROVEEDORES so AppSheet can group correctly.
– When generating the PDF, use a grouped table template or a loop over providers with their related orders.

thnks for ur answer...

point 1,2,3 CHeck OK!!
4 how do i make those groups on pdf tables? 

Top Labels in this Space