I need to show the count of Datecode_1 and Datecode_2 as well as list the different Datecode(s).
I am using Crystal 11 connected to an Access db.
Here is an example of the data;
Line Datecode_1 Datecode_2
1 abc xyz
2 xyz abc
3 abc abc
4 xyz xyz
5 xyz !@#
The results that I need to show are;
Datecode(s) Used
abc 4
xyz 5
!@# 1
I have tried to grouping on the Datecode_1 and _2 fields and use something like;
//@DatecodeSum
(Count ({Summary.Det1DateCode})) + (Count ({Summary.Det2DateCode}))
and get close but have not been able to get the results that I need. I have tried sevearal other things that have gotten me nowhere as well.
Thanks in advance for any help. Your time is appreciated.
I am using Crystal 11 connected to an Access db.
Here is an example of the data;
Line Datecode_1 Datecode_2
1 abc xyz
2 xyz abc
3 abc abc
4 xyz xyz
5 xyz !@#
The results that I need to show are;
Datecode(s) Used
abc 4
xyz 5
!@# 1
I have tried to grouping on the Datecode_1 and _2 fields and use something like;
//@DatecodeSum
(Count ({Summary.Det1DateCode})) + (Count ({Summary.Det2DateCode}))
and get close but have not been able to get the results that I need. I have tried sevearal other things that have gotten me nowhere as well.
Thanks in advance for any help. Your time is appreciated.