The highlighted portion is what we are trying to code so to further explain it,
As far as the code block for the pavement areas on the extra advanced report goes, what is written out there is very much a work in progress and me trying out variations of an if statement on a summary section in the report. I don’t actually know that an if statement there is even possible or if we have to go another route entirely though, which is why I felt this might need some ESRI support.
The jist was to write a pair of if statements for each issue group header, where the first one would try to determine if there is a greater than zero count of “pending” issues for that issue group. If there is a greater than zero amount, it should display Unsatisfactory. The second, nested if statement is supposed to do the exact opposite and is looking for the count of pending issues in the issue group to equal zero, in which case it would display satisfactory.
if you could provide some help I can further explain if it doesn't enough sense.
Thank you
@IsmaelChivite
