I’ve been developing reports, and I’ve run into a small hitch:
I have a report that lists clients that have been placed in jobs through a job training program. These clients are referred to us from two sources (contracts). Sometimes people want to see the placements grouped by contract, sometimes they don’t. Fine. I added a grouping (header/footer) on the contract field that is hidden unless I choose that I want to run the report by contract, and then added a sort on the client’s name.
The problem is that I need the list sorted alphabetically within the contract when the group header is visible and alphabetically regardless of contract when the group header is not visible. I can’t make this second part happen. Currently when I hide the header the same sort order happen regardless because I don’t know how to specify this alphabetically only sort when I run the report. Can I make a single report do this, or do I need to develop a second report without the grouping? I would like to use a single report for housekeeping reasons. When I’ve done this before I’ve gone the two (or more) report route, but now as I’m learning more I suspect that this is possible and I just haven’t learned how to do it yet. Any thoughts?
-Karl