I'm using Crystal Reports for VS2010, programmatically generating the identity of the 'group-by' fields at run time using VB.NET in a WinForms application.
Two group-by fields - the outer total is correct, and the inner sub-totals are correct, but no sub-total is shown for all the detail records that don't have a value for the group-by field.
So for instance, grouping by Country, where the address in the detail records don't have a value for country.
It just makes the report look stupid, since the sub-totals don't add up to the totals.
Is there an easy way of generically including a sub-total for the ones that don't have the group-by value?