P
Paras Shah
Need some help to calculate a sum in a query for a group of records. Please
see an example of 5 different rows in my query:
Project No. Industry Value
12 Software 6
12 Software 7
12 Software 8
16 Hardware 4
16 Hardware 8
So, what I want is to sum all the "values" for a given "Project No" -
essentially I want the resulting query to look like
Project No. Industry Summed Value
12 Software 21
16 Hardware 12
And then I need to run other calculations on "Summed Value"
Any help in getting to a "Summed Value" field/ expression is most
appreciated.
-Paras
see an example of 5 different rows in my query:
Project No. Industry Value
12 Software 6
12 Software 7
12 Software 8
16 Hardware 4
16 Hardware 8
So, what I want is to sum all the "values" for a given "Project No" -
essentially I want the resulting query to look like
Project No. Industry Summed Value
12 Software 21
16 Hardware 12
And then I need to run other calculations on "Summed Value"
Any help in getting to a "Summed Value" field/ expression is most
appreciated.
-Paras