How to get Report Keys Calculations values from DataMap in Schedule Run Script

Hi everyone,

I’m trying to access the Data Source Key calculation values (such as Total, Min, Max, etc.) that are automatically generated when a report is run via Schedule → Run Script, using the dataMap dictionary.

For regular dataset values, I can access individual columns like this:

dataMap['datKey'][0].getKeyValue("columnName")

However, I can’t figure out how to access the calculation values (those created by “Show Calculations” on the data source). I haven’t been able to find any documentation or examples in the manual that explain how these calculation results are exposed in dataMap.

Is there a supported way to access these calculation values from a report script?

Thanks in advance.