Hello:
I would like to display the distinct values within a field of all the selected records within the report header section. The column is in string format and I am thinking of using loop in the formula. Since I haven't used loop for a long time, so I have trouble in getting it right. Any help will be very much appreciated!
For example:
When user selected 100 records, then crystal report will loop through the 100 records and check for a field called "Chemistry" and returns the unique value as below in the report header section:
Chloride
Zinc
PH
I would like to display the distinct values within a field of all the selected records within the report header section. The column is in string format and I am thinking of using loop in the formula. Since I haven't used loop for a long time, so I have trouble in getting it right. Any help will be very much appreciated!
For example:
When user selected 100 records, then crystal report will loop through the 100 records and check for a field called "Chemistry" and returns the unique value as below in the report header section:
Chloride
Zinc
PH