Quantcast
Channel: Desktop topics
Viewing all articles
Browse latest Browse all 213819

Probably Extremely Easy Question - Sum Column on one Table from Matching Rows on Other Table

$
0
0

I have a question today that I think most of you will find quite easy, but I'm really struggling with.

 

I have an Item table, and each row on the Item table of course represents one Item. Each item is identified by the No_ field.

 

No_Description
AStock Item A
BSales Item B
CChristmas Item C

 

I have another table, purchase_lines, connected to it with a related field Item No_:

 

Item No_Quantity
A2
A3
B6
C7
C3

 

What I need is a column on the first table that sums up matching rows on the second table. 

 

Now your first instinct is going to be to tell me I can just drag the Quantity column into my report and it will sum up correctly there, and *you'd be correct*, but that's not what I need to do with this column. I'm doing some other complex stuff with other related tables and I really do need a calculated column on the Item table. A column that ends up looking like this:

 

No_DescriptionQtySum
AStock Item A5
BSales Item B6
CChristmas Item C10

 

I've tried Calculating and SumX-ing and I just can't figure out what to do. Please help.


Viewing all articles
Browse latest Browse all 213819

Trending Articles