What i want the output to look like is something like this:
--> Elements Count
Silver 8
Gold 5
Tin 12
Hydrogen 17
ETC. .....
TOTAL: 42
The problem that i think i might be running into is that Im doing the report with a parameter, where i can pick a date range and i will get what elements and how many were used during that time period. For a given day there can be 15 tests ran, and with each test there can be multiple elements used. The date assosciated with each element, i believe is causing my problem. I have made up a group with the (table.element) field and i then ran a formula count: -->
Count ({table.element},"group"{table.element})
Now this gives me the numbered of each element used like i want, the problem now is that the list that i want, like above is showing multiples of the same information, an example is follows:
--> ELEMENT COUNT
Silver 16
Silver 16
Gold 7
Tin 8
Tin 8
ETC.
I Have suppressed the dups already but for some reason there are some that are not suppressing and i do not no the reason why. I hope this makes it so you can understand as to what im looking for. Thanks