Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Create summed table based on values from other rows

Hi guys,

 

I have the following "master" table:

 

Linked to a "slave" table:

 

(ID in Sub Table is independent from Master Table, while "Secondary ID" is assigned by Master Table as a relationship)

 

Some production lines have 2 sides, "a" and "b".

 

I would like to:

  1. create a calculated table where:
    1. Line X's weight, from both sides a and b, appear as one "summarized" averaged value.
      1. Example 1: For SECONDARY ID #1 above: Line 2a and 2b the "summarized averaged" value for Weight = 0.26 (since 0.26+0.26/2 = 0.26).
      2. Example 2: Line 3a and 3b "summarized average value" would be = 2.8205 (since 2.808 + 2.833 = 2.8205)
      3. Etc.
  2. This summarized table would show me also the single production lines (lines with no side a or b, like line 4 above).

 

Any help is highly appreciated!

7 Replies