Display Correct Data for Duplicate Project Numbers
Options

JCrawford
✭✭✭
- I have multiple rows with identical Project Numbers
- These rows have different Project Classifications (O&M or Capital)
- When creating a report, it only shows the data from the first row it finds with that Project Number
- I want the report to show the specific data from each individual row instead
Is there a way to get the report to display data from each specific row, even if they have the same project number?
Answers
-
Without looking at your files, you would likely need to combine the project number with the classification (as a helper) and use that to identify unique field in your report.
-
Are you able to provide some screenshots for context?