RedHeadedStepITChild
IS-IT--Management
I have searched this site, and have found a couple of threads of the same issue, however, I was not able to get the answers posted there to work. I am intermediate user of Crystal, and a beginner programmer (VB). I do understand logic pretty well, so I hope I'm not 100% worthless 
So...Here goes.
I am using Crystal XI SP2
Creating a report to show deduction type and amount for employees.
Using two tables. Table 1 is "Employee Master" and Table 2 is "Deduction History" They are linked by employeeNum and compNum. (We have 3 companies)
Grouping is:
Company
Employee
Deductions are at the detail level
Currently the report displays as follows:
Company 1
Employee #1
B005 .50
E003 1.25
GF SUM
A quick side note: I don't know if it matters, but the deduction type is a concatenation of two fields deductionType and deductionCode, created in formula called "deduction"
This displays the correct information. However, it does not display it in a format that is useable to my HR department. If I just change the grouping order, it still won't work because:
They need to see it in this format:
Company 1
Deduction Type B005 E003 V012 ect; ect;
Employee 1 .50 1.25 12.22 curr curr
Employee 2 .45 1.25 12.22 curr curr
GF SUM SUM SUM SUM SUM
Second side note: showing the report in this format will decrease the length of the report exponetially! That will be much appreciated by the HR dept. when running this report monthly.
Any ideas anybody? I have read through a lot of these threads, and just seeing some of the questions and answers posed here is really opening my eyes as to what can be done with crystal.
Thanks ahead!
Jason
So...Here goes.
I am using Crystal XI SP2
Creating a report to show deduction type and amount for employees.
Using two tables. Table 1 is "Employee Master" and Table 2 is "Deduction History" They are linked by employeeNum and compNum. (We have 3 companies)
Grouping is:
Company
Employee
Deductions are at the detail level
Currently the report displays as follows:
Company 1
Employee #1
B005 .50
E003 1.25
GF SUM
A quick side note: I don't know if it matters, but the deduction type is a concatenation of two fields deductionType and deductionCode, created in formula called "deduction"
This displays the correct information. However, it does not display it in a format that is useable to my HR department. If I just change the grouping order, it still won't work because:
They need to see it in this format:
Company 1
Deduction Type B005 E003 V012 ect; ect;
Employee 1 .50 1.25 12.22 curr curr
Employee 2 .45 1.25 12.22 curr curr
GF SUM SUM SUM SUM SUM
Second side note: showing the report in this format will decrease the length of the report exponetially! That will be much appreciated by the HR dept. when running this report monthly.
Any ideas anybody? I have read through a lot of these threads, and just seeing some of the questions and answers posed here is really opening my eyes as to what can be done with crystal.
Thanks ahead!
Jason