What is the easiest way to show just the first date in a list?
Here's what I'm working with: my report is a list of jobs, each with multiple operations. I want to see just the first scheduled start date. When I insert the Sched.Date into the report, it creates a new Job detail line for each operation when I only want to see it once.
I tried creating a groups for the jobs, then for the date and adding a Min Summary for the date, but then I can't sort by Due Date (jobs have multiple due dates that overlap).
As usual, I'm probably making it harder than it needs to be. Thanks for your help!
Wendy