Hi
Have not been using Crystal for 2 plus years, so seem to have forgotten a lot!
I have inherited a report that details the discounts applied to sales orders in grouped by order source e.g. Mail, telephone, Web
CR 8.5
I have 4 groups:
Grp 1: Order Source (suppressed)
Grp 2: Discount Code (suppressed)
Grp 3: Order Date (suppressed)
Grp 4: Sales Order Number (header suppressed, footer visible)
Nothing in details
Report looks like this:
Sales Order # Gross Net Total Discount
Order Order Disc Value
Order
Order Source: Mail
5% Discount
123 10.00 7.50 9.50 0.50
etc
etc
etc
Total Disc Count All sums as running totals, summing
order value at group 4 and
resetting at group 2
I then have grand totals in the report footer which are running totals and all this works fine. I have also put averages in the report footer which details the number of %% discounts by mail, telephone, web, 10% discounts by mail, telephone, web etc etc.
I want to insert a total of the discounted order value per order source and discount amount as a grand total in the footer – I have tried a running total evaluating order_value with the formula
{SALES_HEADER.SALES_OFFICE}="MAIL" and {ADDITIONAL_CHARGE.CHARGE_CODE}="XDISC5"
and not resetting, but this is summing the order value for each line item on an order. Any idea how I can conditionally sum the order value as per group 4 with the conditions required for each occurrence.
Hope this is clear since it is a very long time since I have had to try and explain a crystal report!!!
Thanks for your help
A
Have not been using Crystal for 2 plus years, so seem to have forgotten a lot!
I have inherited a report that details the discounts applied to sales orders in grouped by order source e.g. Mail, telephone, Web
CR 8.5
I have 4 groups:
Grp 1: Order Source (suppressed)
Grp 2: Discount Code (suppressed)
Grp 3: Order Date (suppressed)
Grp 4: Sales Order Number (header suppressed, footer visible)
Nothing in details
Report looks like this:
Sales Order # Gross Net Total Discount
Order Order Disc Value
Order
Order Source: Mail
5% Discount
123 10.00 7.50 9.50 0.50
etc
etc
etc
Total Disc Count All sums as running totals, summing
order value at group 4 and
resetting at group 2
I then have grand totals in the report footer which are running totals and all this works fine. I have also put averages in the report footer which details the number of %% discounts by mail, telephone, web, 10% discounts by mail, telephone, web etc etc.
I want to insert a total of the discounted order value per order source and discount amount as a grand total in the footer – I have tried a running total evaluating order_value with the formula
{SALES_HEADER.SALES_OFFICE}="MAIL" and {ADDITIONAL_CHARGE.CHARGE_CODE}="XDISC5"
and not resetting, but this is summing the order value for each line item on an order. Any idea how I can conditionally sum the order value as per group 4 with the conditions required for each occurrence.
Hope this is clear since it is a very long time since I have had to try and explain a crystal report!!!
Thanks for your help
A