feat(cube): 添加客户订单价格汇总和SKU数量汇总查询配置

This commit is contained in:
tikkhun 2026-01-23 14:47:00 +08:00
parent 90f8f00782
commit f00a0ba087
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"measures": [
"order.total",
"order.count"
],
"dimensions": [
"order.customer_email"
],
"filters": [],
"timeDimensions": [],
"order": {
"order.count": "desc"
},
"limit": 100
}