I am in process of writing a report that collects data from six different fields and then count how many times the data gets repeated in each field. I think I need to use ARRAY and possible loop but not sure how it works. I want to report on the number of count records across the six fields.
The following is an example of the data that i am trying to read. The data is coming from sales orders.
Fld 1 Fld 2 Fld 3 Fld 4 Fld 5 Fld 6
1A 1A 2A 3A 4A 1A
00 00 1A ZZ
1C 1A 1B 1D 4S 3B
I have been using crystal from early this year and still not the knowledge of arrays.
The following is an example of the data that i am trying to read. The data is coming from sales orders.
Fld 1 Fld 2 Fld 3 Fld 4 Fld 5 Fld 6
1A 1A 2A 3A 4A 1A
00 00 1A ZZ
1C 1A 1B 1D 4S 3B
I have been using crystal from early this year and still not the knowledge of arrays.