For inspections such as tunnels, drains, buildings, or large assets split into multiple segments, each checklist represents one segment. Clients want to generate a summary report that highlights the worst-case condition across all segments for each defect type. Proposed Logic: For each defect type tracked in the checklist: Identify all the scores recorded for that defect across multiple completed checklists (segments). Select the lowest (worst) score as the representative score for the summary. If multiple defects share the same lowest score, the summary should list all of them. The summary report should not display all segment results—only the evaluated worst-case outcome per defect. Example: Defect: Cracks in Concrete Segment Scores: 5, 7, 6 → Summary Report Value = 5 (lowest score) If Water Leakage also had a lowest score of 5, both defects should appear in the summary. [ALR]