Hello
I have a report which is grouped by officer and development type. Everything displays correctly, except if there are no development type against an officer, the development type does not display. For example using the below database information the only development type that would display for Off_Code 'CK' would be test5.
Table1:
Ref_ID Type Off_Code
1 1 AB
2 1 AB
3 4 AB
4 5 CK
Table2: The ID field in the below table is linked to the Type field in the above table.
ID Description
1 Test1
2 Test2
3 Test3
4 Test4
5 Test5
6 Test6
I want to display the following information on my report:
AB
Test1 2
Test2 0
Test3 0
Test4 1
Test5 0
Test6 0
CK
Test1 0
Test2 0
Test3 0
Test4 0
Test5 1
Test6 0
Thanks
I have a report which is grouped by officer and development type. Everything displays correctly, except if there are no development type against an officer, the development type does not display. For example using the below database information the only development type that would display for Off_Code 'CK' would be test5.
Table1:
Ref_ID Type Off_Code
1 1 AB
2 1 AB
3 4 AB
4 5 CK
Table2: The ID field in the below table is linked to the Type field in the above table.
ID Description
1 Test1
2 Test2
3 Test3
4 Test4
5 Test5
6 Test6
I want to display the following information on my report:
AB
Test1 2
Test2 0
Test3 0
Test4 1
Test5 0
Test6 0
CK
Test1 0
Test2 0
Test3 0
Test4 0
Test5 1
Test6 0
Thanks