kuberacupidagra
Programmer
Hello All,
I have grouped the below data by T_CWOC. I can drill down the Work Center and get details of T_PRTM and T_AHMC. Both T_PRTM and T_AHMC are summed fields. There are some other fields in the report which are formula fields.
Work Center Department Production Time Man Hours
(T_CWOC) (T_Dept) (T_PRTM) (T_AHMC)
MMJ03 652 .742 .53
MMP04 667 2.323 1.2
MMP13 667 .415 .34
MMP17 667 .396 .45
MMP18 667 .793 .60
MMS03 662 1.772 1.6
MMS07 662 3.084 3.3
MMS10 662 .369 .29
WAR02 652 .66 .62
T_CWOC and T_DEPT are string fields
T_PRTM and T_AHMC are numeric fields
I have removed T_CWOC from the report for printing but the group on T_CWOC still exits. I now want to group records using T_DEPT field inside T_CWOC group. T_DEPT was a numeric field which I converted to string.
I tried creating another group on T_DEPT but it does not give the required results. T_CWOC and T_DEPT are from different tables. The tables are joined by T_CWOC field.
I would appreciate help and direction to solve this.
Thanks,
AA
I have grouped the below data by T_CWOC. I can drill down the Work Center and get details of T_PRTM and T_AHMC. Both T_PRTM and T_AHMC are summed fields. There are some other fields in the report which are formula fields.
Work Center Department Production Time Man Hours
(T_CWOC) (T_Dept) (T_PRTM) (T_AHMC)
MMJ03 652 .742 .53
MMP04 667 2.323 1.2
MMP13 667 .415 .34
MMP17 667 .396 .45
MMP18 667 .793 .60
MMS03 662 1.772 1.6
MMS07 662 3.084 3.3
MMS10 662 .369 .29
WAR02 652 .66 .62
T_CWOC and T_DEPT are string fields
T_PRTM and T_AHMC are numeric fields
I have removed T_CWOC from the report for printing but the group on T_CWOC still exits. I now want to group records using T_DEPT field inside T_CWOC group. T_DEPT was a numeric field which I converted to string.
I tried creating another group on T_DEPT but it does not give the required results. T_CWOC and T_DEPT are from different tables. The tables are joined by T_CWOC field.
I would appreciate help and direction to solve this.
Thanks,
AA