R
Ray
I have a report with following Sorting and Grouping.
Sorting and Grouping
By - Ascending - Group Header & Footer
supplier - Ascending - Group Header only
SuppliersModel - Ascending - Group Header & Footer
I need to count distinct numbers of supplier and supplier model on the By
group footer. I tried to create a group header each for the supplier and
suppliermodel fields. Add a text box each in the group header:
Name: txtSupplier or txtSupplierModel
Control Source: =1
Running Sum: Over Group
Visible: No
Add two text boxes to the By footer
Control Source: =txtSupplier
Control Source: =txtSupplierModel
It works correctly on total supplier but not total supplier model as below:-
Total supplier Total suppliers model
9 (Correct) 4 (incorrect) 16 (Should be)
7 (Correct) 1 (incorrect) 12 (Should be)
Can someone give me some guidance where is the error.
Thanks,
Ray
Sorting and Grouping
By - Ascending - Group Header & Footer
supplier - Ascending - Group Header only
SuppliersModel - Ascending - Group Header & Footer
I need to count distinct numbers of supplier and supplier model on the By
group footer. I tried to create a group header each for the supplier and
suppliermodel fields. Add a text box each in the group header:
Name: txtSupplier or txtSupplierModel
Control Source: =1
Running Sum: Over Group
Visible: No
Add two text boxes to the By footer
Control Source: =txtSupplier
Control Source: =txtSupplierModel
It works correctly on total supplier but not total supplier model as below:-
Total supplier Total suppliers model
9 (Correct) 4 (incorrect) 16 (Should be)
7 (Correct) 1 (incorrect) 12 (Should be)
Can someone give me some guidance where is the error.
Thanks,
Ray