CaS
03/25/2025, 10:01 PMCaS
03/25/2025, 10:03 PMMoises Morales
03/25/2025, 10:09 PMCaS
03/25/2025, 10:10 PMMoises Morales
03/25/2025, 11:16 PMapi/v1/actions/workspaces/<workspace_id>/execution/afm/execute
endpoint.
For example:
"totals": [
{
"localIdentifier": "total_sum_m_order_unit_quantity_sum_by_a_customer_state_0",
"function": "SUM",
"metric": "m_order_unit_quantity_sum",
"totalDimensions": [
{
"dimensionIdentifier": "dim_1",
"totalDimensionItems": [
"measureGroup"
]
}
]
}
]
Moises Morales
03/25/2025, 11:16 PM{
"resultSpec": {
"dimensions": [
{
"localIdentifier": "dim_0",
"itemIdentifiers": [
"a_customer_state",
"a_customer_id",
"a_customer_email"
],
"sorting": [
{
"attribute": {
"attributeIdentifier": "a_customer_state",
"sortType": "DEFAULT"
}
}
]
},
{
"localIdentifier": "dim_1",
"itemIdentifiers": [
"measureGroup"
]
}
],
"totals": [
{
"localIdentifier": "total_sum_m_order_unit_quantity_sum_by_a_customer_state_0",
"function": "SUM",
"metric": "m_order_unit_quantity_sum",
"totalDimensions": [
{
"dimensionIdentifier": "dim_1",
"totalDimensionItems": [
"measureGroup"
]
}
]
}
]
},
"execution": {
"measures": [
{
"localIdentifier": "m_order_unit_cost_sum",
"definition": {
"measure": {
"item": {
"identifier": {
"id": "order_unit_cost",
"type": "fact"
}
},
"aggregation": "SUM"
}
}
},
{
"localIdentifier": "m_order_unit_quantity_sum",
"definition": {
"measure": {
"item": {
"identifier": {
"id": "order_unit_quantity",
"type": "fact"
}
},
"aggregation": "SUM"
}
}
}
],
"attributes": [
{
"label": {
"identifier": {
"id": "customer_state",
"type": "label"
}
},
"localIdentifier": "a_customer_state"
},
{
"label": {
"identifier": {
"id": "customer_id",
"type": "label"
}
},
"localIdentifier": "a_customer_id"
},
{
"label": {
"identifier": {
"id": "customer_email",
"type": "label"
}
},
"localIdentifier": "a_customer_email"
}
],
"filters": [
{
"relativeDateFilter": {
"dataset": {
"identifier": {
"id": "customer_created_date",
"type": "dataset"
}
},
"granularity": "YEAR",
"from": 0,
"to": 0
}
}
],
"auxMeasures": []
},
"settings": {}
}
Moises Morales
03/25/2025, 11:22 PM"totals": [
{
"localIdentifier": "total_sum_m_order_unit_quantity_sum_by_a_customer_state_0",
"function": "SUM",
"metric": "m_order_unit_quantity_sum",
"totalDimensions": [
{
"dimensionIdentifier": "dim_1",
"totalDimensionItems": [
"measureGroup"
]
}
]
},
{
"localIdentifier": "total_nat_m_order_unit_cost_sum_by_a_customer_state_0",
"function": "NAT",
"metric": "m_order_unit_cost_sum",
"totalDimensions": [
{
"dimensionIdentifier": "dim_1",
"totalDimensionItems": [
"measureGroup"
]
}
]
}
]
Moises Morales
03/25/2025, 11:23 PMCaS
03/26/2025, 2:58 AM