crogers111
Technical User
CRXI
SQL
I have 3 currency fields I'm subtotaling with example data:
Billed = 5000
Reduction = 2000
Allowed = 3000
I'd like to have a chart (pie chart is preferred) that shows 100% as 5000 (Billed), 40% as 2000, & 60% as Allowed.
Currently the chart is adding all 3 values (for a total of 10,000) and showing slices and percentages based on this total.
Is it possible to have a chart's total be based on 1 fields (Billed) total and have the other slices be proportional as well ?
SQL
I have 3 currency fields I'm subtotaling with example data:
Billed = 5000
Reduction = 2000
Allowed = 3000
I'd like to have a chart (pie chart is preferred) that shows 100% as 5000 (Billed), 40% as 2000, & 60% as Allowed.
Currently the chart is adding all 3 values (for a total of 10,000) and showing slices and percentages based on this total.
Is it possible to have a chart's total be based on 1 fields (Billed) total and have the other slices be proportional as well ?