July 1, 200520 yr Hello, I have a report I need help on. I have a table of part number transactions that has a part number and the amount used for that transaction. I am generating a report which is sorted by PartNumber that correctly shows the Usage, StandardCost, and UsageValue. My fields are defined as such: Usage is a Summary of Total of AmountUsed StandardCost is just a Number UsageValue is a Calculation = GetSummary ( Usage ; PartNumber) * StandardCost I am having trouble defining a grand total for all the UsageValues at the end of the report. Is it possible to have a grand total of a field defined by a GetSummary? Thanks,
Create an account or sign in to comment