From an older post I got the code below that show how to get calculation from a partion.
double value = getstat(zone, "PartitionCalculationTotal", STAT_CURRENT, instance, partitionID, "Result");
I am wondering if there is a similar command to get a subset calculation?
I can get the subset content by using the "SubsetContent" Keyword, but if I try to get the subset calculation total with "SubsetCalculationTotal" - I simply get a huge value.
I tried to use the function below as described in the documentation, but is appears to just break my zone object.
function_s(object, "enumerateStatistics", targetNode)