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:
y me gustaria llegar a esto donde se ve el subtotal por proveedor
Me ayudan porfa
MUCHAS GRACIAS
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?
User | Count |
---|---|
16 | |
11 | |
5 | |
5 | |
5 |