I am using Crystal 8.5 - in a report I have group 1 = location and group 2 = category. All details are displayed in the group footers. The design is a follows
Group Footer 2 - Category
{TPV_COURSES.CATEGORY} {#training Units}
Group Footer 1 - Location
{#training Units by Location}
Example of data is a follows:
CATEGORY Training Units
Customer Service 50
Sales 30
Quality 30
Total 110
Next to the training units column I need to add a column for percent of learning. So for example when calculating the percentage of learning for 'Customer Service' the formula would need to take 50/110 to come up with 45%. But when I pull the {#training Units by Location} running total into group footer 2 instead of using the 110 value in the formula it uses '50' for Customer Service, '80' for Sales and '110' for Quality.
Is there a way to capture the maximum value of the {#training Units by Location} running total field and use it in a previous group?
Thanks in advance for your assistance.
Group Footer 2 - Category
{TPV_COURSES.CATEGORY} {#training Units}
Group Footer 1 - Location
{#training Units by Location}
Example of data is a follows:
CATEGORY Training Units
Customer Service 50
Sales 30
Quality 30
Total 110
Next to the training units column I need to add a column for percent of learning. So for example when calculating the percentage of learning for 'Customer Service' the formula would need to take 50/110 to come up with 45%. But when I pull the {#training Units by Location} running total into group footer 2 instead of using the 110 value in the formula it uses '50' for Customer Service, '80' for Sales and '110' for Quality.
Is there a way to capture the maximum value of the {#training Units by Location} running total field and use it in a previous group?
Thanks in advance for your assistance.