You are viewing limited content. For full access, please sign in.

Question

Question

calculation

asked on May 23, 2019

 Is there any way to calculate the specific field.

I need to calculate the daily hours at the end 

InkedCapture_LI.jpg
0 0

Replies

replied on May 23, 2019

Move Total to a separate field outside of the table, then you can use a SUM() function to total up the hours in the table.

If you really want it to look like part of the table, just use CSS to push the field over and line it up with the hours column.

Keeping the "total" in the table would force you to use JavaScript to make the calculations.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.