I would like to know how to perform a custom calculation / statistic in a report in ArcGIS Pro.
I can run a report and display an attribute value(s) for the records in the reports but how would I customize the report to run a custom calculation?
I am reviewing the following ESRI Tutorial: Tutorial: Create and modify a report—ArcGIS Pro | Documentation .
Say the user wants to do a basic calculation of the data and showcase that in the report. Say the user wants to display Population Difference (Population 2000 value minus the Population 1990 value) for each state.
Or another basic example would be the user wants to display the population as a percent of the total sub regions population(Population2000 value divided by the Sum of the Population of the Sub region).
How would this be done? I'm not seeing a reference online to this.
If this cannot be done in ArcGIS Pro directly, can it be done using the Pro SDK for .NET?