cancel
Showing results for 
Search instead for 
Did you mean: 

Group subtotal and grand total

former_member366557
Participant
0 Kudos

sir/madam,

Please help me on this

on how to get the subtotal and grandtotal of revenue, please see attached image for your reference thank you

code of formula revenue is like this \:

(Sum ({@5% Commission}, {OINV.NumAtCard})+Sum ({@AWB Fee}, {OINV.NumAtCard})) + (Sum ({@Freight}, {OINV.NumAtCard}) + Sum ({@FSC}, {OINV.NumAtCard})) + (Sum ({@Handling Fee}, {OINV.NumAtCard}) + Sum ({@Others}, {OINV.NumAtCard})) + (Sum ({@Processing}, {OINV.NumAtCard})) + (Sum ({@SSC}, {OINV.NumAtCard}) + Sum ({@Trucking Fee}, {OINV.NumAtCard}))

regards

silent

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Silent,

Create a formula with this code:

{@5% Commission} + {@AWB Fee} + {@Freight} + {@FSC} + {@Handling Fee} + {@Others} + {@Processing} + {@SSC} + {@Trucking Fee}


Go to the Insert Summary option > choose this formula field as the Field to Summarize > choose Sum as the summary operation > under summary location, choose All levels.


-Abhilash

former_member366557
Participant
0 Kudos

HI ABHILASH

THANK YOU VERY MUCH, ITS WORK!!!

Sorry iam just a beginner of creating a script / Crystal report.

THANK YOU

Regards

Silent 

Answers (0)