Sum total of child form for that row

i am trying to get the sum of values in my parent table from the values of the child table for that particular row by using the below expression.

SUM(Child Form Table [Child Form Column])

unfortunately it is giving me the sum of all values of the child table and not only of that particular row. thanks

Solved Solved
0 6 545
1 ACCEPTED SOLUTION

You are welcome.

Did you try the format below. The below will be more efficient as the column [Related AQL Inspections] should already be existing in the parent table.

SUM([Related AQL Inspections][Major])

View solution in original post

6 REPLIES 6
Top Labels in this Space