Hi everyone,
I'm having trouble to calculate invoice totals. The invoice is grouped on BillingCompany,Vessel and CrewMember. The invoice looks like
BillingCompany1
VesselName1
CrewMember1
Amount 1a
Amount 1b
subTotal x
CrewMember2
Amount 2a
Amount 2b
subTotal y
TOTAL ??
...then the Invoice goes to the next BillingCompany with certain Vessel and so on. I want a total calculated for every invoice (where the questionsmarks are). But I can't get it to work, tried an extra query, tried to make a total in the vessel footer (running sum over group). No go. Any suggestions?
Pampers
Keeping it simple can be complicated
I'm having trouble to calculate invoice totals. The invoice is grouped on BillingCompany,Vessel and CrewMember. The invoice looks like
BillingCompany1
VesselName1
CrewMember1
Amount 1a
Amount 1b
subTotal x
CrewMember2
Amount 2a
Amount 2b
subTotal y
TOTAL ??
...then the Invoice goes to the next BillingCompany with certain Vessel and so on. I want a total calculated for every invoice (where the questionsmarks are). But I can't get it to work, tried an extra query, tried to make a total in the vessel footer (running sum over group). No go. Any suggestions?
Pampers
Keeping it simple can be complicated