Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
fast_deep_equal - lodash.isEqual test567l898978666
(version: 9)
Comparing performance of:
l vs f vs json
Created:
4 years ago
by:
Registered User
Jump to the latest result
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.15/lodash.min.js"></script>
Script Preparation code:
function equal(a, b, options = {}) { if (a === b) return true; const mode = 'PlainObject' if (a && b && typeof a === 'object' && typeof b === 'object') { // 纯对象模式下,不比较构造函数 if (mode !== 'PlainObject' && a.constructor !== b.constructor) return false; let length; let i; if (Array.isArray(a)) { length = a.length; if (length !== b.length) return false; for (i = length; i-- !== 0; ) if (!equal(a[i], b[i], options)) return false; return true; } // ES6相关对象比对 - START if (a instanceof Map && b instanceof Map) { if (a.size !== b.size) return false; for (i of a.entries()) if (!b.has(i[0])) return false; for (i of a.entries()) if (!equal(i[1], b.get(i[0]), options)) return false; return true; } if (a instanceof Set && b instanceof Set) { if (a.size !== b.size) return false; for (i of a.entries()) if (!b.has(i[0])) return false; return true; } if (ArrayBuffer.isView(a) && ArrayBuffer.isView(b)) { length = (a).length; if (length !== (b).length) return false; for (i = length; i-- !== 0; ) if ((a)[i] !== (b)[i]) return false; return true; } // ES6相关对象比对 - END if (a.constructor === RegExp) return a.source === b.source && a.flags === b.flags; // 纯对象模式下,不对比valueOf/toString if (mode !== 'PlainObject') { if (a.valueOf !== Object.prototype.valueOf) return a.valueOf() === b.valueOf(); if (a.toString !== Object.prototype.toString) return a.toString() === b.toString(); } const keys = Object.keys(a); length = keys.length; if (length !== Object.keys(b).length) return false; for (i = length; i-- !== 0; ) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false; for (i = length; i-- !== 0; ) { const key = keys[i]; // react对象比对 START // if (key === '_owner' && a.$$typeof) { // // React-specific: avoid traversing React elements' _owner. // // _owner contains circular references // // and is not needed when comparing the actual elements (and not their owners) // continue; // } // react对象比对 END if (!equal(a[key], b[key], options)) return false; } return true; } // true if both NaN, false otherwise // eslint-disable-next-line no-self-compare return a !== a && b !== b; } // 1 level deep window.foo1 = { a: 1, b: 2, c: { a: 1, b: 2, c: { a: 1, b: 2 } } }; window.bar1 = { a: 1, b: 3, c: { a: 1, b: 2, c: { a: 1, b: 2 } } }; window.a = JSON.parse(`{"relationChart":{},"relation":{},"attribute":{"type":"line","caption":"线图-company_sales_record_mysql_副本_测试","drillFocus":false,"chartprop":{"orient":"","customTheme":"default","customThemeEnable":false,"group":false,"groupBy":-1,"twis":false,"horizontal":false,"stack":false,"percent":false,"value":true,"title":true,"category":true,"area":false,"smooth":true,"minWidth":240,"showSlide":"auto","split":0,"showLabels":false,"showLabelsType":"all","theme":"default"},"legend":{"orient":"top","show":true},"tooltip":{"show":true},"title":{"show":true,"color":"","showLink":false,"linkName":""},"basic":{"isFmt":true,"fmt":"CN","bgType":"0","bgColor":"#ffffff"},"xaxis":{"showLine":true,"showLabel":true,"showTitleAndUnit":true,"labelRotate":"auto","fmt":"CN","minAuto":true,"maxAuto":true,"autoZoom":false,"lineStyle":"solid","lineWeight":1,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false,"fmt":""},"showGrid":false,"gridStyle":"solid","gridWeight":1,"showTick":false},"yaxis":{"showLine":true,"showLabel":true,"showTitleAndUnit":true,"labelRotate":"auto","fmt":"CN","minAuto":true,"maxAuto":true,"autoZoom":false,"lineStyle":"solid","lineWeight":1,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false,"fmt":""},"showGrid":false,"gridStyle":"solid","gridWeight":1,"showTick":false},"y2axis":{"showLine":true,"showLabel":true,"showTitleAndUnit":true,"labelRotate":"auto","fmt":"CN"},"smooth":true,"chartTheme":"business","showLabels":false,"labelValues":["measure"],"showLabelsType":"auto","lineSymbolConfig":{"showSymbol":false,"symbol":"circle"},"legendOrient":"top","themeSeriesColor":{"customColor":false,"theme":"business"},"twis":false,"syncTwisTicks":false,"showSlide":"auto","dimValueSampling":"autoHideRotate","connectNulls":false,"axisConfig":{"tab":"xaxis","axisPos":"xaxis"},"fieldSettingMap":{"2013":{"aliasName":"2013","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2014":{"aliasName":"2014","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2015":{"aliasName":"2015","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2016":{"aliasName":"2016","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2017":{"aliasName":"2017","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2018":{"aliasName":"2018","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2019":{"aliasName":"2019","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2020":{"aliasName":"2020","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||":{"uuid":"9ce1275b-156e-42c8-9268-55ef6085bce6","aliasName":"商品件数","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"label":false,"showSymbol":false,"symbol":"circle"}},"nextChartTheme":null,"mark":{"show":false,"content":{"template":""},"position":"title"},"footer":{"show":false,"content":{"template":""}},"customBackground":{"enable":false,"imageEnable":false,"imageDefault":"//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png","display":2},"stack":false,"percent":false,"isMobileLastDimensionValueSelected":true,"syncTwisConfigType":"syncTicksNum","filterIndicator":false,"defaultShowIndicators":"9ce1275b-156e-42c8-9268-55ef6085bce6"},"icon":"sc-line","caption":"线图","tooltip":"线图","supperDrill":true,"supportFilter":true,"group":"LINE","tileLayout":{"x":0,"y":0,"w":12,"h":15,"i":"hh64y8nm","minW":2,"minH":3},"serverId":"d4ec0f50-0f85-4df9-b815-a8f52fae8c69","input":{"sourceId":"6625d99f-2e3a-4813-b8a5-27a314cabe30","queryDetail":false,"limitNum":1000,"area":[{"id":"drill","areaName":"钻取/维度","queryAxis":"drill","rule":{"show":false,"type":"dimension","required":false,"maxColNum":6},"columnList":[]},{"id":"area_value","areaName":"值轴/度量","queryAxis":"column","rule":{"type":"measure","required":true},"columnList":[{"name":"N69b1c4_order_number","caption":"商品件数","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","colType":"number","isCalc":false,"skin":"number","itemType":"measure","aggregator":"sum","useaggregator":"sum","unvalid":false,"uuid":"9ce1275b-156e-42c8-9268-55ef6085bce6","key":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","isMask":false}]},{"id":"area_type","areaName":"类别轴/维度","queryAxis":"row","rule":{"type":"dimension","required":true},"columnList":[{"caption":"区域","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]","itemType":"geographic","levels":[{"colType":"location","caption":"区域","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","type":null,"levelGranularity":"REGION","name":"N69b1c4_area","displayType":null}],"isDrillEnabled":false,"uuid":"9d855492-e8e9-45ce-a5f2-5c301f58618f","key":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","isMask":false}]},{"id":"area_color","areaName":"颜色图例/维度","queryAxis":"row","rule":{"type":"dimension","maxColNum":1,"required":false},"columnList":[{"caption":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","levels":[{"colType":"datetime","caption":"订单日期(year)","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","type":"yearRegion","levelGranularity":"year","name":"1086245133_yearRange","displayType":null}],"uuid":"25a15543-cdca-43a3-9f70-e069b9983136","key":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","isMask":false}]},{"id":"filters","areaName":"过滤器","queryAxis":"filters","rule":{"type":"all","required":false},"columnList":[]}],"drillGroup":[],"freshTime":{"isFreshEnable":false,"freshTimeNumber":5,"freshTimeUnit":"min"},"sourceInfo":{"metaModelVersion":"2.0","schemaExtraInfo":{"permissionList":["cooperative_permission","data_level_permission_column","data_level_permission_row","data_mask","delete","edit","move","property","row_level_permission","view"],"hasAuthorizedUse":true,"aimDirId":null,"dataLevelAttributeIds":[],"aggFunctions":["SUM","AVG","COUNT","COUNTD","MAX","MIN","STDDEV_POP","STDDEV_SAMP","VAR_POP","VAR_SAMP"],"isOpenRowLevelPermission":0,"isOpenColumnLevelPermission":0,"isDataMaskOpen":0,"authorizedUseType":1,"rowLevelType":0},"physicalSchema":{"tables":[{"uniqueId":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","caption":"company_sales_record_copy","fromPanel":false,"tableName":"company_sales_record_copy","datasourceId":"96feb5c7-c704-4cf6-a25f-46d866ce7a78","factTable":true,"dsType":"mysql"}],"virtualTables":[],"links":[],"sqlHintTypes":[]},"cubeSchema":{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30","caption":"company_sales_record_copy_xixi","fromPanel":false,"cubeId":"6625d99f-2e3a-4813-b8a5-27a314cabe30","datasourceId":"96feb5c7-c704-4cf6-a25f-46d866ce7a78","fields":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]","caption":"订单量","fromPanel":false,"name":null,"type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":null,"calculateMember":true,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]","caption":"订单量","fromPanel":false,"name":"6f037037-c18b-4ae2-bf04-5fe742666293","dataType":"number","secondDataType":"number","originDataType":null,"granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":false,"mult":null,"firstDayOfWeek":null,"expression":{"type":"udf","value":"count($u0003N69b1c4_order_id$u0003)","dataGroup":null},"sortModel":null,"isHidden":false,"comments":""}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]","caption":"笔单价","fromPanel":false,"name":null,"type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":null,"calculateMember":true,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]","caption":"笔单价","fromPanel":false,"name":"4d928bee-f815-42bf-bd88-5be252d17c12","dataType":"number","secondDataType":"number","originDataType":null,"granularity":null,"format":"#,##0","dataFormat":null,"aggregator":null,"supportAggregation":false,"mult":null,"firstDayOfWeek":null,"expression":{"type":"udf","value":"sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)","dataGroup":null},"sortModel":null,"isHidden":false,"comments":""}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","caption":"商品件数","fromPanel":false,"name":"N69b1c4_order_number","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"order_number","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","caption":"商品件数","fromPanel":false,"name":"N69b1c4_order_number","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单数量"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]","caption":"成交金额","fromPanel":false,"name":"N69b1c4_order_amt","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"order_amt","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]","caption":"成交金额","fromPanel":false,"name":"N69b1c4_order_amt","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":"#,##0.0","dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单金额"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]","caption":"折扣点","fromPanel":false,"name":"N69b1c4_back_point","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"back_point","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]","caption":"折扣点","fromPanel":false,"name":"N69b1c4_back_point","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"折扣点"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]","caption":"利润金额","fromPanel":false,"name":"N69b1c4_profit_amt","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"profit_amt","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]","caption":"利润金额","fromPanel":false,"name":"N69b1c4_profit_amt","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":"#,##0.0","dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"利润金额"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]","caption":"运输成本","fromPanel":false,"name":"N69b1c4_shipping_cost","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"shipping_cost","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]","caption":"运输成本","fromPanel":false,"name":"N69b1c4_shipping_cost","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":"#,##0.0","dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输成本"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]","caption":"区域","fromPanel":false,"name":"N69b1c4_area","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"area","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","caption":"区域","fromPanel":false,"name":"N69b1c4_area","dataType":"string","secondDataType":"geographic","originDataType":"string","granularity":"REGION","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"区域"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]","caption":"省份","fromPanel":false,"name":"N69b1c4_province","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"province","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]","caption":"省份","fromPanel":false,"name":"N69b1c4_province","dataType":"string","secondDataType":"geographic","originDataType":"string","granularity":"PROVINCE","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"省份"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]","caption":"城市","fromPanel":false,"name":"N69b1c4_city","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"city","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]","caption":"城市","fromPanel":false,"name":"N69b1c4_city","dataType":"string","secondDataType":"geographic","originDataType":"string","granularity":"CITY","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"城市"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]","caption":"订单编号","fromPanel":false,"name":"N69b1c4_order_id","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"order_id","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]","caption":"订单编号","fromPanel":false,"name":"N69b1c4_order_id","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单编号"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","caption":"订单日期","fromPanel":false,"name":"N69b1c4_report_date","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"report_date","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","caption":"订单日期(year)","fromPanel":false,"name":"1086245133_yearRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]","caption":"订单日期(quarter)","fromPanel":false,"name":"1086245133_quarterRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-quarter","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]","caption":"订单月份","fromPanel":false,"name":"1086245133_monthRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-month","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]","caption":"订单日期(week)","fromPanel":false,"name":"1086245133_weekRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-week","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":1,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]","caption":"订单日期","fromPanel":false,"name":"1086245133_dayRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-month-day","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]","caption":"订单日期(hour)","fromPanel":false,"name":"1086245133_hourRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]","caption":"订单日期(minute)","fromPanel":false,"name":"1086245133_minRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour-minute","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]","caption":"订单日期(second)","fromPanel":false,"name":"1086245133_secRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour-minute-second","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"}],"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]","caption":"客户名称","fromPanel":false,"name":"N69b1c4_customer_name","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"customer_name","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]","caption":"客户名称","fromPanel":false,"name":"N69b1c4_customer_name","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"客户名称"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]","caption":"订单等级","fromPanel":false,"name":"N69b1c4_order_level","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"order_level","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]","caption":"订单等级","fromPanel":false,"name":"N69b1c4_order_level","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单等级"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]","caption":"运输方式","fromPanel":false,"name":"N69b1c4_shipping_type","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"shipping_type","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]","caption":"运输方式","fromPanel":false,"name":"N69b1c4_shipping_type","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输方式"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]","caption":"产品类型","fromPanel":false,"name":"N69b1c4_product_type","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"product_type","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]","caption":"产品类型","fromPanel":false,"name":"N69b1c4_product_type","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"产品类型"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]","caption":"产品名称","fromPanel":false,"name":"N69b1c4_product_name","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"product_name","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]","caption":"产品名称","fromPanel":false,"name":"N69b1c4_product_name","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"产品名称"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]","caption":"产品包箱","fromPanel":false,"name":"N69b1c4_product_box","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"product_box","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]","caption":"产品包箱","fromPanel":false,"name":"N69b1c4_product_box","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"产品包箱"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","caption":"运输日期","fromPanel":false,"name":"N69b1c4_shipping_date","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"shipping_date","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]","caption":"运输日期(year)","fromPanel":false,"name":"1132942045_yearRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]","caption":"运输日期(quarter)","fromPanel":false,"name":"1132942045_quarterRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-quarter","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]","caption":"运输日期(month)","fromPanel":false,"name":"1132942045_monthRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-month","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]","caption":"运输日期(week)","fromPanel":false,"name":"1132942045_weekRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-week","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":1,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]","caption":"运输日期(day)","fromPanel":false,"name":"1132942045_dayRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-month-day","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]","caption":"运输日期(hour)","fromPanel":false,"name":"1132942045_hourRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]","caption":"运输日期(minute)","fromPanel":false,"name":"1132942045_minRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour-minute","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]","caption":"运输日期(second)","fromPanel":false,"name":"1132942045_secRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour-minute-second","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"}],"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]","caption":"产品小类","fromPanel":false,"name":"N69b1c4_product_sub_type","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"product_sub_type","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]","caption":"产品小类","fromPanel":false,"name":"N69b1c4_product_sub_type","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"产品小类"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]","caption":"t测试","fromPanel":false,"name":"N69b1c4_ttttttt","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"ttttttt","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]","caption":"t测试","fromPanel":false,"name":"N69b1c4_ttttttt","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"t测试"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]","caption":"sa测试","fromPanel":false,"name":"N69b1c4_sadasf","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"sadasf","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]","caption":"sa测试","fromPanel":false,"name":"N69b1c4_sadasf","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"sa测试"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]","caption":"ss测试","fromPanel":false,"name":"N69b1c4_sss","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"sss","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]","caption":"ss测试","fromPanel":false,"name":"N69b1c4_sss","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"ss测试"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]","caption":"xx测试","fromPanel":false,"name":"N69b1c4_xxx","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"xxx","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]","caption":"xx测试","fromPanel":false,"name":"N69b1c4_xxx","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"xx测试"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]","caption":"xxxdss哈哈哈","fromPanel":false,"name":"N69b1c4_sagddfhnfd","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"sagddfhnfd","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]","caption":"xxxdss哈哈哈","fromPanel":false,"name":"N69b1c4_sagddfhnfd","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"xxxdss哈哈哈"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]","caption":"订单等级分类","fromPanel":false,"name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":null,"calculateMember":true,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]","caption":"订单等级分类","fromPanel":false,"name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":{"type":"udf","value":"case when $u0003N69b1c4_order_level$u0003='高级' then '高级' else '其他' end","dataGroup":null},"sortModel":null,"isHidden":false,"comments":""}],"comments":null}],"fieldTree":[{"type":"hierarchy","caption":"区域_层级结构","id":"359bc5ba-a365-46a1-a56f-b72022f10198","children":[{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false}],"flag":"DimensionNormal","refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"hierarchy","caption":"订单日期","id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","children":[{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false}],"flag":"DimensionDate","refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"hierarchy","caption":"运输日期","id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","children":[{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false}],"flag":"DimensionDate","refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"folder","caption":"默认","id":"18c63459-a2c0-3902-ac77-90430f761214","children":[{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false}],"flag":"MeasureLinked","refUniqueId":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","fromPanel":false}],"filter":{"logicalOperator":null,"filterElements":null,"filters":null},"params":[],"sqlPlaceholders":[]},"sqlParams":[],"sqlPlaceholders":[],"permissionList":["cooperative_permission","data_level_permission_column","data_level_permission_row","data_mask","delete","edit","move","property","row_level_permission","view"],"hasAuthorizedUse":true,"aimDirId":null,"dataLevelAttributeIds":[],"aggFunctions":["SUM","AVG","COUNT","COUNTD","MAX","MIN","STDDEV_POP","STDDEV_SAMP","VAR_POP","VAR_SAMP"],"isOpenRowLevelPermission":0,"isOpenColumnLevelPermission":0,"isDataMaskOpen":0,"authorizedUseType":1,"rowLevelType":0,"caption":"company_sales_record_copy_xixi","cubeId":"6625d99f-2e3a-4813-b8a5-27a314cabe30","datasourceId":"96feb5c7-c704-4cf6-a25f-46d866ce7a78","name":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","dsType":"mysql","calculatedMember":[{"caption":"订单量","fromPanel":false,"name":"6f037037-c18b-4ae2-bf04-5fe742666293","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":null,"supportAggregation":false,"firstDayOfWeek":null,"expression":{"type":"udf","value":"count($u0003N69b1c4_order_id$u0003)","dataGroup":null},"isHidden":false,"comments":"","isAggregationCalculate":true,"formula":"count($u0003N69b1c4_order_id$u0003)","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]","fieldType":"Measure","column":null,"originColType":null,"multString":null,"colType":"number","formatString":null,"formatStr":null,"iconSkin":"calc"},{"caption":"笔单价","fromPanel":false,"name":"4d928bee-f815-42bf-bd88-5be252d17c12","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":null,"supportAggregation":false,"firstDayOfWeek":null,"expression":{"type":"udf","value":"sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)","dataGroup":null},"isHidden":false,"comments":"","isAggregationCalculate":true,"formula":"sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]","fieldType":"Measure","column":null,"originColType":null,"multString":null,"colType":"number","formatString":"#,##0","formatStr":"#,##0","iconSkin":"calc"}],"dimensions":[{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]","caption":"区域","name":"N69b1c4_area","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_area","caption":"区域","comments":null,"levels":[{"caption":"区域","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"区域","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","name":"N69b1c4_area","colType":"string","originColType":"string","levelGranularity":"REGION","factColumn":"area","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"geographic","dimName":"N69b1c4_area","dimCaption":"区域","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]","itemType":"string","iconSkin":"location"}]}],"type":"StandardDimension","specialDimType":"GeographicDimension"},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]","caption":"省份","name":"N69b1c4_province","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_province","caption":"省份","comments":null,"levels":[{"caption":"省份","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"省份","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]","name":"N69b1c4_province","colType":"string","originColType":"string","levelGranularity":"PROVINCE","factColumn":"province","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"geographic","dimName":"N69b1c4_province","dimCaption":"省份","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]","itemType":"string","iconSkin":"location"}]}],"type":"StandardDimension","specialDimType":"GeographicDimension"},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]","caption":"城市","name":"N69b1c4_city","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_city","caption":"城市","comments":null,"levels":[{"caption":"城市","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"城市","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]","name":"N69b1c4_city","colType":"string","originColType":"string","levelGranularity":"CITY","factColumn":"city","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"geographic","dimName":"N69b1c4_city","dimCaption":"城市","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]","itemType":"string","iconSkin":"location"}]}],"type":"StandardDimension","specialDimType":"GeographicDimension"},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]","caption":"订单编号","name":"N69b1c4_order_id","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_order_id","caption":"订单编号","comments":null,"levels":[{"caption":"订单编号","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单编号","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]","name":"N69b1c4_order_id","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"order_id","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_order_id","dimCaption":"订单编号","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","caption":"订单日期","name":"N69b1c4_report_date","comments":"订单日期","fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_report_date","caption":"订单日期","comments":"订单日期","levels":[{"caption":"订单日期(year)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","name":"1086245133_yearRange","colType":"datetime","originColType":"datetime","levelGranularity":"year","factColumn":"report_date","order":0,"type":"yearRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(quarter)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]","name":"1086245133_quarterRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-quarter","factColumn":"report_date","order":1,"type":"quarterRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单月份","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]","name":"1086245133_monthRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-month","factColumn":"report_date","order":2,"type":"monthRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(week)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":1,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]","name":"1086245133_weekRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-week","factColumn":"report_date","order":3,"type":"weekRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]","name":"1086245133_dayRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-month-day","factColumn":"report_date","order":4,"type":"dateRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(hour)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]","name":"1086245133_hourRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour","factColumn":"report_date","order":5,"type":"hourRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(minute)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]","name":"1086245133_minRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour-minute","factColumn":"report_date","order":6,"type":"minRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(second)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]","name":"1086245133_secRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour-minute-second","factColumn":"report_date","order":7,"type":"secRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"}]}],"type":"StrDateTypeDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]","caption":"客户名称","name":"N69b1c4_customer_name","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_customer_name","caption":"客户名称","comments":null,"levels":[{"caption":"客户名称","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"客户名称","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]","name":"N69b1c4_customer_name","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"customer_name","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_customer_name","dimCaption":"客户名称","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]","caption":"订单等级","name":"N69b1c4_order_level","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_order_level","caption":"订单等级","comments":null,"levels":[{"caption":"订单等级","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单等级","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]","name":"N69b1c4_order_level","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"order_level","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_order_level","dimCaption":"订单等级","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]","caption":"运输方式","name":"N69b1c4_shipping_type","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_shipping_type","caption":"运输方式","comments":null,"levels":[{"caption":"运输方式","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输方式","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]","name":"N69b1c4_shipping_type","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"shipping_type","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_shipping_type","dimCaption":"运输方式","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]","caption":"产品类型","name":"N69b1c4_product_type","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_product_type","caption":"产品类型","comments":null,"levels":[{"caption":"产品类型","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"产品类型","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]","name":"N69b1c4_product_type","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"product_type","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_product_type","dimCaption":"产品类型","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]","caption":"产品名称","name":"N69b1c4_product_name","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_product_name","caption":"产品名称","comments":null,"levels":[{"caption":"产品名称","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"产品名称","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]","name":"N69b1c4_product_name","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"product_name","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_product_name","dimCaption":"产品名称","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]","caption":"产品包箱","name":"N69b1c4_product_box","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_product_box","caption":"产品包箱","comments":null,"levels":[{"caption":"产品包箱","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"产品包箱","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]","name":"N69b1c4_product_box","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"product_box","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_product_box","dimCaption":"产品包箱","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","caption":"运输日期","name":"N69b1c4_shipping_date","comments":"运输日期","fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_shipping_date","caption":"运输日期","comments":"运输日期","levels":[{"caption":"运输日期(year)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]","name":"1132942045_yearRange","colType":"datetime","originColType":"datetime","levelGranularity":"year","factColumn":"shipping_date","order":0,"type":"yearRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(quarter)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]","name":"1132942045_quarterRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-quarter","factColumn":"shipping_date","order":1,"type":"quarterRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(month)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]","name":"1132942045_monthRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-month","factColumn":"shipping_date","order":2,"type":"monthRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(week)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":1,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]","name":"1132942045_weekRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-week","factColumn":"shipping_date","order":3,"type":"weekRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(day)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]","name":"1132942045_dayRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-month-day","factColumn":"shipping_date","order":4,"type":"dateRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(hour)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]","name":"1132942045_hourRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour","factColumn":"shipping_date","order":5,"type":"hourRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(minute)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]","name":"1132942045_minRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour-minute","factColumn":"shipping_date","order":6,"type":"minRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(second)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]","name":"1132942045_secRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour-minute-second","factColumn":"shipping_date","order":7,"type":"secRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"}]}],"type":"StrDateTypeDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]","caption":"产品小类","name":"N69b1c4_product_sub_type","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_product_sub_type","caption":"产品小类","comments":null,"levels":[{"caption":"产品小类","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"产品小类","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]","name":"N69b1c4_product_sub_type","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"product_sub_type","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_product_sub_type","dimCaption":"产品小类","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]","caption":"t测试","name":"N69b1c4_ttttttt","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_ttttttt","caption":"t测试","comments":null,"levels":[{"caption":"t测试","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"t测试","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]","name":"N69b1c4_ttttttt","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"ttttttt","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_ttttttt","dimCaption":"t测试","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]","caption":"sa测试","name":"N69b1c4_sadasf","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_sadasf","caption":"sa测试","comments":null,"levels":[{"caption":"sa测试","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"sa测试","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]","name":"N69b1c4_sadasf","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"sadasf","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_sadasf","dimCaption":"sa测试","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]","caption":"ss测试","name":"N69b1c4_sss","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_sss","caption":"ss测试","comments":null,"levels":[{"caption":"ss测试","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"ss测试","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]","name":"N69b1c4_sss","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"sss","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_sss","dimCaption":"ss测试","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]","caption":"xx测试","name":"N69b1c4_xxx","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_xxx","caption":"xx测试","comments":null,"levels":[{"caption":"xx测试","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"xx测试","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]","name":"N69b1c4_xxx","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"xxx","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_xxx","dimCaption":"xx测试","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]","caption":"xxxdss哈哈哈","name":"N69b1c4_sagddfhnfd","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_sagddfhnfd","caption":"xxxdss哈哈哈","comments":null,"levels":[{"caption":"xxxdss哈哈哈","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"xxxdss哈哈哈","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]","name":"N69b1c4_sagddfhnfd","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"sagddfhnfd","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_sagddfhnfd","dimCaption":"xxxdss哈哈哈","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]","caption":"订单等级分类","name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","caption":"订单等级分类","comments":null,"levels":[{"caption":"订单等级分类","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":{"type":"udf","value":"case when $u0003N69b1c4_order_level$u0003='高级' then '高级' else '其他' end","dataGroup":null},"isHidden":false,"comments":"","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]","name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","colType":"string","originColType":"string","levelGranularity":null,"factColumn":null,"order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"e2111007-acf4-48d9-8e6a-8f12946a4b81","dimCaption":"订单等级分类","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null}],"measures":[{"caption":"商品件数","fromPanel":false,"name":"N69b1c4_order_number","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单数量","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","fieldType":"Measure","column":"order_number","originColType":"number","multString":null,"colType":"number","formatString":null,"formatStr":null,"iconSkin":"number"},{"caption":"成交金额","fromPanel":false,"name":"N69b1c4_order_amt","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单金额","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]","fieldType":"Measure","column":"order_amt","originColType":"number","multString":null,"colType":"number","formatString":"#,##0.0","formatStr":"#,##0.0","iconSkin":"number"},{"caption":"折扣点","fromPanel":false,"name":"N69b1c4_back_point","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"折扣点","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]","fieldType":"Measure","column":"back_point","originColType":"number","multString":null,"colType":"number","formatString":null,"formatStr":null,"iconSkin":"number"},{"caption":"利润金额","fromPanel":false,"name":"N69b1c4_profit_amt","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"利润金额","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]","fieldType":"Measure","column":"profit_amt","originColType":"number","multString":null,"colType":"number","formatString":"#,##0.0","formatStr":"#,##0.0","iconSkin":"number"},{"caption":"运输成本","fromPanel":false,"name":"N69b1c4_shipping_cost","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输成本","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]","fieldType":"Measure","column":"shipping_cost","originColType":"number","multString":null,"colType":"number","formatString":"#,##0.0","formatStr":"#,##0.0","iconSkin":"number"}],"load":false},"lastFetchTime":1411.8999999910593},"isQuery":true,"correct":"50a3fc15-5b36-4aea-b1ee-670f1b0d12f2","$runtimeData":{"schemaConfigs":{"styleSchema":{"schema":{"type":"object","className":"bar-config-panel ","props":{"mode":"collapse"},"properties":{"commonConfig":{"title":"基础信息","type":"object","className":"basic-title-container","properties":{"show":{"type":"switch","id":"title","redirect":"title.show","propertyOrder":1,"props":{"mode":"checkbox","label":"显示主标题"}},"captionContainer":{"type":"object","className":"basic-title-caption-container","disableDepends":[{"id":"title","value":false}],"propertyOrder":2,"properties":{"titleAndColor":{"type":"object","className":"basic-title-caption-title-color","properties":{"caption":{"type":"string","redirect":"caption","props":{"debounceTime":500,"maxLength":50,"placeholder":"主标题"}}}},"color":{"type":"color","redirect":"title.color","props":{"disableAlpha":true}}}},"mark":{"type":"switch","id":"mark","redirect":"mark.show","className":"basic-mark-show-container","defaultValue":false,"props":{"mode":"checkbox","label":"备注"}},"markGroups":{"id":"markGroups","type":"object","className":"basic-mark-config-container","properties":{"markContent":{"type":"richTextEditor","id":"markContent","redirect":"mark.content","title":"备注内容","defaultValue":{"template":""},"props":{"open":true,"componentId":"hh64y8nm","position":"header","fields":[{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","name":"商品件数","type":"measure","value":"7865","aggregation":"求和","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}},{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","name":"区域","type":"dimension","value":"东北","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}},{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","name":"订单日期(year)","type":"dimension","value":"2013","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}}],"cubeFieldsGroup":[],"queryFieldsGroup":[],"selfQueryFields":[],"enableFields":true,"defaultValue":{"template":""}}},"markPosition":{"type":"radio","id":"markPosition","redirect":"mark.position","defaultValue":"title","title":"位置","props":{"options":[{"label":"紧跟标题","value":"title"},{"label":"图表上方","value":"chart"}]},"hide":false}},"disableDepends":[{"id":"mark","value":false}]},"showFooter":{"type":"switch","id":"showFooter","redirect":"footer.show","defaultValue":false,"className":"basic-footer-show-container","props":{"mode":"checkbox","label":"尾注"},"hide":false},"footerContent":{"type":"richTextEditor","id":"footerContent","redirect":"footer.content","className":"basic-footer-content-container","defaultValue":{"template":""},"title":"尾注内容","props":{"open":true,"componentId":"hh64y8nm","position":"footer","fields":[{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","name":"商品件数","type":"measure","value":"7865","aggregation":"求和","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}},{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","name":"区域","type":"dimension","value":"东北","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}},{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","name":"订单日期(year)","type":"dimension","value":"2013","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}}],"cubeFieldsGroup":[],"queryFieldsGroup":[],"selfQueryFields":[],"enableFields":true,"defaultValue":{"template":""}},"disableDepends":[{"id":"showFooter","value":false}],"hide":false},"linkContainer":{"type":"object","className":"basic-title-link-container","propertyOrder":3,"hide":false,"properties":{"showLink":{"type":"switch","id":"showlink","redirect":"title.showLink","props":{"mode":"checkbox","label":"展示链接跳转"}},"linkName":{"title":"链接文案","type":"string","redirect":"title.linkName","visibleDepends":[{"id":"showlink","value":true}],"props":{"placeholder":"链接跳转","info":"建议按左侧宽度填写内容,超出将按…显示"}},"link":{"title":"链接地址","type":"string","redirect":"title.link","visibleDepends":[{"id":"showlink","value":true}],"props":{"protocolFill":true,"placeholder":"https://bi.aliyun.com"}},"linkOpen":{"title":"打开方式","type":"radio","redirect":"title.linkOpen","hide":false,"defaultValue":"window","visibleDepends":[{"id":"showlink","value":true}],"props":{"options":[{"label":"新窗口","value":"window"},{"label":"弹窗","value":"modal"}]}}}},"background":{"type":"object","className":"custom-background-config","properties":{"customBackgroundEnable":{"id":"customBackgroundEnable","redirect":"customBackground.enable","type":"switch","defaultValue":false,"props":{"mode":"checkbox","label":"自定义背景填充"}},"backgroundColor":{"title":"卡片颜色","id":"backgroundColor","type":"color","redirect":"customBackground.color","disableDepends":[{"$or":[{"id":"customBackgroundEnable","value":false}]}]},"backgroundImage":{"type":"object","className":"custom-background-config-image","properties":{"customBackgroundImageEnable":{"id":"customBackgroundImageEnable","redirect":"customBackground.imageEnable","type":"switch","defaultValue":false,"disableDepends":[{"id":"customBackgroundEnable","value":false}],"props":{"mode":"checkbox","label":"背景图片"}},"backgroundImageDefault":{"id":"backgroundImageDefault","type":"select","redirect":"customBackground.imageDefault","defaultValue":"//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png","disableDepends":[{"$or":[{"id":"customBackgroundEnable","value":false},{"id":"customBackgroundImageEnable","value":false}]}],"props":{"options":[{"value":"//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png"},{"value":"//img.alicdn.com/tfs/TB1RT5kVhv1gK0jSZFFXXb0sXXa-500-500.png"},{"value":"//img.alicdn.com/tfs/TB1mC44kBFR4u4jSZFPXXanzFXa-500-500.png"}]}}}},"backgroundUrl":{"title":"图片链接","id":"backgroundImage","type":"string","redirect":"customBackground.image","disableDepends":[{"$or":[{"id":"customBackgroundEnable","value":false},{"id":"customBackgroundImageEnable","value":false}]}],"props":{"protocolFill":true,"placeholder":"*仅支持png、jpg、gif 格式"}},"backgroundImageDisplay":{"title":"图片显示","id":"backgroundImageDisplay","type":"select","redirect":"customBackground.display","defaultValue":2,"disableDepends":[{"$or":[{"id":"customBackgroundEnable","value":false},{"id":"customBackgroundImageEnable","value":false}]}],"props":{"options":[{"label":"居左平铺(比例不变,图片缩放)","value":0},{"label":"居中显示(比例不变,图片缩放)","value":1},{"label":"居右平铺(比例不变,图片缩放)","value":2},{"label":"裁剪以充满区域(图片缩放,两头裁剪)","value":3},{"label":"拉伸以充满区域(比例变化,图片缩放)","value":4}],"dropdownMatchSelectWidth":false,"className":"background-image-display"}}}},"type":{"title":"图表类型","type":"radio","id":"type","redirect":"type","props":{"mode":"img","options":[{"label":"线图","value":"line","iconClassName":"chart-icon sc-line sc-icon","hideLabel":true},{"label":"面积图","value":"polyline","iconClassName":"chart-icon sc-polyline sc-icon","hideLabel":true},{"label":"堆积面积图\\n","value":"polyline-stack","iconClassName":"chart-icon sc-polyline-stack sc-icon","hideLabel":true},{"label":"百分比堆叠面积图","value":"polyline-stack-percent","iconClassName":"chart-icon sc-polyline-stack-percent sc-icon","hideLabel":true}]}}}},"styleConfig":{"title":" 图表样式 ","type":"object","properties":{"showLabels":{"type":"switch","id":"showLabels","redirect":"showLabels","defaultValue":false,"props":{"mode":"checkbox","label":"显示图表标签"}},"labelValues":{},"percentLabelValuesConfig":{"id":"percentLabelValues","type":"checkbox","redirect":"labelValues","disableDepends":[{"id":"showLabels","value":false}],"defaultValue":["percent"],"hide":[{"id":"percent","value":true}],"props":{"options":[{"label":"度量","value":"measure"},{"label":"百分比","value":"percent"}]}},"stackLabelValuesConfig":{"id":"stackLabelValues","type":"checkbox","redirect":"labelValues","disableDepends":[{"id":"showLabels","value":false}],"defaultValue":["measure"],"hide":[{"id":"stack","value":true},{"id":"percent","value":false}],"props":{"options":[{"label":"度量","value":"measure"},{"label":"总计","value":"total"}]}},"showLabelsType":{"type":"radio","title":"数据标签展示方式","id":"showLabelsType","redirect":"showLabelsType","defaultValue":"auto","props":{"options":[{"value":"auto","label":"智能显示"},{"value":"all","label":"全量显示"}]}},"lineSymbolConfig":{"type":"object","id":"lineSymbolConfig","className":"line-symbol-configs","properties":{"showSymbol":{"type":"switch","id":"showSymbol","redirect":"lineSymbolConfig.showSymbol","defaultValue":false,"props":{"mode":"checkbox","label":"显示标记点"}},"symbol":{"type":"select","id":"symbol","redirect":"lineSymbolConfig.symbol","disableDepends":[{"id":"showSymbol","value":false}],"defaultValue":"circle","props":{"options":[{"value":"circle"},{"value":"hollowCircle"},{"value":"diamond"},{"value":"hollowDiamond"}]}}}},"smooth":{"type":"radio","title":"线条样式","id":"smooth","redirect":"smooth","defaultValue":true,"hide":false,"props":{"mode":"icon","options":[{"value":true,"label":"曲线"},{"value":false,"label":"直线"}]}},"legendOrient":{"title":"显示图例","type":"qbi-radio-icon","redirect":"legendOrient","defaultValue":"top","props":{"mode":"icon","options":[{"value":"none","tips":"无"},{"value":"top","tips":"上"},{"value":"bottom","tips":"下"},{"value":"left","tips":"左"},{"value":"right","tips":"右"}]}},"barColorSeries":{"title":"配色设置","type":"color-series","id":"themeSeriesColor","redirect":"themeSeriesColor","propertyOrder":8,"defaultValue":{"customColor":false,"theme":"business"},"props":{"isDim":true,"dimColorTitle":"字段项"}},"twis_config":{"type":"object","className":"twis-configs","properties":{"twis":{"type":"switch","id":"twis","defaultValue":false,"redirect":"twis","props":{"mode":"checkbox","label":"显示双Y轴"}},"twisType":{"type":"radio","id":"syncTwisConfigType","redirect":"syncTwisConfigType","defaultValue":"syncTicksNum","disableDepends":[{"id":"twis","value":false}],"props":{"options":[{"value":"syncNull","label":"不同步","info":"不同步下可能导致左右轴刻度不一致,并且无法保证0刻度对齐"},{"value":"syncTicksNum","label":"刻度数量一致"},{"value":"syncAll","label":"刻度数量&数值一致"}],"info":"不同步下可能导致左右轴刻度不一致,并且无法保证0刻度对齐","mode":"default"}}}},"stack":{"type":"switch","id":"stack","hide":true,"redirect":"stack","defaultValue":false,"props":{"mode":"checkbox","label":"堆积"}},"percent":{"type":"switch","id":"percent","redirect":"percent","defaultValue":false,"hide":true,"props":{"mode":"checkbox","label":"百分比堆积"}},"isMobileLastDimensionValueSelected":{"type":"switch","id":"isMobileLastDimensionValueSelected","defaultValue":true,"redirect":"isMobileLastDimensionValueSelected","props":{"mode":"checkbox","label":"移动端默认选中最后一个维值"}}}},"functionConfig":{"title":" 功能配置 ","type":"object","properties":{"showSlide":{"title":"显示缩略轴","type":"radio","id":"showSlide","redirect":"showSlide","defaultValue":"auto","props":{"options":[{"value":"auto","label":"智能适配"},{"value":true,"label":"显示"},{"value":false,"label":"不显示"}]}},"dimValueSampling":{"title":"坐标轴维值显示","type":"radio","id":"dimValueSampling","redirect":"dimValueSampling","defaultValue":"autoHideRotate","props":{"options":[{"value":"autoHideRotate","label":"智能展示"},{"value":"autoHide","label":"强制稀疏"},{"value":"showMost","label":"最多展示"}]}},"connectNulls":{"title":"空值处理","type":"radio","id":"connectNulls","redirect":"connectNulls","defaultValue":false,"props":{"options":[{"value":true,"label":"直接跨过"},{"value":0,"label":"置为0,不断开"},{"value":false,"label":"线条断开"}]}},"filterIndicatorGroups":{"type":"object","id":"filterIndicatorGroups","properties":{"filterIndicator":{"type":"switch","id":"filterIndicator","redirect":"filterIndicator","defaultValue":false,"props":{"mode":"checkbox","label":"开启指标筛选展示"}},"defaultShowIndicators":{"type":"select","title":"默认选中","redirect":"defaultShowIndicators","id":"defaultShowIndicators","defaultValue":"9ce1275b-156e-42c8-9268-55ef6085bce6","props":{"options":[{"label":"商品件数","text":"商品件数","value":"9ce1275b-156e-42c8-9268-55ef6085bce6"}]},"disableDepends":[{"id":"filterIndicator","value":false}]}}}}},"axisConfig":{"title":"坐标轴","type":"object","className":"common-axis-config scatter-yaxis-measure","properties":{"axisPos":{"id":"axisPos","type":"tab","defaultValue":"xaxis","propertyOrder":0,"props":{"options":[{"text":"水平轴","value":"xaxis"},{"text":"垂直左轴","value":"yaxis"}]}},"xaxisTitle":{"title":"轴标题","redirect":"xaxis.title","type":"string","propertyOrder":1,"props":{"placeholder":"标题名称"},"hide":[{"id":"axisPos","value":"xaxis"}],"disableDepends":[{"id":"xaxisShowTitleAndUnit","value":false}]},"xaxisUnit":{"title":"单位","redirect":"xaxis.unit","type":"string","propertyOrder":2,"props":{"placeholder":"单位"},"hide":[{"id":"axisPos","value":"xaxis"}],"disableDepends":[{"id":"xaxisShowTitleAndUnit","value":false}]},"xaxisMin":{"type":"object","propertyOrder":5,"className":"axis-extreme-value-config","hide":true,"properties":{"xaxisMinValue":{"title":"最小值","redirect":"xaxis.min","type":"string","propertyOrder":5,"props":{"placeholder":0,"type":"number"},"disableDepends":[{"$or":[{"id":"xaxisMinAuto","value":true},{"id":"xaxisAutoZoom","value":true}]}]},"xaxisMinAuto":{"id":"xaxisMinAuto","defaultValue":true,"type":"switch","propertyOrder":6,"redirect":"xaxis.minAuto","props":{"mode":"checkbox","label":"自动"},"disableDepends":[{"id":"xaxisAutoZoom","value":true}]}}},"xaxisMax":{"type":"object","propertyOrder":3,"className":"axis-extreme-value-config","hide":true,"properties":{"xaxisMaxValue":{"title":"最大值","redirect":"xaxis.max","type":"string","propertyOrder":0,"props":{"placeholder":0,"type":"number"},"disableDepends":[{"$or":[{"id":"xaxisMaxAuto","value":true},{"id":"xaxisAutoZoom","value":true}]}]},"xaxisMaxAuto":{"id":"xaxisMaxAuto","defaultValue":true,"type":"switch","propertyOrder":1,"redirect":"xaxis.maxAuto","props":{"mode":"checkbox","label":"自动"},"disableDepends":[{"id":"xaxisAutoZoom","value":true}]}}},"xaxisAutoZoom":{"id":"xaxisAutoZoom","defaultValue":false,"type":"switch","propertyOrder":7,"redirect":"xaxis.autoZoom","props":{"mode":"checkbox","label":"自动放大数值差异"},"hide":true},"xaxisShowTitleAndUnit":{"id":"xaxisShowTitleAndUnit","redirect":"xaxis.showTitleAndUnit","type":"switch","propertyOrder":8,"defaultValue":true,"props":{"mode":"checkbox","label":"显示标题和单位"},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisShowLine":{"redirect":"xaxis.showLine","type":"switch","propertyOrder":9,"defaultValue":true,"id":"xaxisshowLine","props":{"mode":"checkbox","label":"显示坐标轴"},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisControlLine":{"type":"object","className":"oui-card-editor-editor-containers-xaxisControlLine","propertyOrder":10,"hide":[{"id":"axisPos","value":"xaxis"}],"properties":{"xaxisLineStyle":{"redirect":"xaxis.lineStyle","type":"select","propertyOrder":10,"defaultValue":"solid","props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"solid"}},"_owner":null}},"_owner":null},"value":"solid"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dotted"}},"_owner":null}},"_owner":null},"value":"dotted"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dashed"}},"_owner":null}},"_owner":null},"value":"dashed"}]},"disableDepends":[{"id":"xaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisLineWeight":{"redirect":"xaxis.lineWeight","type":"select","propertyOrder":11,"defaultValue":1,"props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"children":"1px"},"_owner":null},"value":1},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"2px"},"_owner":null},"value":2},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"3px"},"_owner":null},"value":3},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"4px"},"_owner":null},"value":4},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"5px"},"_owner":null},"value":5}]},"disableDepends":[{"id":"xaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisLineColor":{"redirect":"xaxis.lineColor","type":"color","propertyOrder":12,"props":{"disableAlpha":true},"disableDepends":[{"id":"xaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]}}},"xaxisNumberFormat":{"redirect":"xaxis.numberFormat","type":"number-format","propertyOrder":13,"title":"轴标签显示格式设置","defaultValue":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false,"fmt":""},"hide":true},"xaxisShowLabel":{"redirect":"xaxis.showLabel","type":"switch","propertyOrder":14,"defaultValue":true,"props":{"mode":"checkbox","label":"显示轴标签"},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisShowGrid":{"redirect":"xaxis.showGrid","type":"switch","propertyOrder":15,"defaultValue":false,"id":"xaxisshowGrid","props":{"mode":"checkbox","label":"显示网格线"},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisControlGrid":{"type":"object","className":"oui-card-editor-editor-containers-xaxisControlGrid","propertyOrder":16,"properties":{"xaxisGridStyle":{"redirect":"xaxis.gridStyle","type":"select","propertyOrder":16,"defaultValue":"solid","props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"solid"}},"_owner":null}},"_owner":null},"value":"solid"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dotted"}},"_owner":null}},"_owner":null},"value":"dotted"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dashed"}},"_owner":null}},"_owner":null},"value":"dashed"}]},"disableDepends":[{"id":"xaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisGridWeight":{"redirect":"xaxis.gridWeight","type":"select","propertyOrder":17,"defaultValue":1,"props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"children":"1px"},"_owner":null},"value":1},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"2px"},"_owner":null},"value":2},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"3px"},"_owner":null},"value":3},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"4px"},"_owner":null},"value":4},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"5px"},"_owner":null},"value":5}]},"disableDepends":[{"id":"xaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisGridColor":{"redirect":"xaxis.gridColor","type":"color","propertyOrder":18,"props":{"disableAlpha":true},"disableDepends":[{"id":"xaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]}},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisShowTick":{"redirect":"xaxis.showTick","type":"switch","propertyOrder":19,"defaultValue":false,"props":{"mode":"checkbox","label":"显示刻度线"},"hide":[{"id":"axisPos","value":"xaxis"}]},"yaxisTitle":{"title":"轴标题","redirect":"yaxis.title","type":"string","propertyOrder":1,"props":{"placeholder":"标题名称"},"hide":[{"id":"axisPos","value":"yaxis"}],"disableDepends":[{"id":"yaxisShowTitleAndUnit","value":false}]},"yaxisUnit":{"title":"单位","redirect":"yaxis.unit","type":"string","propertyOrder":2,"props":{"placeholder":"单位"},"hide":[{"id":"axisPos","value":"yaxis"}],"disableDepends":[{"id":"yaxisShowTitleAndUnit","value":false}]},"yaxisMin":{"type":"object","propertyOrder":5,"className":"axis-extreme-value-config","hide":[{"id":"axisPos","value":"yaxis"}],"properties":{"yaxisMinValue":{"title":"最小值","redirect":"yaxis.min","type":"string","propertyOrder":5,"props":{"placeholder":0,"type":"number"},"disableDepends":[{"$or":[{"id":"yaxisMinAuto","value":true},{"id":"yaxisAutoZoom","value":true}]}]},"yaxisMinAuto":{"id":"yaxisMinAuto","defaultValue":true,"type":"switch","propertyOrder":6,"redirect":"yaxis.minAuto","props":{"mode":"checkbox","label":"自动"},"disableDepends":[{"id":"yaxisAutoZoom","value":true}]}}},"yaxisMax":{"type":"object","propertyOrder":3,"className":"axis-extreme-value-config","hide":[{"id":"axisPos","value":"yaxis"}],"properties":{"yaxisMaxValue":{"title":"最大值","redirect":"yaxis.max","type":"string","propertyOrder":0,"props":{"placeholder":0,"type":"number"},"disableDepends":[{"$or":[{"id":"yaxisMaxAuto","value":true},{"id":"yaxisAutoZoom","value":true}]}]},"yaxisMaxAuto":{"id":"yaxisMaxAuto","defaultValue":true,"type":"switch","propertyOrder":1,"redirect":"yaxis.maxAuto","props":{"mode":"checkbox","label":"自动"},"disableDepends":[{"id":"yaxisAutoZoom","value":true}]}}},"yaxisAutoZoom":{"id":"yaxisAutoZoom","defaultValue":false,"type":"switch","propertyOrder":7,"redirect":"yaxis.autoZoom","props":{"mode":"checkbox","label":"自动放大数值差异"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowTitleAndUnit":{"id":"yaxisShowTitleAndUnit","redirect":"yaxis.showTitleAndUnit","type":"switch","propertyOrder":8,"defaultValue":true,"props":{"mode":"checkbox","label":"显示标题和单位"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowLine":{"redirect":"yaxis.showLine","type":"switch","propertyOrder":9,"defaultValue":true,"id":"yaxisshowLine","props":{"mode":"checkbox","label":"显示坐标轴"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisControlLine":{"type":"object","className":"oui-card-editor-editor-containers-yaxisControlLine","propertyOrder":10,"hide":[{"id":"axisPos","value":"yaxis"}],"properties":{"yaxisLineStyle":{"redirect":"yaxis.lineStyle","type":"select","propertyOrder":10,"defaultValue":"solid","props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"solid"}},"_owner":null}},"_owner":null},"value":"solid"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dotted"}},"_owner":null}},"_owner":null},"value":"dotted"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dashed"}},"_owner":null}},"_owner":null},"value":"dashed"}]},"disableDepends":[{"id":"yaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisLineWeight":{"redirect":"yaxis.lineWeight","type":"select","propertyOrder":11,"defaultValue":1,"props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"children":"1px"},"_owner":null},"value":1},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"2px"},"_owner":null},"value":2},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"3px"},"_owner":null},"value":3},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"4px"},"_owner":null},"value":4},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"5px"},"_owner":null},"value":5}]},"disableDepends":[{"id":"yaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisLineColor":{"redirect":"yaxis.lineColor","type":"color","propertyOrder":12,"props":{"disableAlpha":true},"disableDepends":[{"id":"yaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]}}},"yaxisNumberFormat":{"redirect":"yaxis.numberFormat","type":"number-format","propertyOrder":13,"title":"轴标签显示格式设置","defaultValue":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false,"fmt":""},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowLabel":{"redirect":"yaxis.showLabel","type":"switch","propertyOrder":14,"defaultValue":true,"props":{"mode":"checkbox","label":"显示轴标签"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowGrid":{"redirect":"yaxis.showGrid","type":"switch","propertyOrder":15,"defaultValue":false,"id":"yaxisshowGrid","props":{"mode":"checkbox","label":"显示网格线"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisControlGrid":{"type":"object","className":"oui-card-editor-editor-containers-yaxisControlGrid","propertyOrder":16,"properties":{"yaxisGridStyle":{"redirect":"yaxis.gridStyle","type":"select","propertyOrder":16,"defaultValue":"solid","props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"solid"}},"_owner":null}},"_owner":null},"value":"solid"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dotted"}},"_owner":null}},"_owner":null},"value":"dotted"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dashed"}},"_owner":null}},"_owner":null},"value":"dashed"}]},"disableDepends":[{"id":"yaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisGridWeight":{"redirect":"yaxis.gridWeight","type":"select","propertyOrder":17,"defaultValue":1,"props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"children":"1px"},"_owner":null},"value":1},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"2px"},"_owner":null},"value":2},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"3px"},"_owner":null},"value":3},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"4px"},"_owner":null},"value":4},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"5px"},"_owner":null},"value":5}]},"disableDepends":[{"id":"yaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisGridColor":{"redirect":"yaxis.gridColor","type":"color","propertyOrder":18,"props":{"disableAlpha":true},"disableDepends":[{"id":"yaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]}},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowTick":{"redirect":"yaxis.showTick","type":"switch","propertyOrder":19,"defaultValue":false,"props":{"mode":"checkbox","label":"显示刻度线"},"hide":[{"id":"axisPos","value":"yaxis"}]}}},"seriesConfig":{"redirect":"fieldSettingMap","title":"系列设置","type":"qbi-field","props":{"fieldLabel":"请选择系列","dimensionSchema":null,"measureSchema":{"type":"object","properties":{"aliasName":{"type":"string","title":"别名"},"location":{"type":"radio","title":"坐标轴","redirect":"location","hide":true,"defaultValue":null,"props":{"options":[{"value":null,"label":"默认"},{"value":"0","label":"主轴"},{"value":"1","label":"从轴"}]}},"labelConfig":{"type":"object","className":"bar-label-config","properties":{"showLabel":{"type":"switch","id":"label","redirect":"label","defaultValue":false,"props":{"mode":"checkbox","label":"显示图表标签"}},"labelColor":{"type":"color","redirect":"labelColor","id":"labelColor","disableDepends":[{"id":"label","value":false}],"props":{"disableAlpha":true}}}},"symbolConfig":{"type":"object","className":"bar-symbol-config","hide":false,"properties":{"showSymbol":{"type":"switch","id":"showSymbol","redirect":"showSymbol","defaultValue":false,"props":{"mode":"checkbox","label":"显示标记点"}},"symbol":{"type":"select","id":"symbol","redirect":"symbol","disableDepends":[{"id":"showSymbol","value":false}],"defaultValue":"circle","props":{"options":[{"value":"circle"},{"value":"hollowCircle"},{"value":"diamond"},{"value":"hollowDiamond"}]}}}},"showBoundaryValue":{"type":"switch","id":"showBoundaryValue","redirect":"showBoundaryValue","hide":false,"props":{"mode":"checkbox","label":"显示最值"}},"lineStyle":{"type":"object","className":"bar-line-config","title":"线条样式","hide":false,"properties":{"lineStyle":{"type":"select","redirect":"lineStyle","defaultValue":"solid","props":{"options":[{"value":"solid"},{"value":"dotted"},{"value":"dashed"}]}}}},"numberFormat":{"type":"number-format","title":"数值显示格式设置","defaultValue":{"fmtType":null}}}},"defaultSelectedField":null,"selectedType":"Select"},"defaultValue":{"2013":{"aliasName":"2013","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2014":{"aliasName":"2014","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2015":{"aliasName":"2015","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2016":{"aliasName":"2016","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2017":{"aliasName":"2017","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2018":{"aliasName":"2018","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2019":{"aliasName":"2019","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2020":{"aliasName":"2020","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||":{"uuid":"9ce1275b-156e-42c8-9268-55ef6085bce6","aliasName":"商品件数","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"label":false,"showSymbol":false,"symbol":"circle"}}}}}}},"adjustedSize":{"width":1086,"height":307}}}`) window.b = JSON.parse(`{"relationChart":{},"relation":{},"attribute":{"type":"line","caption":"线图-company_sales_record_mysql_副本_测试","drillFocus":false,"chartprop":{"orient":"","customTheme":"default","customThemeEnable":false,"group":false,"groupBy":-1,"twis":false,"horizontal":false,"stack":false,"percent":false,"value":true,"title":true,"category":true,"area":false,"smooth":true,"minWidth":240,"showSlide":"auto","split":0,"showLabels":false,"showLabelsType":"all","theme":"default"},"legend":{"orient":"top","show":true},"tooltip":{"show":true},"title":{"show":true,"color":"","showLink":false,"linkName":""},"basic":{"isFmt":true,"fmt":"CN","bgType":"0","bgColor":"#ffffff"},"xaxis":{"showLine":true,"showLabel":true,"showTitleAndUnit":true,"labelRotate":"auto","fmt":"CN","minAuto":true,"maxAuto":true,"autoZoom":false,"lineStyle":"solid","lineWeight":1,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false,"fmt":""},"showGrid":false,"gridStyle":"solid","gridWeight":1,"showTick":false},"yaxis":{"showLine":true,"showLabel":true,"showTitleAndUnit":true,"labelRotate":"auto","fmt":"CN","minAuto":true,"maxAuto":true,"autoZoom":false,"lineStyle":"solid","lineWeight":1,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false,"fmt":""},"showGrid":false,"gridStyle":"solid","gridWeight":1,"showTick":false},"y2axis":{"showLine":true,"showLabel":true,"showTitleAndUnit":true,"labelRotate":"auto","fmt":"CN"},"smooth":true,"chartTheme":"business","showLabels":false,"labelValues":["measure"],"showLabelsType":"auto","lineSymbolConfig":{"showSymbol":false,"symbol":"circle"},"legendOrient":"top","themeSeriesColor":{"customColor":false,"theme":"business"},"twis":false,"syncTwisTicks":false,"showSlide":"auto","dimValueSampling":"autoHideRotate","connectNulls":false,"axisConfig":{"tab":"xaxis","axisPos":"xaxis"},"fieldSettingMap":{"2013":{"aliasName":"2013","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2014":{"aliasName":"2014","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2015":{"aliasName":"2015","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2016":{"aliasName":"2016","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2017":{"aliasName":"2017","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2018":{"aliasName":"2018","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2019":{"aliasName":"2019","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2020":{"aliasName":"2020","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||":{"uuid":"9ce1275b-156e-42c8-9268-55ef6085bce6","aliasName":"商品件数","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"label":false,"showSymbol":false,"symbol":"circle"}},"nextChartTheme":null,"mark":{"show":false,"content":{"template":""},"position":"title"},"footer":{"show":false,"content":{"template":""}},"customBackground":{"enable":false,"imageEnable":false,"imageDefault":"//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png","display":2},"stack":false,"percent":false,"isMobileLastDimensionValueSelected":true,"syncTwisConfigType":"syncTicksNum","filterIndicator":false,"defaultShowIndicators":"9ce1275b-156e-42c8-9268-55ef6085bce6"},"icon":"sc-line","caption":"线图","tooltip":"线图","supperDrill":true,"supportFilter":true,"group":"LINE","tileLayout":{"x":0,"y":0,"w":12,"h":15,"i":"hh64y8nm","minW":2,"minH":3},"serverId":"d4ec0f50-0f85-4df9-b815-a8f52fae8c69","input":{"sourceId":"6625d99f-2e3a-4813-b8a5-27a314cabe30","queryDetail":false,"limitNum":1000,"area":[{"id":"drill","areaName":"钻取/维度","queryAxis":"drill","rule":{"show":false,"type":"dimension","required":false,"maxColNum":6},"columnList":[]},{"id":"area_value","areaName":"值轴/度量","queryAxis":"column","rule":{"type":"measure","required":true},"columnList":[{"name":"N69b1c4_order_number","caption":"商品件数","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","colType":"number","isCalc":false,"skin":"number","itemType":"measure","aggregator":"sum","useaggregator":"sum","unvalid":false,"uuid":"9ce1275b-156e-42c8-9268-55ef6085bce6","key":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","isMask":false}]},{"id":"area_type","areaName":"类别轴/维度","queryAxis":"row","rule":{"type":"dimension","required":true},"columnList":[{"caption":"区域","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]","itemType":"geographic","levels":[{"colType":"location","caption":"区域","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","type":null,"levelGranularity":"REGION","name":"N69b1c4_area","displayType":null}],"isDrillEnabled":false,"uuid":"9d855492-e8e9-45ce-a5f2-5c301f58618f","key":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","isMask":false}]},{"id":"area_color","areaName":"颜色图例/维度","queryAxis":"row","rule":{"type":"dimension","maxColNum":1,"required":false},"columnList":[{"caption":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","levels":[{"colType":"datetime","caption":"订单日期(year)","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","type":"yearRegion","levelGranularity":"year","name":"1086245133_yearRange","displayType":null}],"uuid":"25a15543-cdca-43a3-9f70-e069b9983136","key":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","isMask":false}]},{"id":"filters","areaName":"过滤器","queryAxis":"filters","rule":{"type":"all","required":false},"columnList":[]}],"drillGroup":[],"freshTime":{"isFreshEnable":false,"freshTimeNumber":5,"freshTimeUnit":"min"},"sourceInfo":{"metaModelVersion":"2.0","schemaExtraInfo":{"permissionList":["cooperative_permission","data_level_permission_column","data_level_permission_row","data_mask","delete","edit","move","property","row_level_permission","view"],"hasAuthorizedUse":true,"aimDirId":null,"dataLevelAttributeIds":[],"aggFunctions":["SUM","AVG","COUNT","COUNTD","MAX","MIN","STDDEV_POP","STDDEV_SAMP","VAR_POP","VAR_SAMP"],"isOpenRowLevelPermission":0,"isOpenColumnLevelPermission":0,"isDataMaskOpen":0,"authorizedUseType":1,"rowLevelType":0},"physicalSchema":{"tables":[{"uniqueId":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","caption":"company_sales_record_copy","fromPanel":false,"tableName":"company_sales_record_copy","datasourceId":"96feb5c7-c704-4cf6-a25f-46d866ce7a78","factTable":true,"dsType":"mysql"}],"virtualTables":[],"links":[],"sqlHintTypes":[]},"cubeSchema":{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30","caption":"company_sales_record_copy_xixi","fromPanel":false,"cubeId":"6625d99f-2e3a-4813-b8a5-27a314cabe30","datasourceId":"96feb5c7-c704-4cf6-a25f-46d866ce7a78","fields":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]","caption":"订单量","fromPanel":false,"name":null,"type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":null,"calculateMember":true,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]","caption":"订单量","fromPanel":false,"name":"6f037037-c18b-4ae2-bf04-5fe742666293","dataType":"number","secondDataType":"number","originDataType":null,"granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":false,"mult":null,"firstDayOfWeek":null,"expression":{"type":"udf","value":"count($u0003N69b1c4_order_id$u0003)","dataGroup":null},"sortModel":null,"isHidden":false,"comments":""}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]","caption":"笔单价","fromPanel":false,"name":null,"type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":null,"calculateMember":true,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]","caption":"笔单价","fromPanel":false,"name":"4d928bee-f815-42bf-bd88-5be252d17c12","dataType":"number","secondDataType":"number","originDataType":null,"granularity":null,"format":"#,##0","dataFormat":null,"aggregator":null,"supportAggregation":false,"mult":null,"firstDayOfWeek":null,"expression":{"type":"udf","value":"sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)","dataGroup":null},"sortModel":null,"isHidden":false,"comments":""}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","caption":"商品件数","fromPanel":false,"name":"N69b1c4_order_number","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"order_number","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","caption":"商品件数","fromPanel":false,"name":"N69b1c4_order_number","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单数量"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]","caption":"成交金额","fromPanel":false,"name":"N69b1c4_order_amt","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"order_amt","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]","caption":"成交金额","fromPanel":false,"name":"N69b1c4_order_amt","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":"#,##0.0","dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单金额"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]","caption":"折扣点","fromPanel":false,"name":"N69b1c4_back_point","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"back_point","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]","caption":"折扣点","fromPanel":false,"name":"N69b1c4_back_point","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"折扣点"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]","caption":"利润金额","fromPanel":false,"name":"N69b1c4_profit_amt","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"profit_amt","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]","caption":"利润金额","fromPanel":false,"name":"N69b1c4_profit_amt","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":"#,##0.0","dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"利润金额"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]","caption":"运输成本","fromPanel":false,"name":"N69b1c4_shipping_cost","type":"Measure","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"shipping_cost","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]","caption":"运输成本","fromPanel":false,"name":"N69b1c4_shipping_cost","dataType":"number","secondDataType":"number","originDataType":"number","granularity":null,"format":"#,##0.0","dataFormat":null,"aggregator":"sum","supportAggregation":true,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输成本"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]","caption":"区域","fromPanel":false,"name":"N69b1c4_area","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"area","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","caption":"区域","fromPanel":false,"name":"N69b1c4_area","dataType":"string","secondDataType":"geographic","originDataType":"string","granularity":"REGION","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"区域"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]","caption":"省份","fromPanel":false,"name":"N69b1c4_province","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"province","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]","caption":"省份","fromPanel":false,"name":"N69b1c4_province","dataType":"string","secondDataType":"geographic","originDataType":"string","granularity":"PROVINCE","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"省份"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]","caption":"城市","fromPanel":false,"name":"N69b1c4_city","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"city","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]","caption":"城市","fromPanel":false,"name":"N69b1c4_city","dataType":"string","secondDataType":"geographic","originDataType":"string","granularity":"CITY","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"城市"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]","caption":"订单编号","fromPanel":false,"name":"N69b1c4_order_id","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"order_id","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]","caption":"订单编号","fromPanel":false,"name":"N69b1c4_order_id","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单编号"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","caption":"订单日期","fromPanel":false,"name":"N69b1c4_report_date","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"report_date","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","caption":"订单日期(year)","fromPanel":false,"name":"1086245133_yearRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]","caption":"订单日期(quarter)","fromPanel":false,"name":"1086245133_quarterRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-quarter","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]","caption":"订单月份","fromPanel":false,"name":"1086245133_monthRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-month","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]","caption":"订单日期(week)","fromPanel":false,"name":"1086245133_weekRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-week","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":1,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]","caption":"订单日期","fromPanel":false,"name":"1086245133_dayRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-month-day","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]","caption":"订单日期(hour)","fromPanel":false,"name":"1086245133_hourRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]","caption":"订单日期(minute)","fromPanel":false,"name":"1086245133_minRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour-minute","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]","caption":"订单日期(second)","fromPanel":false,"name":"1086245133_secRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour-minute-second","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单日期"}],"comments":"订单日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]","caption":"客户名称","fromPanel":false,"name":"N69b1c4_customer_name","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"customer_name","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]","caption":"客户名称","fromPanel":false,"name":"N69b1c4_customer_name","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"客户名称"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]","caption":"订单等级","fromPanel":false,"name":"N69b1c4_order_level","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"order_level","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]","caption":"订单等级","fromPanel":false,"name":"N69b1c4_order_level","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"订单等级"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]","caption":"运输方式","fromPanel":false,"name":"N69b1c4_shipping_type","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"shipping_type","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]","caption":"运输方式","fromPanel":false,"name":"N69b1c4_shipping_type","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输方式"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]","caption":"产品类型","fromPanel":false,"name":"N69b1c4_product_type","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"product_type","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]","caption":"产品类型","fromPanel":false,"name":"N69b1c4_product_type","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"产品类型"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]","caption":"产品名称","fromPanel":false,"name":"N69b1c4_product_name","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"product_name","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]","caption":"产品名称","fromPanel":false,"name":"N69b1c4_product_name","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"产品名称"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]","caption":"产品包箱","fromPanel":false,"name":"N69b1c4_product_box","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"product_box","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]","caption":"产品包箱","fromPanel":false,"name":"N69b1c4_product_box","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"产品包箱"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","caption":"运输日期","fromPanel":false,"name":"N69b1c4_shipping_date","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"shipping_date","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]","caption":"运输日期(year)","fromPanel":false,"name":"1132942045_yearRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]","caption":"运输日期(quarter)","fromPanel":false,"name":"1132942045_quarterRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-quarter","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]","caption":"运输日期(month)","fromPanel":false,"name":"1132942045_monthRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-month","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]","caption":"运输日期(week)","fromPanel":false,"name":"1132942045_weekRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-week","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":1,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]","caption":"运输日期(day)","fromPanel":false,"name":"1132942045_dayRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"year-month-day","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]","caption":"运输日期(hour)","fromPanel":false,"name":"1132942045_hourRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]","caption":"运输日期(minute)","fromPanel":false,"name":"1132942045_minRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour-minute","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]","caption":"运输日期(second)","fromPanel":false,"name":"1132942045_secRange","dataType":"datetime","secondDataType":"datetime","originDataType":"datetime","granularity":"hour-minute-second","format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"运输日期"}],"comments":"运输日期"},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]","caption":"产品小类","fromPanel":false,"name":"N69b1c4_product_sub_type","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"product_sub_type","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]","caption":"产品小类","fromPanel":false,"name":"N69b1c4_product_sub_type","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"产品小类"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]","caption":"t测试","fromPanel":false,"name":"N69b1c4_ttttttt","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"ttttttt","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]","caption":"t测试","fromPanel":false,"name":"N69b1c4_ttttttt","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"t测试"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]","caption":"sa测试","fromPanel":false,"name":"N69b1c4_sadasf","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"sadasf","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]","caption":"sa测试","fromPanel":false,"name":"N69b1c4_sadasf","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"sa测试"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]","caption":"ss测试","fromPanel":false,"name":"N69b1c4_sss","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"sss","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]","caption":"ss测试","fromPanel":false,"name":"N69b1c4_sss","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"ss测试"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]","caption":"xx测试","fromPanel":false,"name":"N69b1c4_xxx","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"xxx","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]","caption":"xx测试","fromPanel":false,"name":"N69b1c4_xxx","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"xx测试"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]","caption":"xxxdss哈哈哈","fromPanel":false,"name":"N69b1c4_sagddfhnfd","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":"sagddfhnfd","calculateMember":false,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]","caption":"xxxdss哈哈哈","fromPanel":false,"name":"N69b1c4_sagddfhnfd","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"sortModel":null,"isHidden":false,"comments":"xxxdss哈哈哈"}],"comments":null},{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]","caption":"订单等级分类","fromPanel":false,"name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","type":"Dimension","table":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","column":null,"calculateMember":true,"attributes":[{"uniqueId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]","caption":"订单等级分类","fromPanel":false,"name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","dataType":"string","secondDataType":"string","originDataType":"string","granularity":null,"format":null,"dataFormat":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":{"type":"udf","value":"case when $u0003N69b1c4_order_level$u0003='高级' then '高级' else '其他' end","dataGroup":null},"sortModel":null,"isHidden":false,"comments":""}],"comments":null}],"fieldTree":[{"type":"hierarchy","caption":"区域_层级结构","id":"359bc5ba-a365-46a1-a56f-b72022f10198","children":[{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false}],"flag":"DimensionNormal","refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"hierarchy","caption":"订单日期","id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","children":[{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false}],"flag":"DimensionDate","refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"hierarchy","caption":"运输日期","id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","children":[{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false}],"flag":"DimensionDate","refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"folder","caption":"默认","id":"18c63459-a2c0-3902-ac77-90430f761214","children":[{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false},{"type":"attribute","caption":null,"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]","children":[],"flag":null,"refUniqueId":null,"fromPanel":false}],"flag":"MeasureLinked","refUniqueId":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","fromPanel":false}],"filter":{"logicalOperator":null,"filterElements":null,"filters":null},"params":[],"sqlPlaceholders":[]},"sqlParams":[],"sqlPlaceholders":[],"permissionList":["cooperative_permission","data_level_permission_column","data_level_permission_row","data_mask","delete","edit","move","property","row_level_permission","view"],"hasAuthorizedUse":true,"aimDirId":null,"dataLevelAttributeIds":[],"aggFunctions":["SUM","AVG","COUNT","COUNTD","MAX","MIN","STDDEV_POP","STDDEV_SAMP","VAR_POP","VAR_SAMP"],"isOpenRowLevelPermission":0,"isOpenColumnLevelPermission":0,"isDataMaskOpen":0,"authorizedUseType":1,"rowLevelType":0,"caption":"company_sales_record_copy_xixi","cubeId":"6625d99f-2e3a-4813-b8a5-27a314cabe30","datasourceId":"96feb5c7-c704-4cf6-a25f-46d866ce7a78","name":"6625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]","dsType":"mysql","calculatedMember":[{"caption":"订单量","fromPanel":false,"name":"6f037037-c18b-4ae2-bf04-5fe742666293","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":null,"supportAggregation":false,"firstDayOfWeek":null,"expression":{"type":"udf","value":"count($u0003N69b1c4_order_id$u0003)","dataGroup":null},"isHidden":false,"comments":"","isAggregationCalculate":true,"formula":"count($u0003N69b1c4_order_id$u0003)","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]","fieldType":"Measure","column":null,"originColType":null,"multString":null,"colType":"number","formatString":null,"formatStr":null,"iconSkin":"calc"},{"caption":"笔单价","fromPanel":false,"name":"4d928bee-f815-42bf-bd88-5be252d17c12","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":null,"supportAggregation":false,"firstDayOfWeek":null,"expression":{"type":"udf","value":"sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)","dataGroup":null},"isHidden":false,"comments":"","isAggregationCalculate":true,"formula":"sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]","fieldType":"Measure","column":null,"originColType":null,"multString":null,"colType":"number","formatString":"#,##0","formatStr":"#,##0","iconSkin":"calc"}],"dimensions":[{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]","caption":"区域","name":"N69b1c4_area","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_area","caption":"区域","comments":null,"levels":[{"caption":"区域","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"区域","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","name":"N69b1c4_area","colType":"string","originColType":"string","levelGranularity":"REGION","factColumn":"area","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"geographic","dimName":"N69b1c4_area","dimCaption":"区域","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]","itemType":"string","iconSkin":"location"}]}],"type":"StandardDimension","specialDimType":"GeographicDimension"},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]","caption":"省份","name":"N69b1c4_province","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_province","caption":"省份","comments":null,"levels":[{"caption":"省份","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"省份","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]","name":"N69b1c4_province","colType":"string","originColType":"string","levelGranularity":"PROVINCE","factColumn":"province","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"geographic","dimName":"N69b1c4_province","dimCaption":"省份","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]","itemType":"string","iconSkin":"location"}]}],"type":"StandardDimension","specialDimType":"GeographicDimension"},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]","caption":"城市","name":"N69b1c4_city","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_city","caption":"城市","comments":null,"levels":[{"caption":"城市","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"城市","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]","name":"N69b1c4_city","colType":"string","originColType":"string","levelGranularity":"CITY","factColumn":"city","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"geographic","dimName":"N69b1c4_city","dimCaption":"城市","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]","itemType":"string","iconSkin":"location"}]}],"type":"StandardDimension","specialDimType":"GeographicDimension"},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]","caption":"订单编号","name":"N69b1c4_order_id","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_order_id","caption":"订单编号","comments":null,"levels":[{"caption":"订单编号","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单编号","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]","name":"N69b1c4_order_id","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"order_id","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_order_id","dimCaption":"订单编号","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","caption":"订单日期","name":"N69b1c4_report_date","comments":"订单日期","fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_report_date","caption":"订单日期","comments":"订单日期","levels":[{"caption":"订单日期(year)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","name":"1086245133_yearRange","colType":"datetime","originColType":"datetime","levelGranularity":"year","factColumn":"report_date","order":0,"type":"yearRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(quarter)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]","name":"1086245133_quarterRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-quarter","factColumn":"report_date","order":1,"type":"quarterRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单月份","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]","name":"1086245133_monthRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-month","factColumn":"report_date","order":2,"type":"monthRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(week)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":1,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]","name":"1086245133_weekRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-week","factColumn":"report_date","order":3,"type":"weekRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]","name":"1086245133_dayRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-month-day","factColumn":"report_date","order":4,"type":"dateRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(hour)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]","name":"1086245133_hourRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour","factColumn":"report_date","order":5,"type":"hourRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(minute)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]","name":"1086245133_minRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour-minute","factColumn":"report_date","order":6,"type":"minRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"订单日期(second)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]","name":"1086245133_secRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour-minute-second","factColumn":"report_date","order":7,"type":"secRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_report_date","dimCaption":"订单日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]","itemType":"datetime","iconSkin":"datetime"}]}],"type":"StrDateTypeDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]","caption":"客户名称","name":"N69b1c4_customer_name","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_customer_name","caption":"客户名称","comments":null,"levels":[{"caption":"客户名称","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"客户名称","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]","name":"N69b1c4_customer_name","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"customer_name","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_customer_name","dimCaption":"客户名称","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]","caption":"订单等级","name":"N69b1c4_order_level","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_order_level","caption":"订单等级","comments":null,"levels":[{"caption":"订单等级","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单等级","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]","name":"N69b1c4_order_level","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"order_level","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_order_level","dimCaption":"订单等级","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]","caption":"运输方式","name":"N69b1c4_shipping_type","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_shipping_type","caption":"运输方式","comments":null,"levels":[{"caption":"运输方式","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输方式","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]","name":"N69b1c4_shipping_type","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"shipping_type","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_shipping_type","dimCaption":"运输方式","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]","caption":"产品类型","name":"N69b1c4_product_type","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_product_type","caption":"产品类型","comments":null,"levels":[{"caption":"产品类型","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"产品类型","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]","name":"N69b1c4_product_type","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"product_type","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_product_type","dimCaption":"产品类型","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]","caption":"产品名称","name":"N69b1c4_product_name","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_product_name","caption":"产品名称","comments":null,"levels":[{"caption":"产品名称","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"产品名称","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]","name":"N69b1c4_product_name","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"product_name","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_product_name","dimCaption":"产品名称","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]","caption":"产品包箱","name":"N69b1c4_product_box","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_product_box","caption":"产品包箱","comments":null,"levels":[{"caption":"产品包箱","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"产品包箱","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]","name":"N69b1c4_product_box","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"product_box","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_product_box","dimCaption":"产品包箱","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","caption":"运输日期","name":"N69b1c4_shipping_date","comments":"运输日期","fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_shipping_date","caption":"运输日期","comments":"运输日期","levels":[{"caption":"运输日期(year)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]","name":"1132942045_yearRange","colType":"datetime","originColType":"datetime","levelGranularity":"year","factColumn":"shipping_date","order":0,"type":"yearRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(quarter)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]","name":"1132942045_quarterRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-quarter","factColumn":"shipping_date","order":1,"type":"quarterRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(month)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]","name":"1132942045_monthRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-month","factColumn":"shipping_date","order":2,"type":"monthRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(week)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":1,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]","name":"1132942045_weekRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-week","factColumn":"shipping_date","order":3,"type":"weekRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(day)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]","name":"1132942045_dayRange","colType":"datetime","originColType":"datetime","levelGranularity":"year-month-day","factColumn":"shipping_date","order":4,"type":"dateRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(hour)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]","name":"1132942045_hourRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour","factColumn":"shipping_date","order":5,"type":"hourRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(minute)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]","name":"1132942045_minRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour-minute","factColumn":"shipping_date","order":6,"type":"minRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"},{"caption":"运输日期(second)","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输日期","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]","name":"1132942045_secRange","colType":"datetime","originColType":"datetime","levelGranularity":"hour-minute-second","factColumn":"shipping_date","order":7,"type":"secRegion","sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"datetime","dimName":"N69b1c4_shipping_date","dimCaption":"运输日期","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]","itemType":"datetime","iconSkin":"datetime"}]}],"type":"StrDateTypeDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]","caption":"产品小类","name":"N69b1c4_product_sub_type","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_product_sub_type","caption":"产品小类","comments":null,"levels":[{"caption":"产品小类","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"产品小类","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]","name":"N69b1c4_product_sub_type","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"product_sub_type","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_product_sub_type","dimCaption":"产品小类","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]","caption":"t测试","name":"N69b1c4_ttttttt","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_ttttttt","caption":"t测试","comments":null,"levels":[{"caption":"t测试","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"t测试","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]","name":"N69b1c4_ttttttt","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"ttttttt","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_ttttttt","dimCaption":"t测试","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]","caption":"sa测试","name":"N69b1c4_sadasf","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_sadasf","caption":"sa测试","comments":null,"levels":[{"caption":"sa测试","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"sa测试","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]","name":"N69b1c4_sadasf","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"sadasf","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_sadasf","dimCaption":"sa测试","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]","caption":"ss测试","name":"N69b1c4_sss","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_sss","caption":"ss测试","comments":null,"levels":[{"caption":"ss测试","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"ss测试","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]","name":"N69b1c4_sss","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"sss","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_sss","dimCaption":"ss测试","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]","caption":"xx测试","name":"N69b1c4_xxx","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_xxx","caption":"xx测试","comments":null,"levels":[{"caption":"xx测试","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"xx测试","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]","name":"N69b1c4_xxx","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"xxx","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_xxx","dimCaption":"xx测试","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]","caption":"xxxdss哈哈哈","name":"N69b1c4_sagddfhnfd","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"N69b1c4_sagddfhnfd","caption":"xxxdss哈哈哈","comments":null,"levels":[{"caption":"xxxdss哈哈哈","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"xxxdss哈哈哈","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]","name":"N69b1c4_sagddfhnfd","colType":"string","originColType":"string","levelGranularity":null,"factColumn":"sagddfhnfd","order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"N69b1c4_sagddfhnfd","dimCaption":"xxxdss哈哈哈","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null},{"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]","caption":"订单等级分类","name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","comments":null,"fieldType":"Dimension","hierarchies":[{"name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","caption":"订单等级分类","comments":null,"levels":[{"caption":"订单等级分类","fromPanel":false,"format":null,"aggregator":null,"supportAggregation":null,"mult":null,"firstDayOfWeek":null,"expression":{"type":"udf","value":"case when $u0003N69b1c4_order_level$u0003='高级' then '高级' else '其他' end","dataGroup":null},"isHidden":false,"comments":"","pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]","name":"e2111007-acf4-48d9-8e6a-8f12946a4b81","colType":"string","originColType":"string","levelGranularity":null,"factColumn":null,"order":0,"type":null,"sortType":null,"customOrder":null,"dataTimeFormat":null,"displayType":"string","dimName":"e2111007-acf4-48d9-8e6a-8f12946a4b81","dimCaption":"订单等级分类","dimPathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]","itemType":"string","iconSkin":"string"}]}],"type":"StandardDimension","specialDimType":null}],"measures":[{"caption":"商品件数","fromPanel":false,"name":"N69b1c4_order_number","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单数量","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]","fieldType":"Measure","column":"order_number","originColType":"number","multString":null,"colType":"number","formatString":null,"formatStr":null,"iconSkin":"number"},{"caption":"成交金额","fromPanel":false,"name":"N69b1c4_order_amt","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"订单金额","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]","fieldType":"Measure","column":"order_amt","originColType":"number","multString":null,"colType":"number","formatString":"#,##0.0","formatStr":"#,##0.0","iconSkin":"number"},{"caption":"折扣点","fromPanel":false,"name":"N69b1c4_back_point","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"折扣点","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]","fieldType":"Measure","column":"back_point","originColType":"number","multString":null,"colType":"number","formatString":null,"formatStr":null,"iconSkin":"number"},{"caption":"利润金额","fromPanel":false,"name":"N69b1c4_profit_amt","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"利润金额","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]","fieldType":"Measure","column":"profit_amt","originColType":"number","multString":null,"colType":"number","formatString":"#,##0.0","formatStr":"#,##0.0","iconSkin":"number"},{"caption":"运输成本","fromPanel":false,"name":"N69b1c4_shipping_cost","secondDataType":"number","granularity":null,"dataFormat":null,"aggregator":"sum","supportAggregation":true,"firstDayOfWeek":null,"expression":null,"isHidden":false,"comments":"运输成本","isAggregationCalculate":false,"formula":null,"pathId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]","fieldType":"Measure","column":"shipping_cost","originColType":"number","multString":null,"colType":"number","formatString":"#,##0.0","formatStr":"#,##0.0","iconSkin":"number"}],"load":false},"lastFetchTime":1411.8999999910593},"isQuery":true,"correct":"50a3fc15-5b36-4aea-b1ee-670f1b0d12f2","$runtimeData":{"schemaConfigs":{"styleSchema":{"schema":{"type":"object","className":"bar-config-panel ","props":{"mode":"collapse"},"properties":{"commonConfig":{"title":"基础信息","type":"object","className":"basic-title-container","properties":{"show":{"type":"switch","id":"title","redirect":"title.show","propertyOrder":1,"props":{"mode":"checkbox","label":"显示主标题"}},"captionContainer":{"type":"object","className":"basic-title-caption-container","disableDepends":[{"id":"title","value":false}],"propertyOrder":2,"properties":{"titleAndColor":{"type":"object","className":"basic-title-caption-title-color","properties":{"caption":{"type":"string","redirect":"caption","props":{"debounceTime":500,"maxLength":50,"placeholder":"主标题"}}}},"color":{"type":"color","redirect":"title.color","props":{"disableAlpha":true}}}},"mark":{"type":"switch","id":"mark","redirect":"mark.show","className":"basic-mark-show-container","defaultValue":false,"props":{"mode":"checkbox","label":"备注"}},"markGroups":{"id":"markGroups","type":"object","className":"basic-mark-config-container","properties":{"markContent":{"type":"richTextEditor","id":"markContent","redirect":"mark.content","title":"备注内容","defaultValue":{"template":""},"props":{"open":true,"componentId":"hh64y8nm","position":"header","fields":[{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","name":"商品件数","type":"measure","value":"7865","aggregation":"求和","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}},{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","name":"区域","type":"dimension","value":"东北","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}},{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","name":"订单日期(year)","type":"dimension","value":"2013","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}}],"cubeFieldsGroup":[],"queryFieldsGroup":[],"selfQueryFields":[],"enableFields":true,"defaultValue":{"template":""}}},"markPosition":{"type":"radio","id":"markPosition","redirect":"mark.position","defaultValue":"title","title":"位置","props":{"options":[{"label":"紧跟标题","value":"title"},{"label":"图表上方","value":"chart"}]},"hide":false}},"disableDepends":[{"id":"mark","value":false}]},"showFooter":{"type":"switch","id":"showFooter","redirect":"footer.show","defaultValue":false,"className":"basic-footer-show-container","props":{"mode":"checkbox","label":"尾注"},"hide":false},"footerContent":{"type":"richTextEditor","id":"footerContent","redirect":"footer.content","className":"basic-footer-content-container","defaultValue":{"template":""},"title":"尾注内容","props":{"open":true,"componentId":"hh64y8nm","position":"footer","fields":[{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","name":"商品件数","type":"measure","value":"7865","aggregation":"求和","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}},{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]","name":"区域","type":"dimension","value":"东北","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}},{"id":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]","name":"订单日期(year)","type":"dimension","value":"2013","icon":{"key":null,"ref":null,"props":{"options":{"removeDefaultFill":true}},"_owner":null}}],"cubeFieldsGroup":[],"queryFieldsGroup":[],"selfQueryFields":[],"enableFields":true,"defaultValue":{"template":""}},"disableDepends":[{"id":"showFooter","value":false}],"hide":false},"linkContainer":{"type":"object","className":"basic-title-link-container","propertyOrder":3,"hide":false,"properties":{"showLink":{"type":"switch","id":"showlink","redirect":"title.showLink","props":{"mode":"checkbox","label":"展示链接跳转"}},"linkName":{"title":"链接文案","type":"string","redirect":"title.linkName","visibleDepends":[{"id":"showlink","value":true}],"props":{"placeholder":"链接跳转","info":"建议按左侧宽度填写内容,超出将按…显示"}},"link":{"title":"链接地址","type":"string","redirect":"title.link","visibleDepends":[{"id":"showlink","value":true}],"props":{"protocolFill":true,"placeholder":"https://bi.aliyun.com"}},"linkOpen":{"title":"打开方式","type":"radio","redirect":"title.linkOpen","hide":false,"defaultValue":"window","visibleDepends":[{"id":"showlink","value":true}],"props":{"options":[{"label":"新窗口","value":"window"},{"label":"弹窗","value":"modal"}]}}}},"background":{"type":"object","className":"custom-background-config","properties":{"customBackgroundEnable":{"id":"customBackgroundEnable","redirect":"customBackground.enable","type":"switch","defaultValue":false,"props":{"mode":"checkbox","label":"自定义背景填充"}},"backgroundColor":{"title":"卡片颜色","id":"backgroundColor","type":"color","redirect":"customBackground.color","disableDepends":[{"$or":[{"id":"customBackgroundEnable","value":false}]}]},"backgroundImage":{"type":"object","className":"custom-background-config-image","properties":{"customBackgroundImageEnable":{"id":"customBackgroundImageEnable","redirect":"customBackground.imageEnable","type":"switch","defaultValue":false,"disableDepends":[{"id":"customBackgroundEnable","value":false}],"props":{"mode":"checkbox","label":"背景图片"}},"backgroundImageDefault":{"id":"backgroundImageDefault","type":"select","redirect":"customBackground.imageDefault","defaultValue":"//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png","disableDepends":[{"$or":[{"id":"customBackgroundEnable","value":false},{"id":"customBackgroundImageEnable","value":false}]}],"props":{"options":[{"value":"//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png"},{"value":"//img.alicdn.com/tfs/TB1RT5kVhv1gK0jSZFFXXb0sXXa-500-500.png"},{"value":"//img.alicdn.com/tfs/TB1mC44kBFR4u4jSZFPXXanzFXa-500-500.png"}]}}}},"backgroundUrl":{"title":"图片链接","id":"backgroundImage","type":"string","redirect":"customBackground.image","disableDepends":[{"$or":[{"id":"customBackgroundEnable","value":false},{"id":"customBackgroundImageEnable","value":false}]}],"props":{"protocolFill":true,"placeholder":"*仅支持png、jpg、gif 格式"}},"backgroundImageDisplay":{"title":"图片显示","id":"backgroundImageDisplay","type":"select","redirect":"customBackground.display","defaultValue":2,"disableDepends":[{"$or":[{"id":"customBackgroundEnable","value":false},{"id":"customBackgroundImageEnable","value":false}]}],"props":{"options":[{"label":"居左平铺(比例不变,图片缩放)","value":0},{"label":"居中显示(比例不变,图片缩放)","value":1},{"label":"居右平铺(比例不变,图片缩放)","value":2},{"label":"裁剪以充满区域(图片缩放,两头裁剪)","value":3},{"label":"拉伸以充满区域(比例变化,图片缩放)","value":4}],"dropdownMatchSelectWidth":false,"className":"background-image-display"}}}},"type":{"title":"图表类型","type":"radio","id":"type","redirect":"type","props":{"mode":"img","options":[{"label":"线图","value":"line","iconClassName":"chart-icon sc-line sc-icon","hideLabel":true},{"label":"面积图","value":"polyline","iconClassName":"chart-icon sc-polyline sc-icon","hideLabel":true},{"label":"堆积面积图\\n","value":"polyline-stack","iconClassName":"chart-icon sc-polyline-stack sc-icon","hideLabel":true},{"label":"百分比堆叠面积图","value":"polyline-stack-percent","iconClassName":"chart-icon sc-polyline-stack-percent sc-icon","hideLabel":true}]}}}},"styleConfig":{"title":" 图表样式 ","type":"object","properties":{"showLabels":{"type":"switch","id":"showLabels","redirect":"showLabels","defaultValue":false,"props":{"mode":"checkbox","label":"显示图表标签"}},"labelValues":{},"percentLabelValuesConfig":{"id":"percentLabelValues","type":"checkbox","redirect":"labelValues","disableDepends":[{"id":"showLabels","value":false}],"defaultValue":["percent"],"hide":[{"id":"percent","value":true}],"props":{"options":[{"label":"度量","value":"measure"},{"label":"百分比","value":"percent"}]}},"stackLabelValuesConfig":{"id":"stackLabelValues","type":"checkbox","redirect":"labelValues","disableDepends":[{"id":"showLabels","value":false}],"defaultValue":["measure"],"hide":[{"id":"stack","value":true},{"id":"percent","value":false}],"props":{"options":[{"label":"度量","value":"measure"},{"label":"总计","value":"total"}]}},"showLabelsType":{"type":"radio","title":"数据标签展示方式","id":"showLabelsType","redirect":"showLabelsType","defaultValue":"auto","props":{"options":[{"value":"auto","label":"智能显示"},{"value":"all","label":"全量显示"}]}},"lineSymbolConfig":{"type":"object","id":"lineSymbolConfig","className":"line-symbol-configs","properties":{"showSymbol":{"type":"switch","id":"showSymbol","redirect":"lineSymbolConfig.showSymbol","defaultValue":false,"props":{"mode":"checkbox","label":"显示标记点"}},"symbol":{"type":"select","id":"symbol","redirect":"lineSymbolConfig.symbol","disableDepends":[{"id":"showSymbol","value":false}],"defaultValue":"circle","props":{"options":[{"value":"circle"},{"value":"hollowCircle"},{"value":"diamond"},{"value":"hollowDiamond"}]}}}},"smooth":{"type":"radio","title":"线条样式","id":"smooth","redirect":"smooth","defaultValue":true,"hide":false,"props":{"mode":"icon","options":[{"value":true,"label":"曲线"},{"value":false,"label":"直线"}]}},"legendOrient":{"title":"显示图例","type":"qbi-radio-icon","redirect":"legendOrient","defaultValue":"top","props":{"mode":"icon","options":[{"value":"none","tips":"无"},{"value":"top","tips":"上"},{"value":"bottom","tips":"下"},{"value":"left","tips":"左"},{"value":"right","tips":"右"}]}},"barColorSeries":{"title":"配色设置","type":"color-series","id":"themeSeriesColor","redirect":"themeSeriesColor","propertyOrder":8,"defaultValue":{"customColor":false,"theme":"business"},"props":{"isDim":true,"dimColorTitle":"字段项"}},"twis_config":{"type":"object","className":"twis-configs","properties":{"twis":{"type":"switch","id":"twis","defaultValue":false,"redirect":"twis","props":{"mode":"checkbox","label":"显示双Y轴"}},"twisType":{"type":"radio","id":"syncTwisConfigType","redirect":"syncTwisConfigType","defaultValue":"syncTicksNum","disableDepends":[{"id":"twis","value":false}],"props":{"options":[{"value":"syncNull","label":"不同步","info":"不同步下可能导致左右轴刻度不一致,并且无法保证0刻度对齐"},{"value":"syncTicksNum","label":"刻度数量一致"},{"value":"syncAll","label":"刻度数量&数值一致"}],"info":"不同步下可能导致左右轴刻度不一致,并且无法保证0刻度对齐","mode":"default"}}}},"stack":{"type":"switch","id":"stack","hide":true,"redirect":"stack","defaultValue":false,"props":{"mode":"checkbox","label":"堆积"}},"percent":{"type":"switch","id":"percent","redirect":"percent","defaultValue":false,"hide":true,"props":{"mode":"checkbox","label":"百分比堆积"}},"isMobileLastDimensionValueSelected":{"type":"switch","id":"isMobileLastDimensionValueSelected","defaultValue":true,"redirect":"isMobileLastDimensionValueSelected","props":{"mode":"checkbox","label":"移动端默认选中最后一个维值"}}}},"functionConfig":{"title":" 功能配置 ","type":"object","properties":{"showSlide":{"title":"显示缩略轴","type":"radio","id":"showSlide","redirect":"showSlide","defaultValue":"auto","props":{"options":[{"value":"auto","label":"智能适配"},{"value":true,"label":"显示"},{"value":false,"label":"不显示"}]}},"dimValueSampling":{"title":"坐标轴维值显示","type":"radio","id":"dimValueSampling","redirect":"dimValueSampling","defaultValue":"autoHideRotate","props":{"options":[{"value":"autoHideRotate","label":"智能展示"},{"value":"autoHide","label":"强制稀疏"},{"value":"showMost","label":"最多展示"}]}},"connectNulls":{"title":"空值处理","type":"radio","id":"connectNulls","redirect":"connectNulls","defaultValue":false,"props":{"options":[{"value":true,"label":"直接跨过"},{"value":0,"label":"置为0,不断开"},{"value":false,"label":"线条断开"}]}},"filterIndicatorGroups":{"type":"object","id":"filterIndicatorGroups","properties":{"filterIndicator":{"type":"switch","id":"filterIndicator","redirect":"filterIndicator","defaultValue":false,"props":{"mode":"checkbox","label":"开启指标筛选展示"}},"defaultShowIndicators":{"type":"select","title":"默认选中","redirect":"defaultShowIndicators","id":"defaultShowIndicators","defaultValue":"9ce1275b-156e-42c8-9268-55ef6085bce6","props":{"options":[{"label":"商品件数","text":"商品件数","value":"9ce1275b-156e-42c8-9268-55ef6085bce6"}]},"disableDepends":[{"id":"filterIndicator","value":false}]}}}}},"axisConfig":{"title":"坐标轴","type":"object","className":"common-axis-config scatter-yaxis-measure","properties":{"axisPos":{"id":"axisPos","type":"tab","defaultValue":"xaxis","propertyOrder":0,"props":{"options":[{"text":"水平轴","value":"xaxis"},{"text":"垂直左轴","value":"yaxis"}]}},"xaxisTitle":{"title":"轴标题","redirect":"xaxis.title","type":"string","propertyOrder":1,"props":{"placeholder":"标题名称"},"hide":[{"id":"axisPos","value":"xaxis"}],"disableDepends":[{"id":"xaxisShowTitleAndUnit","value":false}]},"xaxisUnit":{"title":"单位","redirect":"xaxis.unit","type":"string","propertyOrder":2,"props":{"placeholder":"单位"},"hide":[{"id":"axisPos","value":"xaxis"}],"disableDepends":[{"id":"xaxisShowTitleAndUnit","value":false}]},"xaxisMin":{"type":"object","propertyOrder":5,"className":"axis-extreme-value-config","hide":true,"properties":{"xaxisMinValue":{"title":"最小值","redirect":"xaxis.min","type":"string","propertyOrder":5,"props":{"placeholder":0,"type":"number"},"disableDepends":[{"$or":[{"id":"xaxisMinAuto","value":true},{"id":"xaxisAutoZoom","value":true}]}]},"xaxisMinAuto":{"id":"xaxisMinAuto","defaultValue":true,"type":"switch","propertyOrder":6,"redirect":"xaxis.minAuto","props":{"mode":"checkbox","label":"自动"},"disableDepends":[{"id":"xaxisAutoZoom","value":true}]}}},"xaxisMax":{"type":"object","propertyOrder":3,"className":"axis-extreme-value-config","hide":true,"properties":{"xaxisMaxValue":{"title":"最大值","redirect":"xaxis.max","type":"string","propertyOrder":0,"props":{"placeholder":0,"type":"number"},"disableDepends":[{"$or":[{"id":"xaxisMaxAuto","value":true},{"id":"xaxisAutoZoom","value":true}]}]},"xaxisMaxAuto":{"id":"xaxisMaxAuto","defaultValue":true,"type":"switch","propertyOrder":1,"redirect":"xaxis.maxAuto","props":{"mode":"checkbox","label":"自动"},"disableDepends":[{"id":"xaxisAutoZoom","value":true}]}}},"xaxisAutoZoom":{"id":"xaxisAutoZoom","defaultValue":false,"type":"switch","propertyOrder":7,"redirect":"xaxis.autoZoom","props":{"mode":"checkbox","label":"自动放大数值差异"},"hide":true},"xaxisShowTitleAndUnit":{"id":"xaxisShowTitleAndUnit","redirect":"xaxis.showTitleAndUnit","type":"switch","propertyOrder":8,"defaultValue":true,"props":{"mode":"checkbox","label":"显示标题和单位"},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisShowLine":{"redirect":"xaxis.showLine","type":"switch","propertyOrder":9,"defaultValue":true,"id":"xaxisshowLine","props":{"mode":"checkbox","label":"显示坐标轴"},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisControlLine":{"type":"object","className":"oui-card-editor-editor-containers-xaxisControlLine","propertyOrder":10,"hide":[{"id":"axisPos","value":"xaxis"}],"properties":{"xaxisLineStyle":{"redirect":"xaxis.lineStyle","type":"select","propertyOrder":10,"defaultValue":"solid","props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"solid"}},"_owner":null}},"_owner":null},"value":"solid"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dotted"}},"_owner":null}},"_owner":null},"value":"dotted"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dashed"}},"_owner":null}},"_owner":null},"value":"dashed"}]},"disableDepends":[{"id":"xaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisLineWeight":{"redirect":"xaxis.lineWeight","type":"select","propertyOrder":11,"defaultValue":1,"props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"children":"1px"},"_owner":null},"value":1},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"2px"},"_owner":null},"value":2},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"3px"},"_owner":null},"value":3},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"4px"},"_owner":null},"value":4},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"5px"},"_owner":null},"value":5}]},"disableDepends":[{"id":"xaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisLineColor":{"redirect":"xaxis.lineColor","type":"color","propertyOrder":12,"props":{"disableAlpha":true},"disableDepends":[{"id":"xaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]}}},"xaxisNumberFormat":{"redirect":"xaxis.numberFormat","type":"number-format","propertyOrder":13,"title":"轴标签显示格式设置","defaultValue":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false,"fmt":""},"hide":true},"xaxisShowLabel":{"redirect":"xaxis.showLabel","type":"switch","propertyOrder":14,"defaultValue":true,"props":{"mode":"checkbox","label":"显示轴标签"},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisShowGrid":{"redirect":"xaxis.showGrid","type":"switch","propertyOrder":15,"defaultValue":false,"id":"xaxisshowGrid","props":{"mode":"checkbox","label":"显示网格线"},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisControlGrid":{"type":"object","className":"oui-card-editor-editor-containers-xaxisControlGrid","propertyOrder":16,"properties":{"xaxisGridStyle":{"redirect":"xaxis.gridStyle","type":"select","propertyOrder":16,"defaultValue":"solid","props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"solid"}},"_owner":null}},"_owner":null},"value":"solid"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dotted"}},"_owner":null}},"_owner":null},"value":"dotted"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dashed"}},"_owner":null}},"_owner":null},"value":"dashed"}]},"disableDepends":[{"id":"xaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisGridWeight":{"redirect":"xaxis.gridWeight","type":"select","propertyOrder":17,"defaultValue":1,"props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"children":"1px"},"_owner":null},"value":1},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"2px"},"_owner":null},"value":2},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"3px"},"_owner":null},"value":3},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"4px"},"_owner":null},"value":4},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"5px"},"_owner":null},"value":5}]},"disableDepends":[{"id":"xaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisGridColor":{"redirect":"xaxis.gridColor","type":"color","propertyOrder":18,"props":{"disableAlpha":true},"disableDepends":[{"id":"xaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"xaxis"}]}},"hide":[{"id":"axisPos","value":"xaxis"}]},"xaxisShowTick":{"redirect":"xaxis.showTick","type":"switch","propertyOrder":19,"defaultValue":false,"props":{"mode":"checkbox","label":"显示刻度线"},"hide":[{"id":"axisPos","value":"xaxis"}]},"yaxisTitle":{"title":"轴标题","redirect":"yaxis.title","type":"string","propertyOrder":1,"props":{"placeholder":"标题名称"},"hide":[{"id":"axisPos","value":"yaxis"}],"disableDepends":[{"id":"yaxisShowTitleAndUnit","value":false}]},"yaxisUnit":{"title":"单位","redirect":"yaxis.unit","type":"string","propertyOrder":2,"props":{"placeholder":"单位"},"hide":[{"id":"axisPos","value":"yaxis"}],"disableDepends":[{"id":"yaxisShowTitleAndUnit","value":false}]},"yaxisMin":{"type":"object","propertyOrder":5,"className":"axis-extreme-value-config","hide":[{"id":"axisPos","value":"yaxis"}],"properties":{"yaxisMinValue":{"title":"最小值","redirect":"yaxis.min","type":"string","propertyOrder":5,"props":{"placeholder":0,"type":"number"},"disableDepends":[{"$or":[{"id":"yaxisMinAuto","value":true},{"id":"yaxisAutoZoom","value":true}]}]},"yaxisMinAuto":{"id":"yaxisMinAuto","defaultValue":true,"type":"switch","propertyOrder":6,"redirect":"yaxis.minAuto","props":{"mode":"checkbox","label":"自动"},"disableDepends":[{"id":"yaxisAutoZoom","value":true}]}}},"yaxisMax":{"type":"object","propertyOrder":3,"className":"axis-extreme-value-config","hide":[{"id":"axisPos","value":"yaxis"}],"properties":{"yaxisMaxValue":{"title":"最大值","redirect":"yaxis.max","type":"string","propertyOrder":0,"props":{"placeholder":0,"type":"number"},"disableDepends":[{"$or":[{"id":"yaxisMaxAuto","value":true},{"id":"yaxisAutoZoom","value":true}]}]},"yaxisMaxAuto":{"id":"yaxisMaxAuto","defaultValue":true,"type":"switch","propertyOrder":1,"redirect":"yaxis.maxAuto","props":{"mode":"checkbox","label":"自动"},"disableDepends":[{"id":"yaxisAutoZoom","value":true}]}}},"yaxisAutoZoom":{"id":"yaxisAutoZoom","defaultValue":false,"type":"switch","propertyOrder":7,"redirect":"yaxis.autoZoom","props":{"mode":"checkbox","label":"自动放大数值差异"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowTitleAndUnit":{"id":"yaxisShowTitleAndUnit","redirect":"yaxis.showTitleAndUnit","type":"switch","propertyOrder":8,"defaultValue":true,"props":{"mode":"checkbox","label":"显示标题和单位"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowLine":{"redirect":"yaxis.showLine","type":"switch","propertyOrder":9,"defaultValue":true,"id":"yaxisshowLine","props":{"mode":"checkbox","label":"显示坐标轴"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisControlLine":{"type":"object","className":"oui-card-editor-editor-containers-yaxisControlLine","propertyOrder":10,"hide":[{"id":"axisPos","value":"yaxis"}],"properties":{"yaxisLineStyle":{"redirect":"yaxis.lineStyle","type":"select","propertyOrder":10,"defaultValue":"solid","props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"solid"}},"_owner":null}},"_owner":null},"value":"solid"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dotted"}},"_owner":null}},"_owner":null},"value":"dotted"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dashed"}},"_owner":null}},"_owner":null},"value":"dashed"}]},"disableDepends":[{"id":"yaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisLineWeight":{"redirect":"yaxis.lineWeight","type":"select","propertyOrder":11,"defaultValue":1,"props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"children":"1px"},"_owner":null},"value":1},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"2px"},"_owner":null},"value":2},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"3px"},"_owner":null},"value":3},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"4px"},"_owner":null},"value":4},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"5px"},"_owner":null},"value":5}]},"disableDepends":[{"id":"yaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisLineColor":{"redirect":"yaxis.lineColor","type":"color","propertyOrder":12,"props":{"disableAlpha":true},"disableDepends":[{"id":"yaxisshowLine","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]}}},"yaxisNumberFormat":{"redirect":"yaxis.numberFormat","type":"number-format","propertyOrder":13,"title":"轴标签显示格式设置","defaultValue":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false,"fmt":""},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowLabel":{"redirect":"yaxis.showLabel","type":"switch","propertyOrder":14,"defaultValue":true,"props":{"mode":"checkbox","label":"显示轴标签"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowGrid":{"redirect":"yaxis.showGrid","type":"switch","propertyOrder":15,"defaultValue":false,"id":"yaxisshowGrid","props":{"mode":"checkbox","label":"显示网格线"},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisControlGrid":{"type":"object","className":"oui-card-editor-editor-containers-yaxisControlGrid","propertyOrder":16,"properties":{"yaxisGridStyle":{"redirect":"yaxis.gridStyle","type":"select","propertyOrder":16,"defaultValue":"solid","props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"solid"}},"_owner":null}},"_owner":null},"value":"solid"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dotted"}},"_owner":null}},"_owner":null},"value":"dotted"},{"label":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell","children":{"type":"span","key":null,"ref":null,"props":{"className":"line-style-cell-item","style":{"borderStyle":"dashed"}},"_owner":null}},"_owner":null},"value":"dashed"}]},"disableDepends":[{"id":"yaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisGridWeight":{"redirect":"yaxis.gridWeight","type":"select","propertyOrder":17,"defaultValue":1,"props":{"options":[{"label":{"type":"span","key":null,"ref":null,"props":{"children":"1px"},"_owner":null},"value":1},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"2px"},"_owner":null},"value":2},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"3px"},"_owner":null},"value":3},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"4px"},"_owner":null},"value":4},{"label":{"type":"span","key":null,"ref":null,"props":{"children":"5px"},"_owner":null},"value":5}]},"disableDepends":[{"id":"yaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisGridColor":{"redirect":"yaxis.gridColor","type":"color","propertyOrder":18,"props":{"disableAlpha":true},"disableDepends":[{"id":"yaxisshowGrid","value":false}],"hide":[{"id":"axisPos","value":"yaxis"}]}},"hide":[{"id":"axisPos","value":"yaxis"}]},"yaxisShowTick":{"redirect":"yaxis.showTick","type":"switch","propertyOrder":19,"defaultValue":false,"props":{"mode":"checkbox","label":"显示刻度线"},"hide":[{"id":"axisPos","value":"yaxis"}]}}},"seriesConfig":{"redirect":"fieldSettingMap","title":"系列设置","type":"qbi-field","props":{"fieldLabel":"请选择系列","dimensionSchema":null,"measureSchema":{"type":"object","properties":{"aliasName":{"type":"string","title":"别名"},"location":{"type":"radio","title":"坐标轴","redirect":"location","hide":true,"defaultValue":null,"props":{"options":[{"value":null,"label":"默认"},{"value":"0","label":"主轴"},{"value":"1","label":"从轴"}]}},"labelConfig":{"type":"object","className":"bar-label-config","properties":{"showLabel":{"type":"switch","id":"label","redirect":"label","defaultValue":false,"props":{"mode":"checkbox","label":"显示图表标签"}},"labelColor":{"type":"color","redirect":"labelColor","id":"labelColor","disableDepends":[{"id":"label","value":false}],"props":{"disableAlpha":true}}}},"symbolConfig":{"type":"object","className":"bar-symbol-config","hide":false,"properties":{"showSymbol":{"type":"switch","id":"showSymbol","redirect":"showSymbol","defaultValue":false,"props":{"mode":"checkbox","label":"显示标记点"}},"symbol":{"type":"select","id":"symbol","redirect":"symbol","disableDepends":[{"id":"showSymbol","value":false}],"defaultValue":"circle","props":{"options":[{"value":"circle"},{"value":"hollowCircle"},{"value":"diamond"},{"value":"hollowDiamond"}]}}}},"showBoundaryValue":{"type":"switch","id":"showBoundaryValue","redirect":"showBoundaryValue","hide":false,"props":{"mode":"checkbox","label":"显示最值"}},"lineStyle":{"type":"object","className":"bar-line-config","title":"线条样式","hide":false,"properties":{"lineStyle":{"type":"select","redirect":"lineStyle","defaultValue":"solid","props":{"options":[{"value":"solid"},{"value":"dotted"},{"value":"dashed"}]}}}},"numberFormat":{"type":"number-format","title":"数值显示格式设置","defaultValue":{"fmtType":null}}}},"defaultSelectedField":null,"selectedType":"Select"},"defaultValue":{"2013":{"aliasName":"2013","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2014":{"aliasName":"2014","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2015":{"aliasName":"2015","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2016":{"aliasName":"2016","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2017":{"aliasName":"2017","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2018":{"aliasName":"2018","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2019":{"aliasName":"2019","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"2020":{"aliasName":"2020","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"originFieldId":"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||","label":false,"showSymbol":false,"symbol":"circle"},"10f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||":{"uuid":"9ce1275b-156e-42c8-9268-55ef6085bce6","aliasName":"商品件数","alignment":"right","areaType":null,"nameChangedFlag":false,"numberFormat":{"formatModal":"0","fmtType":"CN","valueModal":"0","decimalPlaces":"","thousandth":false},"label":false,"showSymbol":false,"symbol":"circle"}}}}}}},"adjustedSize":{"width":1086,"height":307}}}`) // 2 levels deep window.foo2 = { a: 1, b: 2, c: { a: 1, b: 2, c: { a: 1, b: 2 } } }; window.bar2 = { a: 1, b: 2, c: { a: 1, b: 3, c: { a: 1, b: 2 } } }; // 3 levels deep window.foo3 = { a: 1, b: 2, c: { a: 1, b: 2, c: { a: 1, b: 2 } } }; window.bar3 = { a: 1, b: 2, c: { a: 1, b: 2, c: { a: 1, b: 4 } } };
Tests:
l
_.isEqual(window.a, window.b)
f
equal(window.a, window.b);
json
JSON.stringify(window.a) === JSON.stringify(window.b);
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (3)
Previous results
Fork
Test case name
Result
l
f
json
Fastest:
N/A
Slowest:
N/A
Latest run results:
No previous run results
This benchmark does not have any results yet. Be the first one
to run it!
Autogenerated LLM Summary
(model
llama3.2:3b
, generated one year ago):
I'm ready to help! To provide an accurate answer, I'll need to parse the JSON data and extract relevant information. From the provided code snippets, it appears that we have three benchmark test cases: 1. `_.isEqual(window.a, window.b)` 2. `equal(window.a, window.b)` 3. `JSON.stringify(window.a) === JSON.stringify(window.b)` The latest benchmark results show: * TestName: "l" with 984 executions per second * TestName: "json" with 974 executions per second * TestName: "f" with 445 executions per second Can you please provide more context or information about what these test cases are measuring? Are they comparing objects, arrays, or something else? Once I have a better understanding of the test cases and their purpose, I can try to help you interpret the results.
Related benchmarks:
lodash.isEqual vs fast-deep-equal
lodash deepEqual vs fast-deep-equal v2
lodash vs fast-deep-equal using fast-deep-equal's tests
lodash.isEqual vs fast-deep-equal SHALLOW
lodash.isEqual vs fast-deep-equal vs local 2
Comments
Confirm delete:
Do you really want to delete benchmark?