I have a formula that is:
@TotalPrice= {Job.Unit_Price}*{Delivery.Remaining_Quantity}
When I do a summary against the Group Header Job, it actually counts the jobs in the detail and gives an incorrect amount. For example.
GH1 Job xyz @TotalPrice = $30
Three detail lines representing unique deliveries.
The Total in the GF1 is $90 vs I need to to be $30 representing the Jobs actual @Total Price.
@TotalPrice= {Job.Unit_Price}*{Delivery.Remaining_Quantity}
When I do a summary against the Group Header Job, it actually counts the jobs in the detail and gives an incorrect amount. For example.
GH1 Job xyz @TotalPrice = $30
Three detail lines representing unique deliveries.
The Total in the GF1 is $90 vs I need to to be $30 representing the Jobs actual @Total Price.