PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to get info into report
How to get info into report
Iniciado por gallen.dbmc, 28,jul. 2015 21:58 - No hay respuesta
Publicado el 28,julio 2015 - 21:58
I have a report based on a query. A button on the screen where the parameters are entered produces the reporty with the following titles:
Burials for 2012
Name Sex Burial Type Burial Date Age
I can produce this report just fine but the client would like a Summary report at the end showing:

Summary for 2012
Burial Type Male Female Other Child
Interment 0 0 0 0
M-Crypt 8 4 0 0
M-Niche 3 6 0 2
In Ground Cremation 13 15 0 2
Other 30 46 0 5

I am at a loss for how to produce the summary or where I would do the calculations