Datagrid Totals

Hi,

I am working on a timesheet glide page and am using a Datagrid to enter the hours worked per month.

The setup is

Is it possible to have a total below each day of the month, summing up hours entered for that day?
I have a total that calculates the hours per month for each code and project at the far right, but have not figured out if it is possible to add a total at the bottom of the datagrid

Firstly, welcome to the community!

You can roll up the values in a separate table.

As Sarda said, you can rollup the values in the separate table, but you won’t have the option to display it as a “total” row in the same data grid.

Thanks for the responses. I think I can make it work as a separate datagrid at the bottom.

1 Like