Crystal Reports XI
I have a crosstab report that displays the number of citations issued by each district and officer. It also includes what the violations are for (speeding, no tag, etc.). An officer can issue a single citation with multiple violations.:
# Citations Speeding No Tag No Signal
District 50 22 23 35
Employee 25 3 10 5
Employee 10 2 5 8
Employee 15 6 7 11
Each of the number fields above are based on a summary count. I want to add a column on the right that adds the total number of violations (speeding, no tag, etc.).
Is this possible in a Crosstab report? If so, what is the formula and where would I put it?
I have a crosstab report that displays the number of citations issued by each district and officer. It also includes what the violations are for (speeding, no tag, etc.). An officer can issue a single citation with multiple violations.:
# Citations Speeding No Tag No Signal
District 50 22 23 35
Employee 25 3 10 5
Employee 10 2 5 8
Employee 15 6 7 11
Each of the number fields above are based on a summary count. I want to add a column on the right that adds the total number of violations (speeding, no tag, etc.).
Is this possible in a Crosstab report? If so, what is the formula and where would I put it?