I created a report that has a field for transcode in the details portion. Transcode can have different values,
R, OT, H, or V
I would like to display this in the report footer for each of my transcodes with the total count of each
For example the line below is how I would like my output:
R 15 $Amount
OT 7 $Amount
H 9 $Amount
V 2 $Amount
There are some instances where some of these transcodes won't exist in the details section so it could just be R
and OT
and no H
or V
.
Is there a way I can do this without creating a variable for each of the transcodes?
If you want it to be dynamic, add a cross-tab object to the report footer
:
Add the transcode
field to the Rows section.
Note the Summarized Field settings.
Otherwise, you could create 8 running-total fields: 4 for the counts and 4 for the amounts:
transcode
.