ind123p
Programmer
- Sep 28, 2005
- 62
I m using CR XI.
This is what I have to accomplish.
CP stands for Current Period
PP stands for Previous period.
CP(03/01/2005 to 03/31/2005) PP (03/01/2004 to 03/31/2004) Increase/Decrease
Hours % hours Hours % hours Hours %hours
Client1 StaffA 10 66.67% 150 75.00% -140 -93.33%
StaffB 5 33.33% 50 25.00% -45 -90.00%
Total 15 100.00% 200 100.00% -185 -92.50%
The way I plan to implement the above is as follwos.
CP will be in one inserted crosstab
PP will be in second inserted crosstab ( overlapping CP tab, hiding grids,etc)
Problem is how to implement the third tab ( Increase/decrease).
1) Will Crystal allow me to take a difference of Summarized fields ?
2) How do I calculate the % ? Is there a way to store the values in variables and then calculate the percentages/difference ?
As always any direction/help will be appreciated.
This is what I have to accomplish.
CP stands for Current Period
PP stands for Previous period.
CP(03/01/2005 to 03/31/2005) PP (03/01/2004 to 03/31/2004) Increase/Decrease
Hours % hours Hours % hours Hours %hours
Client1 StaffA 10 66.67% 150 75.00% -140 -93.33%
StaffB 5 33.33% 50 25.00% -45 -90.00%
Total 15 100.00% 200 100.00% -185 -92.50%
The way I plan to implement the above is as follwos.
CP will be in one inserted crosstab
PP will be in second inserted crosstab ( overlapping CP tab, hiding grids,etc)
Problem is how to implement the third tab ( Increase/decrease).
1) Will Crystal allow me to take a difference of Summarized fields ?
2) How do I calculate the % ? Is there a way to store the values in variables and then calculate the percentages/difference ?
As always any direction/help will be appreciated.