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

Question

Question

How do you add up a table's column

asked on September 8, 2020

I have a table where users input information from an invoice, I have a "Line Total" that takes each rows "Quantity" and "Cost Per Unit" and multiplies them just fine, however I have a field outside of the table that I would like to tally up the total of all "Line Total"s, how would I do this?

0 0

Answer

SELECTED ANSWER
replied on September 8, 2020

You can just set the calculation for the field outside the table to something like "=SUM(Table_1.Column_1)"

1 0

Replies

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

Sign in to reply to this post.