Hi guys,
New to B4XTable, have a columns, some of those columns is a number type and want to have a summary at the end of table.
Is it possible to do this?
Use this code to add total at last row
It worked OK, but only if users do not sort any columns.
Is it possible to make summary row always at the end of table?
New to B4XTable, have a columns, some of those columns is a number type and want to have a summary at the end of table.
Is it possible to do this?
Use this code to add total at last row
B4X:
Tbl.sql1.ExecNonQuery2("INSERT INTO data VALUES(?,?,?)" , Array As Object("", "TOTAL", 10000))
Tbl.ClearDataView
It worked OK, but only if users do not sort any columns.
Is it possible to make summary row always at the end of table?