SibLiant
01-10-2008, 10:47 AM
Hello all,
My primary order form lists line items with a price for the line item. I have a txt field in the foot of the form that totals all line items. I need a report that will derive the total of line items on the order and display it as the order total in a report for each order. Then I need to sum each order total which i know how to do already. I'm just having a hard time getting report to display the derived sum of all order line items. I'm sure this is easy. I'm just having a hard time finding it on google.
FORM
Item price
foo $50
bar $25
sum $75
REPORT
Order Total Order $
334 $75
335 $86
My primary order form lists line items with a price for the line item. I have a txt field in the foot of the form that totals all line items. I need a report that will derive the total of line items on the order and display it as the order total in a report for each order. Then I need to sum each order total which i know how to do already. I'm just having a hard time getting report to display the derived sum of all order line items. I'm sure this is easy. I'm just having a hard time finding it on google.
FORM
Item price
foo $50
bar $25
sum $75
REPORT
Order Total Order $
334 $75
335 $86