I have a report which has 3 groups and a detail row. (eg. Grp1, Grp2, Grp3, Det)
I am displaying summarized totals of Sum(DetTotal). In the cell next to the total I'm trying to display a value such as Grp1 - Grp2 - Grp3 - DetType, however all that is showing are the three hyphens.
I've tried placing them in a header row, but the result is the same with no values displayed.
How can I get these values to display?
Any suggestions are appreciated.
Never mind......lack of caffeine.
I was pulling nulls into the dataseet which caused the problem. Changed a Left Join to a Union and solved the problem.