Crystal Report 10
Database: Oracle 9i
I have a running total in the group 1 footer for total sales
Group 1 Dept
Group 2 Season Code
I want to divide season code totals by dept totals and insert this field in group 2 footer
sum(sales) by season code / running total by dept
The reason why I am using a running total instead of sum is becasue the user wanted to exclude a couple of season codes in totals.
sum(sales) by season code is correct
but
How do I divide group level 1 value in group level two formula.
Database: Oracle 9i
I have a running total in the group 1 footer for total sales
Group 1 Dept
Group 2 Season Code
I want to divide season code totals by dept totals and insert this field in group 2 footer
sum(sales) by season code / running total by dept
The reason why I am using a running total instead of sum is becasue the user wanted to exclude a couple of season codes in totals.
sum(sales) by season code is correct
but
How do I divide group level 1 value in group level two formula.