I am trying to count the unique number of records, to be displayed in a grouped header.
The fields are:
week_no
delivery_date
delivery_postcode
delivery_id
There are 7 records with only 4 unique delivery_postcodes
The first 3 fields have been grouped with their own group header, with the delivery_id in the detail section.
In the delivery_postcode header, I have added a text box and counted the number of delivery_postcodes, The result is 2, 2, 2 and 1, which adds up to 7
The result that I am looking for, is in the delivery_postcode header, for the unique number of delivery_postcodes to be values of 1, 1, 1 and 1 (ie, the number of unique delivery_postcodes)
I then also, want to be able to display in the week_no header, the total number of unique delivery_postcodes, ie, 4
The fields are:
week_no
delivery_date
delivery_postcode
delivery_id
There are 7 records with only 4 unique delivery_postcodes
The first 3 fields have been grouped with their own group header, with the delivery_id in the detail section.
In the delivery_postcode header, I have added a text box and counted the number of delivery_postcodes, The result is 2, 2, 2 and 1, which adds up to 7
The result that I am looking for, is in the delivery_postcode header, for the unique number of delivery_postcodes to be values of 1, 1, 1 and 1 (ie, the number of unique delivery_postcodes)
I then also, want to be able to display in the week_no header, the total number of unique delivery_postcodes, ie, 4