mark curtis
Registered User.
- Local time
- Today, 02:35
- Joined
- Oct 9, 2000
- Messages
- 457
I have a report which is filtered by department. In each department section the fields returning data are project name,spend, invoiced, committed and issues. The problem that I have is that a project may have many issues and my report writes multiple of the fields above for the number of issues I have. I have used the hide duplicates to Yes but this does not provide an accurate report because other projects grouped in the department may have the same spend, invoiced or committed and so the first of many will be shown. I feel that I may need to validate each field against the project name and then hide any duplicates. Any help would be fantastic.