I have 10 civil asset FCs: roads, sidewalks, sewers, more (Oracle SDE.ST_GEOMETRY EGDB).
And I have a model that clips the FCs using a subdivision polygon and outputs 10 FGDB standalone tables that have a single row of summarized stats about the assets in that subdivision. I can open the attribute table of each table and get the stats, and then manually enter the numbers into an email to our Finance department for financial reporting purposes.
Instead of opening the attribute table of each output table to get the values, I want a single page of stats that I can send to Finance via a printed PDF or some other method. Click a button, get a single page of stats, and manually send an email. I can't union all the outputs together into a single query/report, because each table/asset type has different fields.
How can I display the attributes of 10 different single-row GP output tables on a single page or screen? For example, an ArcGIS Pro report, a single tab in an Excel spreadsheet, a Portal dashboard, or some other reporting software that can display multiple small reports on a single page.
Frequency: 20 runs per year.
Pro Idea: Output multiple small reports on the same page/screen