CrysRptDev
Programmer
I'm using CR XI.
Right now I am having a problem with calculating percentage in Crosstab. I wrote a query with all data needed for Crosstab. Below is an example when I put in Crosstab.
New Connects Upgrades
Red Scheduled 11 10
Completed 5 4
Blue Scheduled 20 30
Completed 10 20
So I want to insert a percentage under completed section and this percentage calculated from (completed / scheduled). Below is an example of the result I want for this report.
New Connects Upgrades
Red Scheduled 10 10
Completed 5 4
Percentage 50% 20%
Blue Scheduled 20 30
Completed 10 20
Percentage 50% 66.7%
Does anyone know how to calculate for the percentage above?
Thanks,
AN
Right now I am having a problem with calculating percentage in Crosstab. I wrote a query with all data needed for Crosstab. Below is an example when I put in Crosstab.
New Connects Upgrades
Red Scheduled 11 10
Completed 5 4
Blue Scheduled 20 30
Completed 10 20
So I want to insert a percentage under completed section and this percentage calculated from (completed / scheduled). Below is an example of the result I want for this report.
New Connects Upgrades
Red Scheduled 10 10
Completed 5 4
Percentage 50% 20%
Blue Scheduled 20 30
Completed 10 20
Percentage 50% 66.7%
Does anyone know how to calculate for the percentage above?
Thanks,
AN