PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → automatic total in table`
automatic total in table`
Iniciado por joe crevino, 19,ene. 2006 15:47 - 3 respuestas
Publicado el 19,enero 2006 - 15:47
According to docs I show use columnname[totalrow] to return the automatic total in a column on a table. Do not seem to work for me. Do I need to declare totalrow at some point. Help
joe
Publicado el 20,enero 2006 - 08:21
Connie has tables with automatic totals. It seems the key was telling the table description where to display the automatic totals. Then in the column details you select sum.
Publicado el 20,enero 2006 - 08:22
Forget the response. I was misreading your request. We don't use the retrieval of the total, only displaying it.
Publicado el 20,enero 2006 - 08:22
If you use <columnname>[RowTotal] it will work. The documentation is in error.