If you're not expecting the duplicates then maybe your linking is wrong.
You could also try ticking the Select Distinct Records option in the database menu.
Create a boolean parameter, e.g. called Show.
In the section expert for the detail section, enter a condition in the Suppress formula (click the 'x-2' button alongside the Suppress option). Enter a...
Or just choose the group's options (group expert, highlight the shipdate group, press the Options button) and change the 'This section will be printed:' to 'for each month'
How are you getting the 'partial total'?
Are you using a formula, e.g. in the details, to increment the partial total, and another to display the partial total in the page footer? If so, create...
It looks like Crystal Fire and I have understood your question differently.
Do you have a field which contains the string "(jan,mar,jan,feb,aug,sep,jan)" and you want to know how many times Jan...
When you wrote "I do use groups already" I kind of assumed that you were grouping on the ClientID as that is what we were discussing...
What groups do you have? You can add groups without affecting...
What's the maximum quantity?
If you can create a table in the database then create one with one numeric column and 'n' rows where each row has a quantity number in it. e.g.
create table...
See the help on the Sum() function. Put something like the following into the group header formula to set the category column:
local numbervar po_total := Sum({table.invoice_amount},...