system.kanoa.item.updateMeasureAggregation(measureAggregationInfo, userId)
Updates a measure aggregation. All measureAggregationInfo keys are required.
Parameters
measureAggregationInfo Dictionary
| - aggregationName | String | |
| - displayName | String | |
| - enabled | Boolean | |
| - measureAggregationId | Integer |
userId Integer:Id of the user executing the function
Returns
# of records modified Integer
message String None if success
Example