{"ScriptPreparationCode":"\r\nfunction equal(a, b, options = {}) {\r\n if (a === b) return true;\r\n\r\n const mode = \u0027PlainObject\u0027\r\n\r\n if (a \u0026\u0026 b \u0026\u0026 typeof a === \u0027object\u0027 \u0026\u0026 typeof b === \u0027object\u0027) {\r\n // \u7EAF\u5BF9\u8C61\u6A21\u5F0F\u4E0B\uFF0C\u4E0D\u6BD4\u8F83\u6784\u9020\u51FD\u6570\r\n if (mode !== \u0027PlainObject\u0027 \u0026\u0026 a.constructor !== b.constructor) return false;\r\n\r\n let length;\r\n let i;\r\n if (Array.isArray(a)) {\r\n length = a.length;\r\n if (length !== b.length) return false;\r\n for (i = length; i-- !== 0; ) if (!equal(a[i], b[i], options)) return false;\r\n return true;\r\n }\r\n\r\n // ES6\u76F8\u5173\u5BF9\u8C61\u6BD4\u5BF9 - START\r\n if (a instanceof Map \u0026\u0026 b instanceof Map) {\r\n if (a.size !== b.size) return false;\r\n for (i of a.entries()) if (!b.has(i[0])) return false;\r\n for (i of a.entries()) if (!equal(i[1], b.get(i[0]), options)) return false;\r\n return true;\r\n }\r\n\r\n if (a instanceof Set \u0026\u0026 b instanceof Set) {\r\n if (a.size !== b.size) return false;\r\n for (i of a.entries()) if (!b.has(i[0])) return false;\r\n return true;\r\n }\r\n\r\n if (ArrayBuffer.isView(a) \u0026\u0026 ArrayBuffer.isView(b)) {\r\n length = (a).length;\r\n if (length !== (b).length) return false;\r\n for (i = length; i-- !== 0; ) if ((a)[i] !== (b)[i]) return false;\r\n return true;\r\n }\r\n // ES6\u76F8\u5173\u5BF9\u8C61\u6BD4\u5BF9 - END\r\n\r\n if (a.constructor === RegExp) return a.source === b.source \u0026\u0026 a.flags === b.flags;\r\n // \u7EAF\u5BF9\u8C61\u6A21\u5F0F\u4E0B\uFF0C\u4E0D\u5BF9\u6BD4valueOf/toString\r\n if (mode !== \u0027PlainObject\u0027) {\r\n if (a.valueOf !== Object.prototype.valueOf) return a.valueOf() === b.valueOf();\r\n if (a.toString !== Object.prototype.toString) return a.toString() === b.toString();\r\n }\r\n\r\n const keys = Object.keys(a);\r\n length = keys.length;\r\n if (length !== Object.keys(b).length) return false;\r\n\r\n for (i = length; i-- !== 0; ) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;\r\n\r\n for (i = length; i-- !== 0; ) {\r\n const key = keys[i];\r\n\r\n // react\u5BF9\u8C61\u6BD4\u5BF9 START\r\n // if (key === \u0027_owner\u0027 \u0026\u0026 a.$$typeof) {\r\n // // React-specific: avoid traversing React elements\u0027 _owner.\r\n // // _owner contains circular references\r\n // // and is not needed when comparing the actual elements (and not their owners)\r\n // continue;\r\n // }\r\n // react\u5BF9\u8C61\u6BD4\u5BF9 END\r\n\r\n if (!equal(a[key], b[key], options)) return false;\r\n }\r\n\r\n return true;\r\n }\r\n\r\n // true if both NaN, false otherwise\r\n // eslint-disable-next-line no-self-compare\r\n return a !== a \u0026\u0026 b !== b;\r\n}\r\n\r\n// 1 level deep\r\nwindow.foo1 = { a: 1, b: 2, c: { a: 1, b: 2, c: { a: 1, b: 2 } } };\r\nwindow.bar1 = { a: 1, b: 3, c: { a: 1, b: 2, c: { a: 1, b: 2 } } };\r\nwindow.a = JSON.parse(\u0060{\u0022relationChart\u0022:{},\u0022relation\u0022:{},\u0022attribute\u0022:{\u0022type\u0022:\u0022line\u0022,\u0022caption\u0022:\u0022\u7EBF\u56FE-company_sales_record_mysql_\u526F\u672C_\u6D4B\u8BD5\u0022,\u0022drillFocus\u0022:false,\u0022chartprop\u0022:{\u0022orient\u0022:\u0022\u0022,\u0022customTheme\u0022:\u0022default\u0022,\u0022customThemeEnable\u0022:false,\u0022group\u0022:false,\u0022groupBy\u0022:-1,\u0022twis\u0022:false,\u0022horizontal\u0022:false,\u0022stack\u0022:false,\u0022percent\u0022:false,\u0022value\u0022:true,\u0022title\u0022:true,\u0022category\u0022:true,\u0022area\u0022:false,\u0022smooth\u0022:true,\u0022minWidth\u0022:240,\u0022showSlide\u0022:\u0022auto\u0022,\u0022split\u0022:0,\u0022showLabels\u0022:false,\u0022showLabelsType\u0022:\u0022all\u0022,\u0022theme\u0022:\u0022default\u0022},\u0022legend\u0022:{\u0022orient\u0022:\u0022top\u0022,\u0022show\u0022:true},\u0022tooltip\u0022:{\u0022show\u0022:true},\u0022title\u0022:{\u0022show\u0022:true,\u0022color\u0022:\u0022\u0022,\u0022showLink\u0022:false,\u0022linkName\u0022:\u0022\u0022},\u0022basic\u0022:{\u0022isFmt\u0022:true,\u0022fmt\u0022:\u0022CN\u0022,\u0022bgType\u0022:\u00220\u0022,\u0022bgColor\u0022:\u0022#ffffff\u0022},\u0022xaxis\u0022:{\u0022showLine\u0022:true,\u0022showLabel\u0022:true,\u0022showTitleAndUnit\u0022:true,\u0022labelRotate\u0022:\u0022auto\u0022,\u0022fmt\u0022:\u0022CN\u0022,\u0022minAuto\u0022:true,\u0022maxAuto\u0022:true,\u0022autoZoom\u0022:false,\u0022lineStyle\u0022:\u0022solid\u0022,\u0022lineWeight\u0022:1,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false,\u0022fmt\u0022:\u0022\u0022},\u0022showGrid\u0022:false,\u0022gridStyle\u0022:\u0022solid\u0022,\u0022gridWeight\u0022:1,\u0022showTick\u0022:false},\u0022yaxis\u0022:{\u0022showLine\u0022:true,\u0022showLabel\u0022:true,\u0022showTitleAndUnit\u0022:true,\u0022labelRotate\u0022:\u0022auto\u0022,\u0022fmt\u0022:\u0022CN\u0022,\u0022minAuto\u0022:true,\u0022maxAuto\u0022:true,\u0022autoZoom\u0022:false,\u0022lineStyle\u0022:\u0022solid\u0022,\u0022lineWeight\u0022:1,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false,\u0022fmt\u0022:\u0022\u0022},\u0022showGrid\u0022:false,\u0022gridStyle\u0022:\u0022solid\u0022,\u0022gridWeight\u0022:1,\u0022showTick\u0022:false},\u0022y2axis\u0022:{\u0022showLine\u0022:true,\u0022showLabel\u0022:true,\u0022showTitleAndUnit\u0022:true,\u0022labelRotate\u0022:\u0022auto\u0022,\u0022fmt\u0022:\u0022CN\u0022},\u0022smooth\u0022:true,\u0022chartTheme\u0022:\u0022business\u0022,\u0022showLabels\u0022:false,\u0022labelValues\u0022:[\u0022measure\u0022],\u0022showLabelsType\u0022:\u0022auto\u0022,\u0022lineSymbolConfig\u0022:{\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u0022legendOrient\u0022:\u0022top\u0022,\u0022themeSeriesColor\u0022:{\u0022customColor\u0022:false,\u0022theme\u0022:\u0022business\u0022},\u0022twis\u0022:false,\u0022syncTwisTicks\u0022:false,\u0022showSlide\u0022:\u0022auto\u0022,\u0022dimValueSampling\u0022:\u0022autoHideRotate\u0022,\u0022connectNulls\u0022:false,\u0022axisConfig\u0022:{\u0022tab\u0022:\u0022xaxis\u0022,\u0022axisPos\u0022:\u0022xaxis\u0022},\u0022fieldSettingMap\u0022:{\u00222013\u0022:{\u0022aliasName\u0022:\u00222013\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222014\u0022:{\u0022aliasName\u0022:\u00222014\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222015\u0022:{\u0022aliasName\u0022:\u00222015\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222016\u0022:{\u0022aliasName\u0022:\u00222016\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222017\u0022:{\u0022aliasName\u0022:\u00222017\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222018\u0022:{\u0022aliasName\u0022:\u00222018\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222019\u0022:{\u0022aliasName\u0022:\u00222019\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222020\u0022:{\u0022aliasName\u0022:\u00222020\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022:{\u0022uuid\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022,\u0022aliasName\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022}},\u0022nextChartTheme\u0022:null,\u0022mark\u0022:{\u0022show\u0022:false,\u0022content\u0022:{\u0022template\u0022:\u0022\u0022},\u0022position\u0022:\u0022title\u0022},\u0022footer\u0022:{\u0022show\u0022:false,\u0022content\u0022:{\u0022template\u0022:\u0022\u0022}},\u0022customBackground\u0022:{\u0022enable\u0022:false,\u0022imageEnable\u0022:false,\u0022imageDefault\u0022:\u0022//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png\u0022,\u0022display\u0022:2},\u0022stack\u0022:false,\u0022percent\u0022:false,\u0022isMobileLastDimensionValueSelected\u0022:true,\u0022syncTwisConfigType\u0022:\u0022syncTicksNum\u0022,\u0022filterIndicator\u0022:false,\u0022defaultShowIndicators\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022},\u0022icon\u0022:\u0022sc-line\u0022,\u0022caption\u0022:\u0022\u7EBF\u56FE\u0022,\u0022tooltip\u0022:\u0022\u7EBF\u56FE\u0022,\u0022supperDrill\u0022:true,\u0022supportFilter\u0022:true,\u0022group\u0022:\u0022LINE\u0022,\u0022tileLayout\u0022:{\u0022x\u0022:0,\u0022y\u0022:0,\u0022w\u0022:12,\u0022h\u0022:15,\u0022i\u0022:\u0022hh64y8nm\u0022,\u0022minW\u0022:2,\u0022minH\u0022:3},\u0022serverId\u0022:\u0022d4ec0f50-0f85-4df9-b815-a8f52fae8c69\u0022,\u0022input\u0022:{\u0022sourceId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30\u0022,\u0022queryDetail\u0022:false,\u0022limitNum\u0022:1000,\u0022area\u0022:[{\u0022id\u0022:\u0022drill\u0022,\u0022areaName\u0022:\u0022\u94BB\u53D6/\u7EF4\u5EA6\u0022,\u0022queryAxis\u0022:\u0022drill\u0022,\u0022rule\u0022:{\u0022show\u0022:false,\u0022type\u0022:\u0022dimension\u0022,\u0022required\u0022:false,\u0022maxColNum\u0022:6},\u0022columnList\u0022:[]},{\u0022id\u0022:\u0022area_value\u0022,\u0022areaName\u0022:\u0022\u503C\u8F74/\u5EA6\u91CF\u0022,\u0022queryAxis\u0022:\u0022column\u0022,\u0022rule\u0022:{\u0022type\u0022:\u0022measure\u0022,\u0022required\u0022:true},\u0022columnList\u0022:[{\u0022name\u0022:\u0022N69b1c4_order_number\u0022,\u0022caption\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022colType\u0022:\u0022number\u0022,\u0022isCalc\u0022:false,\u0022skin\u0022:\u0022number\u0022,\u0022itemType\u0022:\u0022measure\u0022,\u0022aggregator\u0022:\u0022sum\u0022,\u0022useaggregator\u0022:\u0022sum\u0022,\u0022unvalid\u0022:false,\u0022uuid\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022,\u0022key\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022isMask\u0022:false}]},{\u0022id\u0022:\u0022area_type\u0022,\u0022areaName\u0022:\u0022\u7C7B\u522B\u8F74/\u7EF4\u5EA6\u0022,\u0022queryAxis\u0022:\u0022row\u0022,\u0022rule\u0022:{\u0022type\u0022:\u0022dimension\u0022,\u0022required\u0022:true},\u0022columnList\u0022:[{\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]\u0022,\u0022itemType\u0022:\u0022geographic\u0022,\u0022levels\u0022:[{\u0022colType\u0022:\u0022location\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022type\u0022:null,\u0022levelGranularity\u0022:\u0022REGION\u0022,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022displayType\u0022:null}],\u0022isDrillEnabled\u0022:false,\u0022uuid\u0022:\u00229d855492-e8e9-45ce-a5f2-5c301f58618f\u0022,\u0022key\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022isMask\u0022:false}]},{\u0022id\u0022:\u0022area_color\u0022,\u0022areaName\u0022:\u0022\u989C\u8272\u56FE\u4F8B/\u7EF4\u5EA6\u0022,\u0022queryAxis\u0022:\u0022row\u0022,\u0022rule\u0022:{\u0022type\u0022:\u0022dimension\u0022,\u0022maxColNum\u0022:1,\u0022required\u0022:false},\u0022columnList\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022levels\u0022:[{\u0022colType\u0022:\u0022datetime\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022type\u0022:\u0022yearRegion\u0022,\u0022levelGranularity\u0022:\u0022year\u0022,\u0022name\u0022:\u00221086245133_yearRange\u0022,\u0022displayType\u0022:null}],\u0022uuid\u0022:\u002225a15543-cdca-43a3-9f70-e069b9983136\u0022,\u0022key\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022isMask\u0022:false}]},{\u0022id\u0022:\u0022filters\u0022,\u0022areaName\u0022:\u0022\u8FC7\u6EE4\u5668\u0022,\u0022queryAxis\u0022:\u0022filters\u0022,\u0022rule\u0022:{\u0022type\u0022:\u0022all\u0022,\u0022required\u0022:false},\u0022columnList\u0022:[]}],\u0022drillGroup\u0022:[],\u0022freshTime\u0022:{\u0022isFreshEnable\u0022:false,\u0022freshTimeNumber\u0022:5,\u0022freshTimeUnit\u0022:\u0022min\u0022},\u0022sourceInfo\u0022:{\u0022metaModelVersion\u0022:\u00222.0\u0022,\u0022schemaExtraInfo\u0022:{\u0022permissionList\u0022:[\u0022cooperative_permission\u0022,\u0022data_level_permission_column\u0022,\u0022data_level_permission_row\u0022,\u0022data_mask\u0022,\u0022delete\u0022,\u0022edit\u0022,\u0022move\u0022,\u0022property\u0022,\u0022row_level_permission\u0022,\u0022view\u0022],\u0022hasAuthorizedUse\u0022:true,\u0022aimDirId\u0022:null,\u0022dataLevelAttributeIds\u0022:[],\u0022aggFunctions\u0022:[\u0022SUM\u0022,\u0022AVG\u0022,\u0022COUNT\u0022,\u0022COUNTD\u0022,\u0022MAX\u0022,\u0022MIN\u0022,\u0022STDDEV_POP\u0022,\u0022STDDEV_SAMP\u0022,\u0022VAR_POP\u0022,\u0022VAR_SAMP\u0022],\u0022isOpenRowLevelPermission\u0022:0,\u0022isOpenColumnLevelPermission\u0022:0,\u0022isDataMaskOpen\u0022:0,\u0022authorizedUseType\u0022:1,\u0022rowLevelType\u0022:0},\u0022physicalSchema\u0022:{\u0022tables\u0022:[{\u0022uniqueId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022caption\u0022:\u0022company_sales_record_copy\u0022,\u0022fromPanel\u0022:false,\u0022tableName\u0022:\u0022company_sales_record_copy\u0022,\u0022datasourceId\u0022:\u002296feb5c7-c704-4cf6-a25f-46d866ce7a78\u0022,\u0022factTable\u0022:true,\u0022dsType\u0022:\u0022mysql\u0022}],\u0022virtualTables\u0022:[],\u0022links\u0022:[],\u0022sqlHintTypes\u0022:[]},\u0022cubeSchema\u0022:{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30\u0022,\u0022caption\u0022:\u0022company_sales_record_copy_xixi\u0022,\u0022fromPanel\u0022:false,\u0022cubeId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30\u0022,\u0022datasourceId\u0022:\u002296feb5c7-c704-4cf6-a25f-46d866ce7a78\u0022,\u0022fields\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u91CF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:null,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:null,\u0022calculateMember\u0022:true,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u91CF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00226f037037-c18b-4ae2-bf04-5fe742666293\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:null,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:false,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022count($u0003N69b1c4_order_id$u0003)\u0022,\u0022dataGroup\u0022:null},\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]\u0022,\u0022caption\u0022:\u0022\u7B14\u5355\u4EF7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:null,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:null,\u0022calculateMember\u0022:true,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]\u0022,\u0022caption\u0022:\u0022\u7B14\u5355\u4EF7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00224d928bee-f815-42bf-bd88-5be252d17c12\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:null,\u0022granularity\u0022:null,\u0022format\u0022:\u0022#,##0\u0022,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:false,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)\u0022,\u0022dataGroup\u0022:null},\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022caption\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_number\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022order_number\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022caption\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_number\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u6570\u91CF\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]\u0022,\u0022caption\u0022:\u0022\u6210\u4EA4\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_amt\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022order_amt\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]\u0022,\u0022caption\u0022:\u0022\u6210\u4EA4\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_amt\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:\u0022#,##0.0\u0022,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u91D1\u989D\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]\u0022,\u0022caption\u0022:\u0022\u6298\u6263\u70B9\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_back_point\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022back_point\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]\u0022,\u0022caption\u0022:\u0022\u6298\u6263\u70B9\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_back_point\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u6298\u6263\u70B9\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]\u0022,\u0022caption\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_profit_amt\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022profit_amt\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]\u0022,\u0022caption\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_profit_amt\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:\u0022#,##0.0\u0022,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_cost\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022shipping_cost\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_cost\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:\u0022#,##0.0\u0022,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022area\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022geographic\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:\u0022REGION\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u533A\u57DF\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]\u0022,\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022province\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]\u0022,\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022geographic\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:\u0022PROVINCE\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u7701\u4EFD\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]\u0022,\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022city\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]\u0022,\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022geographic\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:\u0022CITY\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u57CE\u5E02\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022order_id\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_report_date\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022report_date\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_yearRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(quarter)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_quarterRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-quarter\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u6708\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_monthRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-month\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(week)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_weekRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-week\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:1,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_dayRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-month-day\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(hour)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_hourRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(minute)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_minRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour-minute\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(second)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_secRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour-minute-second\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022}],\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]\u0022,\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022customer_name\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]\u0022,\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022order_level\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022shipping_type\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022product_type\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022product_name\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022product_box\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022shipping_date\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(year)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_yearRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(quarter)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_quarterRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-quarter\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(month)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_monthRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-month\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(week)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_weekRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-week\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:1,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(day)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_dayRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-month-day\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(hour)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_hourRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(minute)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_minRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour-minute\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(second)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_secRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour-minute-second\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022}],\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022product_sub_type\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]\u0022,\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022ttttttt\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]\u0022,\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022t\u6D4B\u8BD5\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]\u0022,\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022sadasf\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]\u0022,\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022sa\u6D4B\u8BD5\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]\u0022,\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022sss\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]\u0022,\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022ss\u6D4B\u8BD5\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]\u0022,\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022xxx\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]\u0022,\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022xx\u6D4B\u8BD5\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]\u0022,\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022sagddfhnfd\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]\u0022,\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:null,\u0022calculateMember\u0022:true,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022case when $u0003N69b1c4_order_level$u0003=\u0027\u9AD8\u7EA7\u0027 then \u0027\u9AD8\u7EA7\u0027 else \u0027\u5176\u4ED6\u0027 end\u0022,\u0022dataGroup\u0022:null},\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022}],\u0022comments\u0022:null}],\u0022fieldTree\u0022:[{\u0022type\u0022:\u0022hierarchy\u0022,\u0022caption\u0022:\u0022\u533A\u57DF_\u5C42\u7EA7\u7ED3\u6784\u0022,\u0022id\u0022:\u0022359bc5ba-a365-46a1-a56f-b72022f10198\u0022,\u0022children\u0022:[{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false}],\u0022flag\u0022:\u0022DimensionNormal\u0022,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022hierarchy\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022children\u0022:[{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false}],\u0022flag\u0022:\u0022DimensionDate\u0022,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022hierarchy\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022children\u0022:[{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false}],\u0022flag\u0022:\u0022DimensionDate\u0022,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022folder\u0022,\u0022caption\u0022:\u0022\u9ED8\u8BA4\u0022,\u0022id\u0022:\u002218c63459-a2c0-3902-ac77-90430f761214\u0022,\u0022children\u0022:[{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false}],\u0022flag\u0022:\u0022MeasureLinked\u0022,\u0022refUniqueId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022fromPanel\u0022:false}],\u0022filter\u0022:{\u0022logicalOperator\u0022:null,\u0022filterElements\u0022:null,\u0022filters\u0022:null},\u0022params\u0022:[],\u0022sqlPlaceholders\u0022:[]},\u0022sqlParams\u0022:[],\u0022sqlPlaceholders\u0022:[],\u0022permissionList\u0022:[\u0022cooperative_permission\u0022,\u0022data_level_permission_column\u0022,\u0022data_level_permission_row\u0022,\u0022data_mask\u0022,\u0022delete\u0022,\u0022edit\u0022,\u0022move\u0022,\u0022property\u0022,\u0022row_level_permission\u0022,\u0022view\u0022],\u0022hasAuthorizedUse\u0022:true,\u0022aimDirId\u0022:null,\u0022dataLevelAttributeIds\u0022:[],\u0022aggFunctions\u0022:[\u0022SUM\u0022,\u0022AVG\u0022,\u0022COUNT\u0022,\u0022COUNTD\u0022,\u0022MAX\u0022,\u0022MIN\u0022,\u0022STDDEV_POP\u0022,\u0022STDDEV_SAMP\u0022,\u0022VAR_POP\u0022,\u0022VAR_SAMP\u0022],\u0022isOpenRowLevelPermission\u0022:0,\u0022isOpenColumnLevelPermission\u0022:0,\u0022isDataMaskOpen\u0022:0,\u0022authorizedUseType\u0022:1,\u0022rowLevelType\u0022:0,\u0022caption\u0022:\u0022company_sales_record_copy_xixi\u0022,\u0022cubeId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30\u0022,\u0022datasourceId\u0022:\u002296feb5c7-c704-4cf6-a25f-46d866ce7a78\u0022,\u0022name\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022dsType\u0022:\u0022mysql\u0022,\u0022calculatedMember\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u91CF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00226f037037-c18b-4ae2-bf04-5fe742666293\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:false,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022count($u0003N69b1c4_order_id$u0003)\u0022,\u0022dataGroup\u0022:null},\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022,\u0022isAggregationCalculate\u0022:true,\u0022formula\u0022:\u0022count($u0003N69b1c4_order_id$u0003)\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:null,\u0022originColType\u0022:null,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:null,\u0022formatStr\u0022:null,\u0022iconSkin\u0022:\u0022calc\u0022},{\u0022caption\u0022:\u0022\u7B14\u5355\u4EF7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00224d928bee-f815-42bf-bd88-5be252d17c12\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:false,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)\u0022,\u0022dataGroup\u0022:null},\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022,\u0022isAggregationCalculate\u0022:true,\u0022formula\u0022:\u0022sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:null,\u0022originColType\u0022:null,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:\u0022#,##0\u0022,\u0022formatStr\u0022:\u0022#,##0\u0022,\u0022iconSkin\u0022:\u0022calc\u0022}],\u0022dimensions\u0022:[{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u533A\u57DF\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:\u0022REGION\u0022,\u0022factColumn\u0022:\u0022area\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022geographic\u0022,\u0022dimName\u0022:\u0022N69b1c4_area\u0022,\u0022dimCaption\u0022:\u0022\u533A\u57DF\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022location\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:\u0022GeographicDimension\u0022},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]\u0022,\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u7701\u4EFD\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]\u0022,\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:\u0022PROVINCE\u0022,\u0022factColumn\u0022:\u0022province\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022geographic\u0022,\u0022dimName\u0022:\u0022N69b1c4_province\u0022,\u0022dimCaption\u0022:\u0022\u7701\u4EFD\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022location\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:\u0022GeographicDimension\u0022},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]\u0022,\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u57CE\u5E02\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]\u0022,\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:\u0022CITY\u0022,\u0022factColumn\u0022:\u0022city\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022geographic\u0022,\u0022dimName\u0022:\u0022N69b1c4_city\u0022,\u0022dimCaption\u0022:\u0022\u57CE\u5E02\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022location\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:\u0022GeographicDimension\u0022},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]\u0022,\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022order_id\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_order_id\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022name\u0022:\u0022N69b1c4_report_date\u0022,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_report_date\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022name\u0022:\u00221086245133_yearRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:0,\u0022type\u0022:\u0022yearRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(quarter)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]\u0022,\u0022name\u0022:\u00221086245133_quarterRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-quarter\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:1,\u0022type\u0022:\u0022quarterRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u6708\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]\u0022,\u0022name\u0022:\u00221086245133_monthRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-month\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:2,\u0022type\u0022:\u0022monthRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(week)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:1,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]\u0022,\u0022name\u0022:\u00221086245133_weekRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-week\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:3,\u0022type\u0022:\u0022weekRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]\u0022,\u0022name\u0022:\u00221086245133_dayRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-month-day\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:4,\u0022type\u0022:\u0022dateRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(hour)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]\u0022,\u0022name\u0022:\u00221086245133_hourRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:5,\u0022type\u0022:\u0022hourRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(minute)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]\u0022,\u0022name\u0022:\u00221086245133_minRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour-minute\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:6,\u0022type\u0022:\u0022minRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(second)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]\u0022,\u0022name\u0022:\u00221086245133_secRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour-minute-second\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:7,\u0022type\u0022:\u0022secRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022}]}],\u0022type\u0022:\u0022StrDateTypeDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]\u0022,\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]\u0022,\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022customer_name\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_customer_name\u0022,\u0022dimCaption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]\u0022,\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022order_level\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_order_level\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]\u0022,\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022shipping_type\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]\u0022,\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022product_type\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_product_type\u0022,\u0022dimCaption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]\u0022,\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022product_name\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_product_name\u0022,\u0022dimCaption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]\u0022,\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022product_box\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_product_box\u0022,\u0022dimCaption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022name\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(year)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]\u0022,\u0022name\u0022:\u00221132942045_yearRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:0,\u0022type\u0022:\u0022yearRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(quarter)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]\u0022,\u0022name\u0022:\u00221132942045_quarterRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-quarter\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:1,\u0022type\u0022:\u0022quarterRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(month)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]\u0022,\u0022name\u0022:\u00221132942045_monthRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-month\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:2,\u0022type\u0022:\u0022monthRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(week)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:1,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]\u0022,\u0022name\u0022:\u00221132942045_weekRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-week\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:3,\u0022type\u0022:\u0022weekRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(day)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]\u0022,\u0022name\u0022:\u00221132942045_dayRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-month-day\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:4,\u0022type\u0022:\u0022dateRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(hour)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]\u0022,\u0022name\u0022:\u00221132942045_hourRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:5,\u0022type\u0022:\u0022hourRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(minute)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]\u0022,\u0022name\u0022:\u00221132942045_minRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour-minute\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:6,\u0022type\u0022:\u0022minRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(second)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]\u0022,\u0022name\u0022:\u00221132942045_secRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour-minute-second\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:7,\u0022type\u0022:\u0022secRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022}]}],\u0022type\u0022:\u0022StrDateTypeDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]\u0022,\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022product_sub_type\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022dimCaption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]\u0022,\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]\u0022,\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022ttttttt\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022dimCaption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]\u0022,\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]\u0022,\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022sadasf\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_sadasf\u0022,\u0022dimCaption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]\u0022,\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]\u0022,\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022sss\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_sss\u0022,\u0022dimCaption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]\u0022,\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]\u0022,\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022xxx\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_xxx\u0022,\u0022dimCaption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]\u0022,\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]\u0022,\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022sagddfhnfd\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022dimCaption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022case when $u0003N69b1c4_order_level$u0003=\u0027\u9AD8\u7EA7\u0027 then \u0027\u9AD8\u7EA7\u0027 else \u0027\u5176\u4ED6\u0027 end\u0022,\u0022dataGroup\u0022:null},\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:null,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null}],\u0022measures\u0022:[{\u0022caption\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u6570\u91CF\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022order_number\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:null,\u0022formatStr\u0022:null,\u0022iconSkin\u0022:\u0022number\u0022},{\u0022caption\u0022:\u0022\u6210\u4EA4\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_amt\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u91D1\u989D\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022order_amt\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:\u0022#,##0.0\u0022,\u0022formatStr\u0022:\u0022#,##0.0\u0022,\u0022iconSkin\u0022:\u0022number\u0022},{\u0022caption\u0022:\u0022\u6298\u6263\u70B9\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_back_point\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u6298\u6263\u70B9\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022back_point\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:null,\u0022formatStr\u0022:null,\u0022iconSkin\u0022:\u0022number\u0022},{\u0022caption\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_profit_amt\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022profit_amt\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:\u0022#,##0.0\u0022,\u0022formatStr\u0022:\u0022#,##0.0\u0022,\u0022iconSkin\u0022:\u0022number\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_cost\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022shipping_cost\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:\u0022#,##0.0\u0022,\u0022formatStr\u0022:\u0022#,##0.0\u0022,\u0022iconSkin\u0022:\u0022number\u0022}],\u0022load\u0022:false},\u0022lastFetchTime\u0022:1411.8999999910593},\u0022isQuery\u0022:true,\u0022correct\u0022:\u002250a3fc15-5b36-4aea-b1ee-670f1b0d12f2\u0022,\u0022$runtimeData\u0022:{\u0022schemaConfigs\u0022:{\u0022styleSchema\u0022:{\u0022schema\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022bar-config-panel \u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022collapse\u0022},\u0022properties\u0022:{\u0022commonConfig\u0022:{\u0022title\u0022:\u0022\u57FA\u7840\u4FE1\u606F\u0022,\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-title-container\u0022,\u0022properties\u0022:{\u0022show\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022title\u0022,\u0022redirect\u0022:\u0022title.show\u0022,\u0022propertyOrder\u0022:1,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u4E3B\u6807\u9898\u0022}},\u0022captionContainer\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-title-caption-container\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022title\u0022,\u0022value\u0022:false}],\u0022propertyOrder\u0022:2,\u0022properties\u0022:{\u0022titleAndColor\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-title-caption-title-color\u0022,\u0022properties\u0022:{\u0022caption\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022redirect\u0022:\u0022caption\u0022,\u0022props\u0022:{\u0022debounceTime\u0022:500,\u0022maxLength\u0022:50,\u0022placeholder\u0022:\u0022\u4E3B\u6807\u9898\u0022}}}},\u0022color\u0022:{\u0022type\u0022:\u0022color\u0022,\u0022redirect\u0022:\u0022title.color\u0022,\u0022props\u0022:{\u0022disableAlpha\u0022:true}}}},\u0022mark\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022mark\u0022,\u0022redirect\u0022:\u0022mark.show\u0022,\u0022className\u0022:\u0022basic-mark-show-container\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5907\u6CE8\u0022}},\u0022markGroups\u0022:{\u0022id\u0022:\u0022markGroups\u0022,\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-mark-config-container\u0022,\u0022properties\u0022:{\u0022markContent\u0022:{\u0022type\u0022:\u0022richTextEditor\u0022,\u0022id\u0022:\u0022markContent\u0022,\u0022redirect\u0022:\u0022mark.content\u0022,\u0022title\u0022:\u0022\u5907\u6CE8\u5185\u5BB9\u0022,\u0022defaultValue\u0022:{\u0022template\u0022:\u0022\u0022},\u0022props\u0022:{\u0022open\u0022:true,\u0022componentId\u0022:\u0022hh64y8nm\u0022,\u0022position\u0022:\u0022header\u0022,\u0022fields\u0022:[{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022name\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022type\u0022:\u0022measure\u0022,\u0022value\u0022:\u00227865\u0022,\u0022aggregation\u0022:\u0022\u6C42\u548C\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}},{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022name\u0022:\u0022\u533A\u57DF\u0022,\u0022type\u0022:\u0022dimension\u0022,\u0022value\u0022:\u0022\u4E1C\u5317\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}},{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022name\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022type\u0022:\u0022dimension\u0022,\u0022value\u0022:\u00222013\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}}],\u0022cubeFieldsGroup\u0022:[],\u0022queryFieldsGroup\u0022:[],\u0022selfQueryFields\u0022:[],\u0022enableFields\u0022:true,\u0022defaultValue\u0022:{\u0022template\u0022:\u0022\u0022}}},\u0022markPosition\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022markPosition\u0022,\u0022redirect\u0022:\u0022mark.position\u0022,\u0022defaultValue\u0022:\u0022title\u0022,\u0022title\u0022:\u0022\u4F4D\u7F6E\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u7D27\u8DDF\u6807\u9898\u0022,\u0022value\u0022:\u0022title\u0022},{\u0022label\u0022:\u0022\u56FE\u8868\u4E0A\u65B9\u0022,\u0022value\u0022:\u0022chart\u0022}]},\u0022hide\u0022:false}},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022mark\u0022,\u0022value\u0022:false}]},\u0022showFooter\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showFooter\u0022,\u0022redirect\u0022:\u0022footer.show\u0022,\u0022defaultValue\u0022:false,\u0022className\u0022:\u0022basic-footer-show-container\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5C3E\u6CE8\u0022},\u0022hide\u0022:false},\u0022footerContent\u0022:{\u0022type\u0022:\u0022richTextEditor\u0022,\u0022id\u0022:\u0022footerContent\u0022,\u0022redirect\u0022:\u0022footer.content\u0022,\u0022className\u0022:\u0022basic-footer-content-container\u0022,\u0022defaultValue\u0022:{\u0022template\u0022:\u0022\u0022},\u0022title\u0022:\u0022\u5C3E\u6CE8\u5185\u5BB9\u0022,\u0022props\u0022:{\u0022open\u0022:true,\u0022componentId\u0022:\u0022hh64y8nm\u0022,\u0022position\u0022:\u0022footer\u0022,\u0022fields\u0022:[{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022name\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022type\u0022:\u0022measure\u0022,\u0022value\u0022:\u00227865\u0022,\u0022aggregation\u0022:\u0022\u6C42\u548C\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}},{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022name\u0022:\u0022\u533A\u57DF\u0022,\u0022type\u0022:\u0022dimension\u0022,\u0022value\u0022:\u0022\u4E1C\u5317\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}},{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022name\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022type\u0022:\u0022dimension\u0022,\u0022value\u0022:\u00222013\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}}],\u0022cubeFieldsGroup\u0022:[],\u0022queryFieldsGroup\u0022:[],\u0022selfQueryFields\u0022:[],\u0022enableFields\u0022:true,\u0022defaultValue\u0022:{\u0022template\u0022:\u0022\u0022}},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showFooter\u0022,\u0022value\u0022:false}],\u0022hide\u0022:false},\u0022linkContainer\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-title-link-container\u0022,\u0022propertyOrder\u0022:3,\u0022hide\u0022:false,\u0022properties\u0022:{\u0022showLink\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showlink\u0022,\u0022redirect\u0022:\u0022title.showLink\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5C55\u793A\u94FE\u63A5\u8DF3\u8F6C\u0022}},\u0022linkName\u0022:{\u0022title\u0022:\u0022\u94FE\u63A5\u6587\u6848\u0022,\u0022type\u0022:\u0022string\u0022,\u0022redirect\u0022:\u0022title.linkName\u0022,\u0022visibleDepends\u0022:[{\u0022id\u0022:\u0022showlink\u0022,\u0022value\u0022:true}],\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u94FE\u63A5\u8DF3\u8F6C\u0022,\u0022info\u0022:\u0022\u5EFA\u8BAE\u6309\u5DE6\u4FA7\u5BBD\u5EA6\u586B\u5199\u5185\u5BB9\uFF0C\u8D85\u51FA\u5C06\u6309\u2026\u663E\u793A\u0022}},\u0022link\u0022:{\u0022title\u0022:\u0022\u94FE\u63A5\u5730\u5740\u0022,\u0022type\u0022:\u0022string\u0022,\u0022redirect\u0022:\u0022title.link\u0022,\u0022visibleDepends\u0022:[{\u0022id\u0022:\u0022showlink\u0022,\u0022value\u0022:true}],\u0022props\u0022:{\u0022protocolFill\u0022:true,\u0022placeholder\u0022:\u0022https://bi.aliyun.com\u0022}},\u0022linkOpen\u0022:{\u0022title\u0022:\u0022\u6253\u5F00\u65B9\u5F0F\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022redirect\u0022:\u0022title.linkOpen\u0022,\u0022hide\u0022:false,\u0022defaultValue\u0022:\u0022window\u0022,\u0022visibleDepends\u0022:[{\u0022id\u0022:\u0022showlink\u0022,\u0022value\u0022:true}],\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u65B0\u7A97\u53E3\u0022,\u0022value\u0022:\u0022window\u0022},{\u0022label\u0022:\u0022\u5F39\u7A97\u0022,\u0022value\u0022:\u0022modal\u0022}]}}}},\u0022background\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022custom-background-config\u0022,\u0022properties\u0022:{\u0022customBackgroundEnable\u0022:{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022redirect\u0022:\u0022customBackground.enable\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u5B9A\u4E49\u80CC\u666F\u586B\u5145\u0022}},\u0022backgroundColor\u0022:{\u0022title\u0022:\u0022\u5361\u7247\u989C\u8272\u0022,\u0022id\u0022:\u0022backgroundColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022redirect\u0022:\u0022customBackground.color\u0022,\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false}]}]},\u0022backgroundImage\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022custom-background-config-image\u0022,\u0022properties\u0022:{\u0022customBackgroundImageEnable\u0022:{\u0022id\u0022:\u0022customBackgroundImageEnable\u0022,\u0022redirect\u0022:\u0022customBackground.imageEnable\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022defaultValue\u0022:false,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false}],\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u80CC\u666F\u56FE\u7247\u0022}},\u0022backgroundImageDefault\u0022:{\u0022id\u0022:\u0022backgroundImageDefault\u0022,\u0022type\u0022:\u0022select\u0022,\u0022redirect\u0022:\u0022customBackground.imageDefault\u0022,\u0022defaultValue\u0022:\u0022//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png\u0022,\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false},{\u0022id\u0022:\u0022customBackgroundImageEnable\u0022,\u0022value\u0022:false}]}],\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png\u0022},{\u0022value\u0022:\u0022//img.alicdn.com/tfs/TB1RT5kVhv1gK0jSZFFXXb0sXXa-500-500.png\u0022},{\u0022value\u0022:\u0022//img.alicdn.com/tfs/TB1mC44kBFR4u4jSZFPXXanzFXa-500-500.png\u0022}]}}}},\u0022backgroundUrl\u0022:{\u0022title\u0022:\u0022\u56FE\u7247\u94FE\u63A5\u0022,\u0022id\u0022:\u0022backgroundImage\u0022,\u0022type\u0022:\u0022string\u0022,\u0022redirect\u0022:\u0022customBackground.image\u0022,\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false},{\u0022id\u0022:\u0022customBackgroundImageEnable\u0022,\u0022value\u0022:false}]}],\u0022props\u0022:{\u0022protocolFill\u0022:true,\u0022placeholder\u0022:\u0022*\u4EC5\u652F\u6301png\u3001jpg\u3001gif \u683C\u5F0F\u0022}},\u0022backgroundImageDisplay\u0022:{\u0022title\u0022:\u0022\u56FE\u7247\u663E\u793A\u0022,\u0022id\u0022:\u0022backgroundImageDisplay\u0022,\u0022type\u0022:\u0022select\u0022,\u0022redirect\u0022:\u0022customBackground.display\u0022,\u0022defaultValue\u0022:2,\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false},{\u0022id\u0022:\u0022customBackgroundImageEnable\u0022,\u0022value\u0022:false}]}],\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u5C45\u5DE6\u5E73\u94FA\uFF08\u6BD4\u4F8B\u4E0D\u53D8\uFF0C\u56FE\u7247\u7F29\u653E\uFF09\u0022,\u0022value\u0022:0},{\u0022label\u0022:\u0022\u5C45\u4E2D\u663E\u793A\uFF08\u6BD4\u4F8B\u4E0D\u53D8\uFF0C\u56FE\u7247\u7F29\u653E\uFF09\u0022,\u0022value\u0022:1},{\u0022label\u0022:\u0022\u5C45\u53F3\u5E73\u94FA\uFF08\u6BD4\u4F8B\u4E0D\u53D8\uFF0C\u56FE\u7247\u7F29\u653E\uFF09\u0022,\u0022value\u0022:2},{\u0022label\u0022:\u0022\u88C1\u526A\u4EE5\u5145\u6EE1\u533A\u57DF\uFF08\u56FE\u7247\u7F29\u653E\uFF0C\u4E24\u5934\u88C1\u526A\uFF09\u0022,\u0022value\u0022:3},{\u0022label\u0022:\u0022\u62C9\u4F38\u4EE5\u5145\u6EE1\u533A\u57DF\uFF08\u6BD4\u4F8B\u53D8\u5316\uFF0C\u56FE\u7247\u7F29\u653E\uFF09\u0022,\u0022value\u0022:4}],\u0022dropdownMatchSelectWidth\u0022:false,\u0022className\u0022:\u0022background-image-display\u0022}}}},\u0022type\u0022:{\u0022title\u0022:\u0022\u56FE\u8868\u7C7B\u578B\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022type\u0022,\u0022redirect\u0022:\u0022type\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022img\u0022,\u0022options\u0022:[{\u0022label\u0022:\u0022\u7EBF\u56FE\u0022,\u0022value\u0022:\u0022line\u0022,\u0022iconClassName\u0022:\u0022chart-icon sc-line sc-icon\u0022,\u0022hideLabel\u0022:true},{\u0022label\u0022:\u0022\u9762\u79EF\u56FE\u0022,\u0022value\u0022:\u0022polyline\u0022,\u0022iconClassName\u0022:\u0022chart-icon sc-polyline sc-icon\u0022,\u0022hideLabel\u0022:true},{\u0022label\u0022:\u0022\u5806\u79EF\u9762\u79EF\u56FE\\\\n\u0022,\u0022value\u0022:\u0022polyline-stack\u0022,\u0022iconClassName\u0022:\u0022chart-icon sc-polyline-stack sc-icon\u0022,\u0022hideLabel\u0022:true},{\u0022label\u0022:\u0022\u767E\u5206\u6BD4\u5806\u53E0\u9762\u79EF\u56FE\u0022,\u0022value\u0022:\u0022polyline-stack-percent\u0022,\u0022iconClassName\u0022:\u0022chart-icon sc-polyline-stack-percent sc-icon\u0022,\u0022hideLabel\u0022:true}]}}}},\u0022styleConfig\u0022:{\u0022title\u0022:\u0022 \u56FE\u8868\u6837\u5F0F \u0022,\u0022type\u0022:\u0022object\u0022,\u0022properties\u0022:{\u0022showLabels\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showLabels\u0022,\u0022redirect\u0022:\u0022showLabels\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u56FE\u8868\u6807\u7B7E\u0022}},\u0022labelValues\u0022:{},\u0022percentLabelValuesConfig\u0022:{\u0022id\u0022:\u0022percentLabelValues\u0022,\u0022type\u0022:\u0022checkbox\u0022,\u0022redirect\u0022:\u0022labelValues\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showLabels\u0022,\u0022value\u0022:false}],\u0022defaultValue\u0022:[\u0022percent\u0022],\u0022hide\u0022:[{\u0022id\u0022:\u0022percent\u0022,\u0022value\u0022:true}],\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u5EA6\u91CF\u0022,\u0022value\u0022:\u0022measure\u0022},{\u0022label\u0022:\u0022\u767E\u5206\u6BD4\u0022,\u0022value\u0022:\u0022percent\u0022}]}},\u0022stackLabelValuesConfig\u0022:{\u0022id\u0022:\u0022stackLabelValues\u0022,\u0022type\u0022:\u0022checkbox\u0022,\u0022redirect\u0022:\u0022labelValues\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showLabels\u0022,\u0022value\u0022:false}],\u0022defaultValue\u0022:[\u0022measure\u0022],\u0022hide\u0022:[{\u0022id\u0022:\u0022stack\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022percent\u0022,\u0022value\u0022:false}],\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u5EA6\u91CF\u0022,\u0022value\u0022:\u0022measure\u0022},{\u0022label\u0022:\u0022\u603B\u8BA1\u0022,\u0022value\u0022:\u0022total\u0022}]}},\u0022showLabelsType\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022title\u0022:\u0022\u6570\u636E\u6807\u7B7E\u5C55\u793A\u65B9\u5F0F\u0022,\u0022id\u0022:\u0022showLabelsType\u0022,\u0022redirect\u0022:\u0022showLabelsType\u0022,\u0022defaultValue\u0022:\u0022auto\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022auto\u0022,\u0022label\u0022:\u0022\u667A\u80FD\u663E\u793A\u0022},{\u0022value\u0022:\u0022all\u0022,\u0022label\u0022:\u0022\u5168\u91CF\u663E\u793A\u0022}]}},\u0022lineSymbolConfig\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022id\u0022:\u0022lineSymbolConfig\u0022,\u0022className\u0022:\u0022line-symbol-configs\u0022,\u0022properties\u0022:{\u0022showSymbol\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showSymbol\u0022,\u0022redirect\u0022:\u0022lineSymbolConfig.showSymbol\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6807\u8BB0\u70B9\u0022}},\u0022symbol\u0022:{\u0022type\u0022:\u0022select\u0022,\u0022id\u0022:\u0022symbol\u0022,\u0022redirect\u0022:\u0022lineSymbolConfig.symbol\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showSymbol\u0022,\u0022value\u0022:false}],\u0022defaultValue\u0022:\u0022circle\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022circle\u0022},{\u0022value\u0022:\u0022hollowCircle\u0022},{\u0022value\u0022:\u0022diamond\u0022},{\u0022value\u0022:\u0022hollowDiamond\u0022}]}}}},\u0022smooth\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022title\u0022:\u0022\u7EBF\u6761\u6837\u5F0F\u0022,\u0022id\u0022:\u0022smooth\u0022,\u0022redirect\u0022:\u0022smooth\u0022,\u0022defaultValue\u0022:true,\u0022hide\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022icon\u0022,\u0022options\u0022:[{\u0022value\u0022:true,\u0022label\u0022:\u0022\u66F2\u7EBF\u0022},{\u0022value\u0022:false,\u0022label\u0022:\u0022\u76F4\u7EBF\u0022}]}},\u0022legendOrient\u0022:{\u0022title\u0022:\u0022\u663E\u793A\u56FE\u4F8B\u0022,\u0022type\u0022:\u0022qbi-radio-icon\u0022,\u0022redirect\u0022:\u0022legendOrient\u0022,\u0022defaultValue\u0022:\u0022top\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022icon\u0022,\u0022options\u0022:[{\u0022value\u0022:\u0022none\u0022,\u0022tips\u0022:\u0022\u65E0\u0022},{\u0022value\u0022:\u0022top\u0022,\u0022tips\u0022:\u0022\u4E0A\u0022},{\u0022value\u0022:\u0022bottom\u0022,\u0022tips\u0022:\u0022\u4E0B\u0022},{\u0022value\u0022:\u0022left\u0022,\u0022tips\u0022:\u0022\u5DE6\u0022},{\u0022value\u0022:\u0022right\u0022,\u0022tips\u0022:\u0022\u53F3\u0022}]}},\u0022barColorSeries\u0022:{\u0022title\u0022:\u0022\u914D\u8272\u8BBE\u7F6E\u0022,\u0022type\u0022:\u0022color-series\u0022,\u0022id\u0022:\u0022themeSeriesColor\u0022,\u0022redirect\u0022:\u0022themeSeriesColor\u0022,\u0022propertyOrder\u0022:8,\u0022defaultValue\u0022:{\u0022customColor\u0022:false,\u0022theme\u0022:\u0022business\u0022},\u0022props\u0022:{\u0022isDim\u0022:true,\u0022dimColorTitle\u0022:\u0022\u5B57\u6BB5\u9879\u0022}},\u0022twis_config\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022twis-configs\u0022,\u0022properties\u0022:{\u0022twis\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022twis\u0022,\u0022defaultValue\u0022:false,\u0022redirect\u0022:\u0022twis\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u53CCY\u8F74\u0022}},\u0022twisType\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022syncTwisConfigType\u0022,\u0022redirect\u0022:\u0022syncTwisConfigType\u0022,\u0022defaultValue\u0022:\u0022syncTicksNum\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022twis\u0022,\u0022value\u0022:false}],\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022syncNull\u0022,\u0022label\u0022:\u0022\u4E0D\u540C\u6B65\u0022,\u0022info\u0022:\u0022\u4E0D\u540C\u6B65\u4E0B\u53EF\u80FD\u5BFC\u81F4\u5DE6\u53F3\u8F74\u523B\u5EA6\u4E0D\u4E00\u81F4\uFF0C\u5E76\u4E14\u65E0\u6CD5\u4FDD\u8BC10\u523B\u5EA6\u5BF9\u9F50\u0022},{\u0022value\u0022:\u0022syncTicksNum\u0022,\u0022label\u0022:\u0022\u523B\u5EA6\u6570\u91CF\u4E00\u81F4\u0022},{\u0022value\u0022:\u0022syncAll\u0022,\u0022label\u0022:\u0022\u523B\u5EA6\u6570\u91CF\u0026\u6570\u503C\u4E00\u81F4\u0022}],\u0022info\u0022:\u0022\u4E0D\u540C\u6B65\u4E0B\u53EF\u80FD\u5BFC\u81F4\u5DE6\u53F3\u8F74\u523B\u5EA6\u4E0D\u4E00\u81F4\uFF0C\u5E76\u4E14\u65E0\u6CD5\u4FDD\u8BC10\u523B\u5EA6\u5BF9\u9F50\u0022,\u0022mode\u0022:\u0022default\u0022}}}},\u0022stack\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022stack\u0022,\u0022hide\u0022:true,\u0022redirect\u0022:\u0022stack\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5806\u79EF\u0022}},\u0022percent\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022percent\u0022,\u0022redirect\u0022:\u0022percent\u0022,\u0022defaultValue\u0022:false,\u0022hide\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u767E\u5206\u6BD4\u5806\u79EF\u0022}},\u0022isMobileLastDimensionValueSelected\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022isMobileLastDimensionValueSelected\u0022,\u0022defaultValue\u0022:true,\u0022redirect\u0022:\u0022isMobileLastDimensionValueSelected\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u79FB\u52A8\u7AEF\u9ED8\u8BA4\u9009\u4E2D\u6700\u540E\u4E00\u4E2A\u7EF4\u503C\u0022}}}},\u0022functionConfig\u0022:{\u0022title\u0022:\u0022 \u529F\u80FD\u914D\u7F6E \u0022,\u0022type\u0022:\u0022object\u0022,\u0022properties\u0022:{\u0022showSlide\u0022:{\u0022title\u0022:\u0022\u663E\u793A\u7F29\u7565\u8F74\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022showSlide\u0022,\u0022redirect\u0022:\u0022showSlide\u0022,\u0022defaultValue\u0022:\u0022auto\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022auto\u0022,\u0022label\u0022:\u0022\u667A\u80FD\u9002\u914D\u0022},{\u0022value\u0022:true,\u0022label\u0022:\u0022\u663E\u793A\u0022},{\u0022value\u0022:false,\u0022label\u0022:\u0022\u4E0D\u663E\u793A\u0022}]}},\u0022dimValueSampling\u0022:{\u0022title\u0022:\u0022\u5750\u6807\u8F74\u7EF4\u503C\u663E\u793A\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022dimValueSampling\u0022,\u0022redirect\u0022:\u0022dimValueSampling\u0022,\u0022defaultValue\u0022:\u0022autoHideRotate\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022autoHideRotate\u0022,\u0022label\u0022:\u0022\u667A\u80FD\u5C55\u793A\u0022},{\u0022value\u0022:\u0022autoHide\u0022,\u0022label\u0022:\u0022\u5F3A\u5236\u7A00\u758F\u0022},{\u0022value\u0022:\u0022showMost\u0022,\u0022label\u0022:\u0022\u6700\u591A\u5C55\u793A\u0022}]}},\u0022connectNulls\u0022:{\u0022title\u0022:\u0022\u7A7A\u503C\u5904\u7406\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022connectNulls\u0022,\u0022redirect\u0022:\u0022connectNulls\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:true,\u0022label\u0022:\u0022\u76F4\u63A5\u8DE8\u8FC7\u0022},{\u0022value\u0022:0,\u0022label\u0022:\u0022\u7F6E\u4E3A0,\u4E0D\u65AD\u5F00\u0022},{\u0022value\u0022:false,\u0022label\u0022:\u0022\u7EBF\u6761\u65AD\u5F00\u0022}]}},\u0022filterIndicatorGroups\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022id\u0022:\u0022filterIndicatorGroups\u0022,\u0022properties\u0022:{\u0022filterIndicator\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022filterIndicator\u0022,\u0022redirect\u0022:\u0022filterIndicator\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5F00\u542F\u6307\u6807\u7B5B\u9009\u5C55\u793A\u0022}},\u0022defaultShowIndicators\u0022:{\u0022type\u0022:\u0022select\u0022,\u0022title\u0022:\u0022\u9ED8\u8BA4\u9009\u4E2D\u0022,\u0022redirect\u0022:\u0022defaultShowIndicators\u0022,\u0022id\u0022:\u0022defaultShowIndicators\u0022,\u0022defaultValue\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022text\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022value\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022filterIndicator\u0022,\u0022value\u0022:false}]}}}}},\u0022axisConfig\u0022:{\u0022title\u0022:\u0022\u5750\u6807\u8F74\u0022,\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022common-axis-config scatter-yaxis-measure\u0022,\u0022properties\u0022:{\u0022axisPos\u0022:{\u0022id\u0022:\u0022axisPos\u0022,\u0022type\u0022:\u0022tab\u0022,\u0022defaultValue\u0022:\u0022xaxis\u0022,\u0022propertyOrder\u0022:0,\u0022props\u0022:{\u0022options\u0022:[{\u0022text\u0022:\u0022\u6C34\u5E73\u8F74\u0022,\u0022value\u0022:\u0022xaxis\u0022},{\u0022text\u0022:\u0022\u5782\u76F4\u5DE6\u8F74\u0022,\u0022value\u0022:\u0022yaxis\u0022}]}},\u0022xaxisTitle\u0022:{\u0022title\u0022:\u0022\u8F74\u6807\u9898\u0022,\u0022redirect\u0022:\u0022xaxis.title\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:1,\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u6807\u9898\u540D\u79F0\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}],\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisShowTitleAndUnit\u0022,\u0022value\u0022:false}]},\u0022xaxisUnit\u0022:{\u0022title\u0022:\u0022\u5355\u4F4D\u0022,\u0022redirect\u0022:\u0022xaxis.unit\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:2,\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u5355\u4F4D\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}],\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisShowTitleAndUnit\u0022,\u0022value\u0022:false}]},\u0022xaxisMin\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022propertyOrder\u0022:5,\u0022className\u0022:\u0022axis-extreme-value-config\u0022,\u0022hide\u0022:true,\u0022properties\u0022:{\u0022xaxisMinValue\u0022:{\u0022title\u0022:\u0022\u6700\u5C0F\u503C\u0022,\u0022redirect\u0022:\u0022xaxis.min\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:5,\u0022props\u0022:{\u0022placeholder\u0022:0,\u0022type\u0022:\u0022number\u0022},\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022xaxisMinAuto\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022value\u0022:true}]}]},\u0022xaxisMinAuto\u0022:{\u0022id\u0022:\u0022xaxisMinAuto\u0022,\u0022defaultValue\u0022:true,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:6,\u0022redirect\u0022:\u0022xaxis.minAuto\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u0022},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022value\u0022:true}]}}},\u0022xaxisMax\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022propertyOrder\u0022:3,\u0022className\u0022:\u0022axis-extreme-value-config\u0022,\u0022hide\u0022:true,\u0022properties\u0022:{\u0022xaxisMaxValue\u0022:{\u0022title\u0022:\u0022\u6700\u5927\u503C\u0022,\u0022redirect\u0022:\u0022xaxis.max\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:0,\u0022props\u0022:{\u0022placeholder\u0022:0,\u0022type\u0022:\u0022number\u0022},\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022xaxisMaxAuto\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022value\u0022:true}]}]},\u0022xaxisMaxAuto\u0022:{\u0022id\u0022:\u0022xaxisMaxAuto\u0022,\u0022defaultValue\u0022:true,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:1,\u0022redirect\u0022:\u0022xaxis.maxAuto\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u0022},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022value\u0022:true}]}}},\u0022xaxisAutoZoom\u0022:{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022defaultValue\u0022:false,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:7,\u0022redirect\u0022:\u0022xaxis.autoZoom\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u653E\u5927\u6570\u503C\u5DEE\u5F02\u0022},\u0022hide\u0022:true},\u0022xaxisShowTitleAndUnit\u0022:{\u0022id\u0022:\u0022xaxisShowTitleAndUnit\u0022,\u0022redirect\u0022:\u0022xaxis.showTitleAndUnit\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:8,\u0022defaultValue\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6807\u9898\u548C\u5355\u4F4D\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisShowLine\u0022:{\u0022redirect\u0022:\u0022xaxis.showLine\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:9,\u0022defaultValue\u0022:true,\u0022id\u0022:\u0022xaxisshowLine\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u5750\u6807\u8F74\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisControlLine\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022oui-card-editor-editor-containers-xaxisControlLine\u0022,\u0022propertyOrder\u0022:10,\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}],\u0022properties\u0022:{\u0022xaxisLineStyle\u0022:{\u0022redirect\u0022:\u0022xaxis.lineStyle\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:10,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022solid\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022solid\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dotted\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dotted\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dashed\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dashed\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisLineWeight\u0022:{\u0022redirect\u0022:\u0022xaxis.lineWeight\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:11,\u0022defaultValue\u0022:1,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00221px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:1},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00222px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:2},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00223px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:3},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00224px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:4},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00225px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:5}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisLineColor\u0022:{\u0022redirect\u0022:\u0022xaxis.lineColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022propertyOrder\u0022:12,\u0022props\u0022:{\u0022disableAlpha\u0022:true},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]}}},\u0022xaxisNumberFormat\u0022:{\u0022redirect\u0022:\u0022xaxis.numberFormat\u0022,\u0022type\u0022:\u0022number-format\u0022,\u0022propertyOrder\u0022:13,\u0022title\u0022:\u0022\u8F74\u6807\u7B7E\u663E\u793A\u683C\u5F0F\u8BBE\u7F6E\u0022,\u0022defaultValue\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false,\u0022fmt\u0022:\u0022\u0022},\u0022hide\u0022:true},\u0022xaxisShowLabel\u0022:{\u0022redirect\u0022:\u0022xaxis.showLabel\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:14,\u0022defaultValue\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u8F74\u6807\u7B7E\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisShowGrid\u0022:{\u0022redirect\u0022:\u0022xaxis.showGrid\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:15,\u0022defaultValue\u0022:false,\u0022id\u0022:\u0022xaxisshowGrid\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u7F51\u683C\u7EBF\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisControlGrid\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022oui-card-editor-editor-containers-xaxisControlGrid\u0022,\u0022propertyOrder\u0022:16,\u0022properties\u0022:{\u0022xaxisGridStyle\u0022:{\u0022redirect\u0022:\u0022xaxis.gridStyle\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:16,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022solid\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022solid\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dotted\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dotted\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dashed\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dashed\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisGridWeight\u0022:{\u0022redirect\u0022:\u0022xaxis.gridWeight\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:17,\u0022defaultValue\u0022:1,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00221px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:1},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00222px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:2},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00223px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:3},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00224px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:4},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00225px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:5}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisGridColor\u0022:{\u0022redirect\u0022:\u0022xaxis.gridColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022propertyOrder\u0022:18,\u0022props\u0022:{\u0022disableAlpha\u0022:true},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]}},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisShowTick\u0022:{\u0022redirect\u0022:\u0022xaxis.showTick\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:19,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u523B\u5EA6\u7EBF\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022yaxisTitle\u0022:{\u0022title\u0022:\u0022\u8F74\u6807\u9898\u0022,\u0022redirect\u0022:\u0022yaxis.title\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:1,\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u6807\u9898\u540D\u79F0\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisShowTitleAndUnit\u0022,\u0022value\u0022:false}]},\u0022yaxisUnit\u0022:{\u0022title\u0022:\u0022\u5355\u4F4D\u0022,\u0022redirect\u0022:\u0022yaxis.unit\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:2,\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u5355\u4F4D\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisShowTitleAndUnit\u0022,\u0022value\u0022:false}]},\u0022yaxisMin\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022propertyOrder\u0022:5,\u0022className\u0022:\u0022axis-extreme-value-config\u0022,\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022properties\u0022:{\u0022yaxisMinValue\u0022:{\u0022title\u0022:\u0022\u6700\u5C0F\u503C\u0022,\u0022redirect\u0022:\u0022yaxis.min\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:5,\u0022props\u0022:{\u0022placeholder\u0022:0,\u0022type\u0022:\u0022number\u0022},\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022yaxisMinAuto\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022value\u0022:true}]}]},\u0022yaxisMinAuto\u0022:{\u0022id\u0022:\u0022yaxisMinAuto\u0022,\u0022defaultValue\u0022:true,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:6,\u0022redirect\u0022:\u0022yaxis.minAuto\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u0022},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022value\u0022:true}]}}},\u0022yaxisMax\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022propertyOrder\u0022:3,\u0022className\u0022:\u0022axis-extreme-value-config\u0022,\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022properties\u0022:{\u0022yaxisMaxValue\u0022:{\u0022title\u0022:\u0022\u6700\u5927\u503C\u0022,\u0022redirect\u0022:\u0022yaxis.max\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:0,\u0022props\u0022:{\u0022placeholder\u0022:0,\u0022type\u0022:\u0022number\u0022},\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022yaxisMaxAuto\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022value\u0022:true}]}]},\u0022yaxisMaxAuto\u0022:{\u0022id\u0022:\u0022yaxisMaxAuto\u0022,\u0022defaultValue\u0022:true,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:1,\u0022redirect\u0022:\u0022yaxis.maxAuto\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u0022},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022value\u0022:true}]}}},\u0022yaxisAutoZoom\u0022:{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022defaultValue\u0022:false,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:7,\u0022redirect\u0022:\u0022yaxis.autoZoom\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u653E\u5927\u6570\u503C\u5DEE\u5F02\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowTitleAndUnit\u0022:{\u0022id\u0022:\u0022yaxisShowTitleAndUnit\u0022,\u0022redirect\u0022:\u0022yaxis.showTitleAndUnit\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:8,\u0022defaultValue\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6807\u9898\u548C\u5355\u4F4D\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowLine\u0022:{\u0022redirect\u0022:\u0022yaxis.showLine\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:9,\u0022defaultValue\u0022:true,\u0022id\u0022:\u0022yaxisshowLine\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u5750\u6807\u8F74\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisControlLine\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022oui-card-editor-editor-containers-yaxisControlLine\u0022,\u0022propertyOrder\u0022:10,\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022properties\u0022:{\u0022yaxisLineStyle\u0022:{\u0022redirect\u0022:\u0022yaxis.lineStyle\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:10,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022solid\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022solid\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dotted\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dotted\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dashed\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dashed\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisLineWeight\u0022:{\u0022redirect\u0022:\u0022yaxis.lineWeight\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:11,\u0022defaultValue\u0022:1,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00221px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:1},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00222px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:2},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00223px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:3},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00224px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:4},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00225px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:5}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisLineColor\u0022:{\u0022redirect\u0022:\u0022yaxis.lineColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022propertyOrder\u0022:12,\u0022props\u0022:{\u0022disableAlpha\u0022:true},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]}}},\u0022yaxisNumberFormat\u0022:{\u0022redirect\u0022:\u0022yaxis.numberFormat\u0022,\u0022type\u0022:\u0022number-format\u0022,\u0022propertyOrder\u0022:13,\u0022title\u0022:\u0022\u8F74\u6807\u7B7E\u663E\u793A\u683C\u5F0F\u8BBE\u7F6E\u0022,\u0022defaultValue\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false,\u0022fmt\u0022:\u0022\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowLabel\u0022:{\u0022redirect\u0022:\u0022yaxis.showLabel\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:14,\u0022defaultValue\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u8F74\u6807\u7B7E\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowGrid\u0022:{\u0022redirect\u0022:\u0022yaxis.showGrid\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:15,\u0022defaultValue\u0022:false,\u0022id\u0022:\u0022yaxisshowGrid\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u7F51\u683C\u7EBF\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisControlGrid\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022oui-card-editor-editor-containers-yaxisControlGrid\u0022,\u0022propertyOrder\u0022:16,\u0022properties\u0022:{\u0022yaxisGridStyle\u0022:{\u0022redirect\u0022:\u0022yaxis.gridStyle\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:16,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022solid\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022solid\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dotted\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dotted\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dashed\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dashed\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisGridWeight\u0022:{\u0022redirect\u0022:\u0022yaxis.gridWeight\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:17,\u0022defaultValue\u0022:1,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00221px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:1},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00222px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:2},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00223px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:3},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00224px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:4},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00225px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:5}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisGridColor\u0022:{\u0022redirect\u0022:\u0022yaxis.gridColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022propertyOrder\u0022:18,\u0022props\u0022:{\u0022disableAlpha\u0022:true},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]}},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowTick\u0022:{\u0022redirect\u0022:\u0022yaxis.showTick\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:19,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u523B\u5EA6\u7EBF\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]}}},\u0022seriesConfig\u0022:{\u0022redirect\u0022:\u0022fieldSettingMap\u0022,\u0022title\u0022:\u0022\u7CFB\u5217\u8BBE\u7F6E\u0022,\u0022type\u0022:\u0022qbi-field\u0022,\u0022props\u0022:{\u0022fieldLabel\u0022:\u0022\u8BF7\u9009\u62E9\u7CFB\u5217\u0022,\u0022dimensionSchema\u0022:null,\u0022measureSchema\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022properties\u0022:{\u0022aliasName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022title\u0022:\u0022\u522B\u540D\u0022},\u0022location\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022title\u0022:\u0022\u5750\u6807\u8F74\u0022,\u0022redirect\u0022:\u0022location\u0022,\u0022hide\u0022:true,\u0022defaultValue\u0022:null,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:null,\u0022label\u0022:\u0022\u9ED8\u8BA4\u0022},{\u0022value\u0022:\u00220\u0022,\u0022label\u0022:\u0022\u4E3B\u8F74\u0022},{\u0022value\u0022:\u00221\u0022,\u0022label\u0022:\u0022\u4ECE\u8F74\u0022}]}},\u0022labelConfig\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022bar-label-config\u0022,\u0022properties\u0022:{\u0022showLabel\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022label\u0022,\u0022redirect\u0022:\u0022label\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u56FE\u8868\u6807\u7B7E\u0022}},\u0022labelColor\u0022:{\u0022type\u0022:\u0022color\u0022,\u0022redirect\u0022:\u0022labelColor\u0022,\u0022id\u0022:\u0022labelColor\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022label\u0022,\u0022value\u0022:false}],\u0022props\u0022:{\u0022disableAlpha\u0022:true}}}},\u0022symbolConfig\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022bar-symbol-config\u0022,\u0022hide\u0022:false,\u0022properties\u0022:{\u0022showSymbol\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showSymbol\u0022,\u0022redirect\u0022:\u0022showSymbol\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6807\u8BB0\u70B9\u0022}},\u0022symbol\u0022:{\u0022type\u0022:\u0022select\u0022,\u0022id\u0022:\u0022symbol\u0022,\u0022redirect\u0022:\u0022symbol\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showSymbol\u0022,\u0022value\u0022:false}],\u0022defaultValue\u0022:\u0022circle\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022circle\u0022},{\u0022value\u0022:\u0022hollowCircle\u0022},{\u0022value\u0022:\u0022diamond\u0022},{\u0022value\u0022:\u0022hollowDiamond\u0022}]}}}},\u0022showBoundaryValue\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showBoundaryValue\u0022,\u0022redirect\u0022:\u0022showBoundaryValue\u0022,\u0022hide\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6700\u503C\u0022}},\u0022lineStyle\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022bar-line-config\u0022,\u0022title\u0022:\u0022\u7EBF\u6761\u6837\u5F0F\u0022,\u0022hide\u0022:false,\u0022properties\u0022:{\u0022lineStyle\u0022:{\u0022type\u0022:\u0022select\u0022,\u0022redirect\u0022:\u0022lineStyle\u0022,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022solid\u0022},{\u0022value\u0022:\u0022dotted\u0022},{\u0022value\u0022:\u0022dashed\u0022}]}}}},\u0022numberFormat\u0022:{\u0022type\u0022:\u0022number-format\u0022,\u0022title\u0022:\u0022\u6570\u503C\u663E\u793A\u683C\u5F0F\u8BBE\u7F6E\u0022,\u0022defaultValue\u0022:{\u0022fmtType\u0022:null}}}},\u0022defaultSelectedField\u0022:null,\u0022selectedType\u0022:\u0022Select\u0022},\u0022defaultValue\u0022:{\u00222013\u0022:{\u0022aliasName\u0022:\u00222013\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222014\u0022:{\u0022aliasName\u0022:\u00222014\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222015\u0022:{\u0022aliasName\u0022:\u00222015\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222016\u0022:{\u0022aliasName\u0022:\u00222016\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222017\u0022:{\u0022aliasName\u0022:\u00222017\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222018\u0022:{\u0022aliasName\u0022:\u00222018\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222019\u0022:{\u0022aliasName\u0022:\u00222019\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222020\u0022:{\u0022aliasName\u0022:\u00222020\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022:{\u0022uuid\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022,\u0022aliasName\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022}}}}}}},\u0022adjustedSize\u0022:{\u0022width\u0022:1086,\u0022height\u0022:307}}}\u0060)\r\nwindow.b = JSON.parse(\u0060{\u0022relationChart\u0022:{},\u0022relation\u0022:{},\u0022attribute\u0022:{\u0022type\u0022:\u0022line\u0022,\u0022caption\u0022:\u0022\u7EBF\u56FE-company_sales_record_mysql_\u526F\u672C_\u6D4B\u8BD5\u0022,\u0022drillFocus\u0022:false,\u0022chartprop\u0022:{\u0022orient\u0022:\u0022\u0022,\u0022customTheme\u0022:\u0022default\u0022,\u0022customThemeEnable\u0022:false,\u0022group\u0022:false,\u0022groupBy\u0022:-1,\u0022twis\u0022:false,\u0022horizontal\u0022:false,\u0022stack\u0022:false,\u0022percent\u0022:false,\u0022value\u0022:true,\u0022title\u0022:true,\u0022category\u0022:true,\u0022area\u0022:false,\u0022smooth\u0022:true,\u0022minWidth\u0022:240,\u0022showSlide\u0022:\u0022auto\u0022,\u0022split\u0022:0,\u0022showLabels\u0022:false,\u0022showLabelsType\u0022:\u0022all\u0022,\u0022theme\u0022:\u0022default\u0022},\u0022legend\u0022:{\u0022orient\u0022:\u0022top\u0022,\u0022show\u0022:true},\u0022tooltip\u0022:{\u0022show\u0022:true},\u0022title\u0022:{\u0022show\u0022:true,\u0022color\u0022:\u0022\u0022,\u0022showLink\u0022:false,\u0022linkName\u0022:\u0022\u0022},\u0022basic\u0022:{\u0022isFmt\u0022:true,\u0022fmt\u0022:\u0022CN\u0022,\u0022bgType\u0022:\u00220\u0022,\u0022bgColor\u0022:\u0022#ffffff\u0022},\u0022xaxis\u0022:{\u0022showLine\u0022:true,\u0022showLabel\u0022:true,\u0022showTitleAndUnit\u0022:true,\u0022labelRotate\u0022:\u0022auto\u0022,\u0022fmt\u0022:\u0022CN\u0022,\u0022minAuto\u0022:true,\u0022maxAuto\u0022:true,\u0022autoZoom\u0022:false,\u0022lineStyle\u0022:\u0022solid\u0022,\u0022lineWeight\u0022:1,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false,\u0022fmt\u0022:\u0022\u0022},\u0022showGrid\u0022:false,\u0022gridStyle\u0022:\u0022solid\u0022,\u0022gridWeight\u0022:1,\u0022showTick\u0022:false},\u0022yaxis\u0022:{\u0022showLine\u0022:true,\u0022showLabel\u0022:true,\u0022showTitleAndUnit\u0022:true,\u0022labelRotate\u0022:\u0022auto\u0022,\u0022fmt\u0022:\u0022CN\u0022,\u0022minAuto\u0022:true,\u0022maxAuto\u0022:true,\u0022autoZoom\u0022:false,\u0022lineStyle\u0022:\u0022solid\u0022,\u0022lineWeight\u0022:1,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false,\u0022fmt\u0022:\u0022\u0022},\u0022showGrid\u0022:false,\u0022gridStyle\u0022:\u0022solid\u0022,\u0022gridWeight\u0022:1,\u0022showTick\u0022:false},\u0022y2axis\u0022:{\u0022showLine\u0022:true,\u0022showLabel\u0022:true,\u0022showTitleAndUnit\u0022:true,\u0022labelRotate\u0022:\u0022auto\u0022,\u0022fmt\u0022:\u0022CN\u0022},\u0022smooth\u0022:true,\u0022chartTheme\u0022:\u0022business\u0022,\u0022showLabels\u0022:false,\u0022labelValues\u0022:[\u0022measure\u0022],\u0022showLabelsType\u0022:\u0022auto\u0022,\u0022lineSymbolConfig\u0022:{\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u0022legendOrient\u0022:\u0022top\u0022,\u0022themeSeriesColor\u0022:{\u0022customColor\u0022:false,\u0022theme\u0022:\u0022business\u0022},\u0022twis\u0022:false,\u0022syncTwisTicks\u0022:false,\u0022showSlide\u0022:\u0022auto\u0022,\u0022dimValueSampling\u0022:\u0022autoHideRotate\u0022,\u0022connectNulls\u0022:false,\u0022axisConfig\u0022:{\u0022tab\u0022:\u0022xaxis\u0022,\u0022axisPos\u0022:\u0022xaxis\u0022},\u0022fieldSettingMap\u0022:{\u00222013\u0022:{\u0022aliasName\u0022:\u00222013\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222014\u0022:{\u0022aliasName\u0022:\u00222014\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222015\u0022:{\u0022aliasName\u0022:\u00222015\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222016\u0022:{\u0022aliasName\u0022:\u00222016\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222017\u0022:{\u0022aliasName\u0022:\u00222017\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222018\u0022:{\u0022aliasName\u0022:\u00222018\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222019\u0022:{\u0022aliasName\u0022:\u00222019\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222020\u0022:{\u0022aliasName\u0022:\u00222020\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022:{\u0022uuid\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022,\u0022aliasName\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022}},\u0022nextChartTheme\u0022:null,\u0022mark\u0022:{\u0022show\u0022:false,\u0022content\u0022:{\u0022template\u0022:\u0022\u0022},\u0022position\u0022:\u0022title\u0022},\u0022footer\u0022:{\u0022show\u0022:false,\u0022content\u0022:{\u0022template\u0022:\u0022\u0022}},\u0022customBackground\u0022:{\u0022enable\u0022:false,\u0022imageEnable\u0022:false,\u0022imageDefault\u0022:\u0022//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png\u0022,\u0022display\u0022:2},\u0022stack\u0022:false,\u0022percent\u0022:false,\u0022isMobileLastDimensionValueSelected\u0022:true,\u0022syncTwisConfigType\u0022:\u0022syncTicksNum\u0022,\u0022filterIndicator\u0022:false,\u0022defaultShowIndicators\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022},\u0022icon\u0022:\u0022sc-line\u0022,\u0022caption\u0022:\u0022\u7EBF\u56FE\u0022,\u0022tooltip\u0022:\u0022\u7EBF\u56FE\u0022,\u0022supperDrill\u0022:true,\u0022supportFilter\u0022:true,\u0022group\u0022:\u0022LINE\u0022,\u0022tileLayout\u0022:{\u0022x\u0022:0,\u0022y\u0022:0,\u0022w\u0022:12,\u0022h\u0022:15,\u0022i\u0022:\u0022hh64y8nm\u0022,\u0022minW\u0022:2,\u0022minH\u0022:3},\u0022serverId\u0022:\u0022d4ec0f50-0f85-4df9-b815-a8f52fae8c69\u0022,\u0022input\u0022:{\u0022sourceId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30\u0022,\u0022queryDetail\u0022:false,\u0022limitNum\u0022:1000,\u0022area\u0022:[{\u0022id\u0022:\u0022drill\u0022,\u0022areaName\u0022:\u0022\u94BB\u53D6/\u7EF4\u5EA6\u0022,\u0022queryAxis\u0022:\u0022drill\u0022,\u0022rule\u0022:{\u0022show\u0022:false,\u0022type\u0022:\u0022dimension\u0022,\u0022required\u0022:false,\u0022maxColNum\u0022:6},\u0022columnList\u0022:[]},{\u0022id\u0022:\u0022area_value\u0022,\u0022areaName\u0022:\u0022\u503C\u8F74/\u5EA6\u91CF\u0022,\u0022queryAxis\u0022:\u0022column\u0022,\u0022rule\u0022:{\u0022type\u0022:\u0022measure\u0022,\u0022required\u0022:true},\u0022columnList\u0022:[{\u0022name\u0022:\u0022N69b1c4_order_number\u0022,\u0022caption\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022colType\u0022:\u0022number\u0022,\u0022isCalc\u0022:false,\u0022skin\u0022:\u0022number\u0022,\u0022itemType\u0022:\u0022measure\u0022,\u0022aggregator\u0022:\u0022sum\u0022,\u0022useaggregator\u0022:\u0022sum\u0022,\u0022unvalid\u0022:false,\u0022uuid\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022,\u0022key\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022isMask\u0022:false}]},{\u0022id\u0022:\u0022area_type\u0022,\u0022areaName\u0022:\u0022\u7C7B\u522B\u8F74/\u7EF4\u5EA6\u0022,\u0022queryAxis\u0022:\u0022row\u0022,\u0022rule\u0022:{\u0022type\u0022:\u0022dimension\u0022,\u0022required\u0022:true},\u0022columnList\u0022:[{\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]\u0022,\u0022itemType\u0022:\u0022geographic\u0022,\u0022levels\u0022:[{\u0022colType\u0022:\u0022location\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022type\u0022:null,\u0022levelGranularity\u0022:\u0022REGION\u0022,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022displayType\u0022:null}],\u0022isDrillEnabled\u0022:false,\u0022uuid\u0022:\u00229d855492-e8e9-45ce-a5f2-5c301f58618f\u0022,\u0022key\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022isMask\u0022:false}]},{\u0022id\u0022:\u0022area_color\u0022,\u0022areaName\u0022:\u0022\u989C\u8272\u56FE\u4F8B/\u7EF4\u5EA6\u0022,\u0022queryAxis\u0022:\u0022row\u0022,\u0022rule\u0022:{\u0022type\u0022:\u0022dimension\u0022,\u0022maxColNum\u0022:1,\u0022required\u0022:false},\u0022columnList\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022levels\u0022:[{\u0022colType\u0022:\u0022datetime\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022type\u0022:\u0022yearRegion\u0022,\u0022levelGranularity\u0022:\u0022year\u0022,\u0022name\u0022:\u00221086245133_yearRange\u0022,\u0022displayType\u0022:null}],\u0022uuid\u0022:\u002225a15543-cdca-43a3-9f70-e069b9983136\u0022,\u0022key\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022isMask\u0022:false}]},{\u0022id\u0022:\u0022filters\u0022,\u0022areaName\u0022:\u0022\u8FC7\u6EE4\u5668\u0022,\u0022queryAxis\u0022:\u0022filters\u0022,\u0022rule\u0022:{\u0022type\u0022:\u0022all\u0022,\u0022required\u0022:false},\u0022columnList\u0022:[]}],\u0022drillGroup\u0022:[],\u0022freshTime\u0022:{\u0022isFreshEnable\u0022:false,\u0022freshTimeNumber\u0022:5,\u0022freshTimeUnit\u0022:\u0022min\u0022},\u0022sourceInfo\u0022:{\u0022metaModelVersion\u0022:\u00222.0\u0022,\u0022schemaExtraInfo\u0022:{\u0022permissionList\u0022:[\u0022cooperative_permission\u0022,\u0022data_level_permission_column\u0022,\u0022data_level_permission_row\u0022,\u0022data_mask\u0022,\u0022delete\u0022,\u0022edit\u0022,\u0022move\u0022,\u0022property\u0022,\u0022row_level_permission\u0022,\u0022view\u0022],\u0022hasAuthorizedUse\u0022:true,\u0022aimDirId\u0022:null,\u0022dataLevelAttributeIds\u0022:[],\u0022aggFunctions\u0022:[\u0022SUM\u0022,\u0022AVG\u0022,\u0022COUNT\u0022,\u0022COUNTD\u0022,\u0022MAX\u0022,\u0022MIN\u0022,\u0022STDDEV_POP\u0022,\u0022STDDEV_SAMP\u0022,\u0022VAR_POP\u0022,\u0022VAR_SAMP\u0022],\u0022isOpenRowLevelPermission\u0022:0,\u0022isOpenColumnLevelPermission\u0022:0,\u0022isDataMaskOpen\u0022:0,\u0022authorizedUseType\u0022:1,\u0022rowLevelType\u0022:0},\u0022physicalSchema\u0022:{\u0022tables\u0022:[{\u0022uniqueId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022caption\u0022:\u0022company_sales_record_copy\u0022,\u0022fromPanel\u0022:false,\u0022tableName\u0022:\u0022company_sales_record_copy\u0022,\u0022datasourceId\u0022:\u002296feb5c7-c704-4cf6-a25f-46d866ce7a78\u0022,\u0022factTable\u0022:true,\u0022dsType\u0022:\u0022mysql\u0022}],\u0022virtualTables\u0022:[],\u0022links\u0022:[],\u0022sqlHintTypes\u0022:[]},\u0022cubeSchema\u0022:{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30\u0022,\u0022caption\u0022:\u0022company_sales_record_copy_xixi\u0022,\u0022fromPanel\u0022:false,\u0022cubeId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30\u0022,\u0022datasourceId\u0022:\u002296feb5c7-c704-4cf6-a25f-46d866ce7a78\u0022,\u0022fields\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u91CF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:null,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:null,\u0022calculateMember\u0022:true,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u91CF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00226f037037-c18b-4ae2-bf04-5fe742666293\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:null,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:false,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022count($u0003N69b1c4_order_id$u0003)\u0022,\u0022dataGroup\u0022:null},\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]\u0022,\u0022caption\u0022:\u0022\u7B14\u5355\u4EF7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:null,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:null,\u0022calculateMember\u0022:true,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]\u0022,\u0022caption\u0022:\u0022\u7B14\u5355\u4EF7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00224d928bee-f815-42bf-bd88-5be252d17c12\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:null,\u0022granularity\u0022:null,\u0022format\u0022:\u0022#,##0\u0022,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:false,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)\u0022,\u0022dataGroup\u0022:null},\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022caption\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_number\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022order_number\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022caption\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_number\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u6570\u91CF\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]\u0022,\u0022caption\u0022:\u0022\u6210\u4EA4\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_amt\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022order_amt\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]\u0022,\u0022caption\u0022:\u0022\u6210\u4EA4\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_amt\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:\u0022#,##0.0\u0022,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u91D1\u989D\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]\u0022,\u0022caption\u0022:\u0022\u6298\u6263\u70B9\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_back_point\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022back_point\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]\u0022,\u0022caption\u0022:\u0022\u6298\u6263\u70B9\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_back_point\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u6298\u6263\u70B9\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]\u0022,\u0022caption\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_profit_amt\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022profit_amt\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]\u0022,\u0022caption\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_profit_amt\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:\u0022#,##0.0\u0022,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_cost\u0022,\u0022type\u0022:\u0022Measure\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022shipping_cost\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_cost\u0022,\u0022dataType\u0022:\u0022number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022originDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022format\u0022:\u0022#,##0.0\u0022,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022area\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022geographic\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:\u0022REGION\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u533A\u57DF\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]\u0022,\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022province\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]\u0022,\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022geographic\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:\u0022PROVINCE\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u7701\u4EFD\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]\u0022,\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022city\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]\u0022,\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022geographic\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:\u0022CITY\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u57CE\u5E02\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022order_id\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_report_date\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022report_date\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_yearRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(quarter)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_quarterRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-quarter\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u6708\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_monthRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-month\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(week)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_weekRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-week\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:1,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_dayRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-month-day\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(hour)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_hourRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(minute)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_minRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour-minute\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(second)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221086245133_secRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour-minute-second\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022}],\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]\u0022,\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022customer_name\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]\u0022,\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022order_level\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022shipping_type\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022product_type\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022product_name\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022product_box\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022shipping_date\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(year)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_yearRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(quarter)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_quarterRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-quarter\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(month)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_monthRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-month\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(week)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_weekRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-week\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:1,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(day)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_dayRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022year-month-day\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(hour)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_hourRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(minute)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_minRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour-minute\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(second)\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00221132942045_secRange\u0022,\u0022dataType\u0022:\u0022datetime\u0022,\u0022secondDataType\u0022:\u0022datetime\u0022,\u0022originDataType\u0022:\u0022datetime\u0022,\u0022granularity\u0022:\u0022hour-minute-second\u0022,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022}],\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022product_sub_type\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]\u0022,\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022ttttttt\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]\u0022,\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022t\u6D4B\u8BD5\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]\u0022,\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022sadasf\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]\u0022,\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022sa\u6D4B\u8BD5\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]\u0022,\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022sss\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]\u0022,\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022ss\u6D4B\u8BD5\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]\u0022,\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022xxx\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]\u0022,\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022xx\u6D4B\u8BD5\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]\u0022,\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:\u0022sagddfhnfd\u0022,\u0022calculateMember\u0022:false,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]\u0022,\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022}],\u0022comments\u0022:null},{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022type\u0022:\u0022Dimension\u0022,\u0022table\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022column\u0022:null,\u0022calculateMember\u0022:true,\u0022attributes\u0022:[{\u0022uniqueId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022dataType\u0022:\u0022string\u0022,\u0022secondDataType\u0022:\u0022string\u0022,\u0022originDataType\u0022:\u0022string\u0022,\u0022granularity\u0022:null,\u0022format\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022case when $u0003N69b1c4_order_level$u0003=\u0027\u9AD8\u7EA7\u0027 then \u0027\u9AD8\u7EA7\u0027 else \u0027\u5176\u4ED6\u0027 end\u0022,\u0022dataGroup\u0022:null},\u0022sortModel\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022}],\u0022comments\u0022:null}],\u0022fieldTree\u0022:[{\u0022type\u0022:\u0022hierarchy\u0022,\u0022caption\u0022:\u0022\u533A\u57DF_\u5C42\u7EA7\u7ED3\u6784\u0022,\u0022id\u0022:\u0022359bc5ba-a365-46a1-a56f-b72022f10198\u0022,\u0022children\u0022:[{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false}],\u0022flag\u0022:\u0022DimensionNormal\u0022,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022hierarchy\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022children\u0022:[{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false}],\u0022flag\u0022:\u0022DimensionDate\u0022,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022hierarchy\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022children\u0022:[{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false}],\u0022flag\u0022:\u0022DimensionDate\u0022,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022folder\u0022,\u0022caption\u0022:\u0022\u9ED8\u8BA4\u0022,\u0022id\u0022:\u002218c63459-a2c0-3902-ac77-90430f761214\u0022,\u0022children\u0022:[{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false},{\u0022type\u0022:\u0022attribute\u0022,\u0022caption\u0022:null,\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]\u0022,\u0022children\u0022:[],\u0022flag\u0022:null,\u0022refUniqueId\u0022:null,\u0022fromPanel\u0022:false}],\u0022flag\u0022:\u0022MeasureLinked\u0022,\u0022refUniqueId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022fromPanel\u0022:false}],\u0022filter\u0022:{\u0022logicalOperator\u0022:null,\u0022filterElements\u0022:null,\u0022filters\u0022:null},\u0022params\u0022:[],\u0022sqlPlaceholders\u0022:[]},\u0022sqlParams\u0022:[],\u0022sqlPlaceholders\u0022:[],\u0022permissionList\u0022:[\u0022cooperative_permission\u0022,\u0022data_level_permission_column\u0022,\u0022data_level_permission_row\u0022,\u0022data_mask\u0022,\u0022delete\u0022,\u0022edit\u0022,\u0022move\u0022,\u0022property\u0022,\u0022row_level_permission\u0022,\u0022view\u0022],\u0022hasAuthorizedUse\u0022:true,\u0022aimDirId\u0022:null,\u0022dataLevelAttributeIds\u0022:[],\u0022aggFunctions\u0022:[\u0022SUM\u0022,\u0022AVG\u0022,\u0022COUNT\u0022,\u0022COUNTD\u0022,\u0022MAX\u0022,\u0022MIN\u0022,\u0022STDDEV_POP\u0022,\u0022STDDEV_SAMP\u0022,\u0022VAR_POP\u0022,\u0022VAR_SAMP\u0022],\u0022isOpenRowLevelPermission\u0022:0,\u0022isOpenColumnLevelPermission\u0022:0,\u0022isDataMaskOpen\u0022:0,\u0022authorizedUseType\u0022:1,\u0022rowLevelType\u0022:0,\u0022caption\u0022:\u0022company_sales_record_copy_xixi\u0022,\u0022cubeId\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30\u0022,\u0022datasourceId\u0022:\u002296feb5c7-c704-4cf6-a25f-46d866ce7a78\u0022,\u0022name\u0022:\u00226625d99f-2e3a-4813-b8a5-27a314cabe30.{TABLE}.[company_sales_record_copy]\u0022,\u0022dsType\u0022:\u0022mysql\u0022,\u0022calculatedMember\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u91CF\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00226f037037-c18b-4ae2-bf04-5fe742666293\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:false,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022count($u0003N69b1c4_order_id$u0003)\u0022,\u0022dataGroup\u0022:null},\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022,\u0022isAggregationCalculate\u0022:true,\u0022formula\u0022:\u0022count($u0003N69b1c4_order_id$u0003)\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[6f037037-c18b-4ae2-bf04-5fe742666293]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:null,\u0022originColType\u0022:null,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:null,\u0022formatStr\u0022:null,\u0022iconSkin\u0022:\u0022calc\u0022},{\u0022caption\u0022:\u0022\u7B14\u5355\u4EF7\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u00224d928bee-f815-42bf-bd88-5be252d17c12\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:false,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)\u0022,\u0022dataGroup\u0022:null},\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022,\u0022isAggregationCalculate\u0022:true,\u0022formula\u0022:\u0022sum($u0003N69b1c4_order_amt$u0003) / count($u0003N69b1c4_order_id$u0003)\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[4d928bee-f815-42bf-bd88-5be252d17c12]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:null,\u0022originColType\u0022:null,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:\u0022#,##0\u0022,\u0022formatStr\u0022:\u0022#,##0\u0022,\u0022iconSkin\u0022:\u0022calc\u0022}],\u0022dimensions\u0022:[{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u533A\u57DF\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u533A\u57DF\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022name\u0022:\u0022N69b1c4_area\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:\u0022REGION\u0022,\u0022factColumn\u0022:\u0022area\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022geographic\u0022,\u0022dimName\u0022:\u0022N69b1c4_area\u0022,\u0022dimCaption\u0022:\u0022\u533A\u57DF\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022location\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:\u0022GeographicDimension\u0022},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]\u0022,\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u7701\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u7701\u4EFD\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province].[N69b1c4_province].[N69b1c4_province]\u0022,\u0022name\u0022:\u0022N69b1c4_province\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:\u0022PROVINCE\u0022,\u0022factColumn\u0022:\u0022province\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022geographic\u0022,\u0022dimName\u0022:\u0022N69b1c4_province\u0022,\u0022dimCaption\u0022:\u0022\u7701\u4EFD\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_province]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022location\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:\u0022GeographicDimension\u0022},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]\u0022,\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u57CE\u5E02\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u57CE\u5E02\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city].[N69b1c4_city].[N69b1c4_city]\u0022,\u0022name\u0022:\u0022N69b1c4_city\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:\u0022CITY\u0022,\u0022factColumn\u0022:\u0022city\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022geographic\u0022,\u0022dimName\u0022:\u0022N69b1c4_city\u0022,\u0022dimCaption\u0022:\u0022\u57CE\u5E02\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_city]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022location\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:\u0022GeographicDimension\u0022},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id].[N69b1c4_order_id].[N69b1c4_order_id]\u0022,\u0022name\u0022:\u0022N69b1c4_order_id\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022order_id\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_order_id\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u7F16\u53F7\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_id]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022name\u0022:\u0022N69b1c4_report_date\u0022,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_report_date\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022name\u0022:\u00221086245133_yearRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:0,\u0022type\u0022:\u0022yearRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(quarter)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_quarterRange]\u0022,\u0022name\u0022:\u00221086245133_quarterRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-quarter\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:1,\u0022type\u0022:\u0022quarterRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u6708\u4EFD\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_monthRange]\u0022,\u0022name\u0022:\u00221086245133_monthRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-month\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:2,\u0022type\u0022:\u0022monthRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(week)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:1,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_weekRange]\u0022,\u0022name\u0022:\u00221086245133_weekRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-week\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:3,\u0022type\u0022:\u0022weekRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_dayRange]\u0022,\u0022name\u0022:\u00221086245133_dayRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-month-day\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:4,\u0022type\u0022:\u0022dateRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(hour)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_hourRange]\u0022,\u0022name\u0022:\u00221086245133_hourRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:5,\u0022type\u0022:\u0022hourRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(minute)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_minRange]\u0022,\u0022name\u0022:\u00221086245133_minRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour-minute\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:6,\u0022type\u0022:\u0022minRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8BA2\u5355\u65E5\u671F(second)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_secRange]\u0022,\u0022name\u0022:\u00221086245133_secRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour-minute-second\u0022,\u0022factColumn\u0022:\u0022report_date\u0022,\u0022order\u0022:7,\u0022type\u0022:\u0022secRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_report_date\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022}]}],\u0022type\u0022:\u0022StrDateTypeDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]\u0022,\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name].[N69b1c4_customer_name].[N69b1c4_customer_name]\u0022,\u0022name\u0022:\u0022N69b1c4_customer_name\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022customer_name\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_customer_name\u0022,\u0022dimCaption\u0022:\u0022\u5BA2\u6237\u540D\u79F0\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_customer_name]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level].[N69b1c4_order_level].[N69b1c4_order_level]\u0022,\u0022name\u0022:\u0022N69b1c4_order_level\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022order_level\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_order_level\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_level]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type].[N69b1c4_shipping_type].[N69b1c4_shipping_type]\u0022,\u0022name\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022shipping_type\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_type\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65B9\u5F0F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_type]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type].[N69b1c4_product_type].[N69b1c4_product_type]\u0022,\u0022name\u0022:\u0022N69b1c4_product_type\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022product_type\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_product_type\u0022,\u0022dimCaption\u0022:\u0022\u4EA7\u54C1\u7C7B\u578B\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_type]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name].[N69b1c4_product_name].[N69b1c4_product_name]\u0022,\u0022name\u0022:\u0022N69b1c4_product_name\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022product_name\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_product_name\u0022,\u0022dimCaption\u0022:\u0022\u4EA7\u54C1\u540D\u79F0\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_name]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box].[N69b1c4_product_box].[N69b1c4_product_box]\u0022,\u0022name\u0022:\u0022N69b1c4_product_box\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022product_box\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_product_box\u0022,\u0022dimCaption\u0022:\u0022\u4EA7\u54C1\u5305\u7BB1\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_box]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022name\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(year)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_yearRange]\u0022,\u0022name\u0022:\u00221132942045_yearRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:0,\u0022type\u0022:\u0022yearRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(quarter)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_quarterRange]\u0022,\u0022name\u0022:\u00221132942045_quarterRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-quarter\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:1,\u0022type\u0022:\u0022quarterRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(month)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_monthRange]\u0022,\u0022name\u0022:\u00221132942045_monthRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-month\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:2,\u0022type\u0022:\u0022monthRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(week)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:1,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_weekRange]\u0022,\u0022name\u0022:\u00221132942045_weekRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-week\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:3,\u0022type\u0022:\u0022weekRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(day)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_dayRange]\u0022,\u0022name\u0022:\u00221132942045_dayRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022year-month-day\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:4,\u0022type\u0022:\u0022dateRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(hour)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_hourRange]\u0022,\u0022name\u0022:\u00221132942045_hourRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:5,\u0022type\u0022:\u0022hourRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(minute)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_minRange]\u0022,\u0022name\u0022:\u00221132942045_minRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour-minute\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:6,\u0022type\u0022:\u0022minRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F(second)\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date].[N69b1c4_shipping_date].[1132942045_secRange]\u0022,\u0022name\u0022:\u00221132942045_secRange\u0022,\u0022colType\u0022:\u0022datetime\u0022,\u0022originColType\u0022:\u0022datetime\u0022,\u0022levelGranularity\u0022:\u0022hour-minute-second\u0022,\u0022factColumn\u0022:\u0022shipping_date\u0022,\u0022order\u0022:7,\u0022type\u0022:\u0022secRegion\u0022,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022datetime\u0022,\u0022dimName\u0022:\u0022N69b1c4_shipping_date\u0022,\u0022dimCaption\u0022:\u0022\u8FD0\u8F93\u65E5\u671F\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_date]\u0022,\u0022itemType\u0022:\u0022datetime\u0022,\u0022iconSkin\u0022:\u0022datetime\u0022}]}],\u0022type\u0022:\u0022StrDateTypeDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type].[N69b1c4_product_sub_type].[N69b1c4_product_sub_type]\u0022,\u0022name\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022product_sub_type\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_product_sub_type\u0022,\u0022dimCaption\u0022:\u0022\u4EA7\u54C1\u5C0F\u7C7B\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_product_sub_type]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]\u0022,\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt].[N69b1c4_ttttttt].[N69b1c4_ttttttt]\u0022,\u0022name\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022ttttttt\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_ttttttt\u0022,\u0022dimCaption\u0022:\u0022t\u6D4B\u8BD5\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_ttttttt]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]\u0022,\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf].[N69b1c4_sadasf].[N69b1c4_sadasf]\u0022,\u0022name\u0022:\u0022N69b1c4_sadasf\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022sadasf\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_sadasf\u0022,\u0022dimCaption\u0022:\u0022sa\u6D4B\u8BD5\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sadasf]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]\u0022,\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss].[N69b1c4_sss].[N69b1c4_sss]\u0022,\u0022name\u0022:\u0022N69b1c4_sss\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022sss\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_sss\u0022,\u0022dimCaption\u0022:\u0022ss\u6D4B\u8BD5\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sss]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]\u0022,\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx].[N69b1c4_xxx].[N69b1c4_xxx]\u0022,\u0022name\u0022:\u0022N69b1c4_xxx\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022xxx\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_xxx\u0022,\u0022dimCaption\u0022:\u0022xx\u6D4B\u8BD5\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_xxx]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]\u0022,\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd].[N69b1c4_sagddfhnfd]\u0022,\u0022name\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:\u0022sagddfhnfd\u0022,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022N69b1c4_sagddfhnfd\u0022,\u0022dimCaption\u0022:\u0022xxxdss\u54C8\u54C8\u54C8\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_sagddfhnfd]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null},{\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022comments\u0022:null,\u0022fieldType\u0022:\u0022Dimension\u0022,\u0022hierarchies\u0022:[{\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022comments\u0022:null,\u0022levels\u0022:[{\u0022caption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022fromPanel\u0022:false,\u0022format\u0022:null,\u0022aggregator\u0022:null,\u0022supportAggregation\u0022:null,\u0022mult\u0022:null,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:{\u0022type\u0022:\u0022udf\u0022,\u0022value\u0022:\u0022case when $u0003N69b1c4_order_level$u0003=\u0027\u9AD8\u7EA7\u0027 then \u0027\u9AD8\u7EA7\u0027 else \u0027\u5176\u4ED6\u0027 end\u0022,\u0022dataGroup\u0022:null},\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u0022,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81].[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022name\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022colType\u0022:\u0022string\u0022,\u0022originColType\u0022:\u0022string\u0022,\u0022levelGranularity\u0022:null,\u0022factColumn\u0022:null,\u0022order\u0022:0,\u0022type\u0022:null,\u0022sortType\u0022:null,\u0022customOrder\u0022:null,\u0022dataTimeFormat\u0022:null,\u0022displayType\u0022:\u0022string\u0022,\u0022dimName\u0022:\u0022e2111007-acf4-48d9-8e6a-8f12946a4b81\u0022,\u0022dimCaption\u0022:\u0022\u8BA2\u5355\u7B49\u7EA7\u5206\u7C7B\u0022,\u0022dimPathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[e2111007-acf4-48d9-8e6a-8f12946a4b81]\u0022,\u0022itemType\u0022:\u0022string\u0022,\u0022iconSkin\u0022:\u0022string\u0022}]}],\u0022type\u0022:\u0022StandardDimension\u0022,\u0022specialDimType\u0022:null}],\u0022measures\u0022:[{\u0022caption\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_number\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u6570\u91CF\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022order_number\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:null,\u0022formatStr\u0022:null,\u0022iconSkin\u0022:\u0022number\u0022},{\u0022caption\u0022:\u0022\u6210\u4EA4\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_order_amt\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8BA2\u5355\u91D1\u989D\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_amt]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022order_amt\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:\u0022#,##0.0\u0022,\u0022formatStr\u0022:\u0022#,##0.0\u0022,\u0022iconSkin\u0022:\u0022number\u0022},{\u0022caption\u0022:\u0022\u6298\u6263\u70B9\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_back_point\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u6298\u6263\u70B9\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_back_point]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022back_point\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:null,\u0022formatStr\u0022:null,\u0022iconSkin\u0022:\u0022number\u0022},{\u0022caption\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_profit_amt\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u5229\u6DA6\u91D1\u989D\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_profit_amt]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022profit_amt\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:\u0022#,##0.0\u0022,\u0022formatStr\u0022:\u0022#,##0.0\u0022,\u0022iconSkin\u0022:\u0022number\u0022},{\u0022caption\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022,\u0022fromPanel\u0022:false,\u0022name\u0022:\u0022N69b1c4_shipping_cost\u0022,\u0022secondDataType\u0022:\u0022number\u0022,\u0022granularity\u0022:null,\u0022dataFormat\u0022:null,\u0022aggregator\u0022:\u0022sum\u0022,\u0022supportAggregation\u0022:true,\u0022firstDayOfWeek\u0022:null,\u0022expression\u0022:null,\u0022isHidden\u0022:false,\u0022comments\u0022:\u0022\u8FD0\u8F93\u6210\u672C\u0022,\u0022isAggregationCalculate\u0022:false,\u0022formula\u0022:null,\u0022pathId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_shipping_cost]\u0022,\u0022fieldType\u0022:\u0022Measure\u0022,\u0022column\u0022:\u0022shipping_cost\u0022,\u0022originColType\u0022:\u0022number\u0022,\u0022multString\u0022:null,\u0022colType\u0022:\u0022number\u0022,\u0022formatString\u0022:\u0022#,##0.0\u0022,\u0022formatStr\u0022:\u0022#,##0.0\u0022,\u0022iconSkin\u0022:\u0022number\u0022}],\u0022load\u0022:false},\u0022lastFetchTime\u0022:1411.8999999910593},\u0022isQuery\u0022:true,\u0022correct\u0022:\u002250a3fc15-5b36-4aea-b1ee-670f1b0d12f2\u0022,\u0022$runtimeData\u0022:{\u0022schemaConfigs\u0022:{\u0022styleSchema\u0022:{\u0022schema\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022bar-config-panel \u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022collapse\u0022},\u0022properties\u0022:{\u0022commonConfig\u0022:{\u0022title\u0022:\u0022\u57FA\u7840\u4FE1\u606F\u0022,\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-title-container\u0022,\u0022properties\u0022:{\u0022show\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022title\u0022,\u0022redirect\u0022:\u0022title.show\u0022,\u0022propertyOrder\u0022:1,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u4E3B\u6807\u9898\u0022}},\u0022captionContainer\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-title-caption-container\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022title\u0022,\u0022value\u0022:false}],\u0022propertyOrder\u0022:2,\u0022properties\u0022:{\u0022titleAndColor\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-title-caption-title-color\u0022,\u0022properties\u0022:{\u0022caption\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022redirect\u0022:\u0022caption\u0022,\u0022props\u0022:{\u0022debounceTime\u0022:500,\u0022maxLength\u0022:50,\u0022placeholder\u0022:\u0022\u4E3B\u6807\u9898\u0022}}}},\u0022color\u0022:{\u0022type\u0022:\u0022color\u0022,\u0022redirect\u0022:\u0022title.color\u0022,\u0022props\u0022:{\u0022disableAlpha\u0022:true}}}},\u0022mark\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022mark\u0022,\u0022redirect\u0022:\u0022mark.show\u0022,\u0022className\u0022:\u0022basic-mark-show-container\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5907\u6CE8\u0022}},\u0022markGroups\u0022:{\u0022id\u0022:\u0022markGroups\u0022,\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-mark-config-container\u0022,\u0022properties\u0022:{\u0022markContent\u0022:{\u0022type\u0022:\u0022richTextEditor\u0022,\u0022id\u0022:\u0022markContent\u0022,\u0022redirect\u0022:\u0022mark.content\u0022,\u0022title\u0022:\u0022\u5907\u6CE8\u5185\u5BB9\u0022,\u0022defaultValue\u0022:{\u0022template\u0022:\u0022\u0022},\u0022props\u0022:{\u0022open\u0022:true,\u0022componentId\u0022:\u0022hh64y8nm\u0022,\u0022position\u0022:\u0022header\u0022,\u0022fields\u0022:[{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022name\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022type\u0022:\u0022measure\u0022,\u0022value\u0022:\u00227865\u0022,\u0022aggregation\u0022:\u0022\u6C42\u548C\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}},{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022name\u0022:\u0022\u533A\u57DF\u0022,\u0022type\u0022:\u0022dimension\u0022,\u0022value\u0022:\u0022\u4E1C\u5317\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}},{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022name\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022type\u0022:\u0022dimension\u0022,\u0022value\u0022:\u00222013\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}}],\u0022cubeFieldsGroup\u0022:[],\u0022queryFieldsGroup\u0022:[],\u0022selfQueryFields\u0022:[],\u0022enableFields\u0022:true,\u0022defaultValue\u0022:{\u0022template\u0022:\u0022\u0022}}},\u0022markPosition\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022markPosition\u0022,\u0022redirect\u0022:\u0022mark.position\u0022,\u0022defaultValue\u0022:\u0022title\u0022,\u0022title\u0022:\u0022\u4F4D\u7F6E\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u7D27\u8DDF\u6807\u9898\u0022,\u0022value\u0022:\u0022title\u0022},{\u0022label\u0022:\u0022\u56FE\u8868\u4E0A\u65B9\u0022,\u0022value\u0022:\u0022chart\u0022}]},\u0022hide\u0022:false}},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022mark\u0022,\u0022value\u0022:false}]},\u0022showFooter\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showFooter\u0022,\u0022redirect\u0022:\u0022footer.show\u0022,\u0022defaultValue\u0022:false,\u0022className\u0022:\u0022basic-footer-show-container\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5C3E\u6CE8\u0022},\u0022hide\u0022:false},\u0022footerContent\u0022:{\u0022type\u0022:\u0022richTextEditor\u0022,\u0022id\u0022:\u0022footerContent\u0022,\u0022redirect\u0022:\u0022footer.content\u0022,\u0022className\u0022:\u0022basic-footer-content-container\u0022,\u0022defaultValue\u0022:{\u0022template\u0022:\u0022\u0022},\u0022title\u0022:\u0022\u5C3E\u6CE8\u5185\u5BB9\u0022,\u0022props\u0022:{\u0022open\u0022:true,\u0022componentId\u0022:\u0022hh64y8nm\u0022,\u0022position\u0022:\u0022footer\u0022,\u0022fields\u0022:[{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022name\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022type\u0022:\u0022measure\u0022,\u0022value\u0022:\u00227865\u0022,\u0022aggregation\u0022:\u0022\u6C42\u548C\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}},{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_area].[N69b1c4_area].[N69b1c4_area]\u0022,\u0022name\u0022:\u0022\u533A\u57DF\u0022,\u0022type\u0022:\u0022dimension\u0022,\u0022value\u0022:\u0022\u4E1C\u5317\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}},{\u0022id\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_report_date].[N69b1c4_report_date].[1086245133_yearRange]\u0022,\u0022name\u0022:\u0022\u8BA2\u5355\u65E5\u671F(year)\u0022,\u0022type\u0022:\u0022dimension\u0022,\u0022value\u0022:\u00222013\u0022,\u0022icon\u0022:{\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022options\u0022:{\u0022removeDefaultFill\u0022:true}},\u0022_owner\u0022:null}}],\u0022cubeFieldsGroup\u0022:[],\u0022queryFieldsGroup\u0022:[],\u0022selfQueryFields\u0022:[],\u0022enableFields\u0022:true,\u0022defaultValue\u0022:{\u0022template\u0022:\u0022\u0022}},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showFooter\u0022,\u0022value\u0022:false}],\u0022hide\u0022:false},\u0022linkContainer\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022basic-title-link-container\u0022,\u0022propertyOrder\u0022:3,\u0022hide\u0022:false,\u0022properties\u0022:{\u0022showLink\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showlink\u0022,\u0022redirect\u0022:\u0022title.showLink\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5C55\u793A\u94FE\u63A5\u8DF3\u8F6C\u0022}},\u0022linkName\u0022:{\u0022title\u0022:\u0022\u94FE\u63A5\u6587\u6848\u0022,\u0022type\u0022:\u0022string\u0022,\u0022redirect\u0022:\u0022title.linkName\u0022,\u0022visibleDepends\u0022:[{\u0022id\u0022:\u0022showlink\u0022,\u0022value\u0022:true}],\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u94FE\u63A5\u8DF3\u8F6C\u0022,\u0022info\u0022:\u0022\u5EFA\u8BAE\u6309\u5DE6\u4FA7\u5BBD\u5EA6\u586B\u5199\u5185\u5BB9\uFF0C\u8D85\u51FA\u5C06\u6309\u2026\u663E\u793A\u0022}},\u0022link\u0022:{\u0022title\u0022:\u0022\u94FE\u63A5\u5730\u5740\u0022,\u0022type\u0022:\u0022string\u0022,\u0022redirect\u0022:\u0022title.link\u0022,\u0022visibleDepends\u0022:[{\u0022id\u0022:\u0022showlink\u0022,\u0022value\u0022:true}],\u0022props\u0022:{\u0022protocolFill\u0022:true,\u0022placeholder\u0022:\u0022https://bi.aliyun.com\u0022}},\u0022linkOpen\u0022:{\u0022title\u0022:\u0022\u6253\u5F00\u65B9\u5F0F\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022redirect\u0022:\u0022title.linkOpen\u0022,\u0022hide\u0022:false,\u0022defaultValue\u0022:\u0022window\u0022,\u0022visibleDepends\u0022:[{\u0022id\u0022:\u0022showlink\u0022,\u0022value\u0022:true}],\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u65B0\u7A97\u53E3\u0022,\u0022value\u0022:\u0022window\u0022},{\u0022label\u0022:\u0022\u5F39\u7A97\u0022,\u0022value\u0022:\u0022modal\u0022}]}}}},\u0022background\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022custom-background-config\u0022,\u0022properties\u0022:{\u0022customBackgroundEnable\u0022:{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022redirect\u0022:\u0022customBackground.enable\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u5B9A\u4E49\u80CC\u666F\u586B\u5145\u0022}},\u0022backgroundColor\u0022:{\u0022title\u0022:\u0022\u5361\u7247\u989C\u8272\u0022,\u0022id\u0022:\u0022backgroundColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022redirect\u0022:\u0022customBackground.color\u0022,\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false}]}]},\u0022backgroundImage\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022custom-background-config-image\u0022,\u0022properties\u0022:{\u0022customBackgroundImageEnable\u0022:{\u0022id\u0022:\u0022customBackgroundImageEnable\u0022,\u0022redirect\u0022:\u0022customBackground.imageEnable\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022defaultValue\u0022:false,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false}],\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u80CC\u666F\u56FE\u7247\u0022}},\u0022backgroundImageDefault\u0022:{\u0022id\u0022:\u0022backgroundImageDefault\u0022,\u0022type\u0022:\u0022select\u0022,\u0022redirect\u0022:\u0022customBackground.imageDefault\u0022,\u0022defaultValue\u0022:\u0022//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png\u0022,\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false},{\u0022id\u0022:\u0022customBackgroundImageEnable\u0022,\u0022value\u0022:false}]}],\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022//img.alicdn.com/tfs/TB1S_9fVbr1gK0jSZFDXXb9yVXa-500-500.png\u0022},{\u0022value\u0022:\u0022//img.alicdn.com/tfs/TB1RT5kVhv1gK0jSZFFXXb0sXXa-500-500.png\u0022},{\u0022value\u0022:\u0022//img.alicdn.com/tfs/TB1mC44kBFR4u4jSZFPXXanzFXa-500-500.png\u0022}]}}}},\u0022backgroundUrl\u0022:{\u0022title\u0022:\u0022\u56FE\u7247\u94FE\u63A5\u0022,\u0022id\u0022:\u0022backgroundImage\u0022,\u0022type\u0022:\u0022string\u0022,\u0022redirect\u0022:\u0022customBackground.image\u0022,\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false},{\u0022id\u0022:\u0022customBackgroundImageEnable\u0022,\u0022value\u0022:false}]}],\u0022props\u0022:{\u0022protocolFill\u0022:true,\u0022placeholder\u0022:\u0022*\u4EC5\u652F\u6301png\u3001jpg\u3001gif \u683C\u5F0F\u0022}},\u0022backgroundImageDisplay\u0022:{\u0022title\u0022:\u0022\u56FE\u7247\u663E\u793A\u0022,\u0022id\u0022:\u0022backgroundImageDisplay\u0022,\u0022type\u0022:\u0022select\u0022,\u0022redirect\u0022:\u0022customBackground.display\u0022,\u0022defaultValue\u0022:2,\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022customBackgroundEnable\u0022,\u0022value\u0022:false},{\u0022id\u0022:\u0022customBackgroundImageEnable\u0022,\u0022value\u0022:false}]}],\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u5C45\u5DE6\u5E73\u94FA\uFF08\u6BD4\u4F8B\u4E0D\u53D8\uFF0C\u56FE\u7247\u7F29\u653E\uFF09\u0022,\u0022value\u0022:0},{\u0022label\u0022:\u0022\u5C45\u4E2D\u663E\u793A\uFF08\u6BD4\u4F8B\u4E0D\u53D8\uFF0C\u56FE\u7247\u7F29\u653E\uFF09\u0022,\u0022value\u0022:1},{\u0022label\u0022:\u0022\u5C45\u53F3\u5E73\u94FA\uFF08\u6BD4\u4F8B\u4E0D\u53D8\uFF0C\u56FE\u7247\u7F29\u653E\uFF09\u0022,\u0022value\u0022:2},{\u0022label\u0022:\u0022\u88C1\u526A\u4EE5\u5145\u6EE1\u533A\u57DF\uFF08\u56FE\u7247\u7F29\u653E\uFF0C\u4E24\u5934\u88C1\u526A\uFF09\u0022,\u0022value\u0022:3},{\u0022label\u0022:\u0022\u62C9\u4F38\u4EE5\u5145\u6EE1\u533A\u57DF\uFF08\u6BD4\u4F8B\u53D8\u5316\uFF0C\u56FE\u7247\u7F29\u653E\uFF09\u0022,\u0022value\u0022:4}],\u0022dropdownMatchSelectWidth\u0022:false,\u0022className\u0022:\u0022background-image-display\u0022}}}},\u0022type\u0022:{\u0022title\u0022:\u0022\u56FE\u8868\u7C7B\u578B\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022type\u0022,\u0022redirect\u0022:\u0022type\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022img\u0022,\u0022options\u0022:[{\u0022label\u0022:\u0022\u7EBF\u56FE\u0022,\u0022value\u0022:\u0022line\u0022,\u0022iconClassName\u0022:\u0022chart-icon sc-line sc-icon\u0022,\u0022hideLabel\u0022:true},{\u0022label\u0022:\u0022\u9762\u79EF\u56FE\u0022,\u0022value\u0022:\u0022polyline\u0022,\u0022iconClassName\u0022:\u0022chart-icon sc-polyline sc-icon\u0022,\u0022hideLabel\u0022:true},{\u0022label\u0022:\u0022\u5806\u79EF\u9762\u79EF\u56FE\\\\n\u0022,\u0022value\u0022:\u0022polyline-stack\u0022,\u0022iconClassName\u0022:\u0022chart-icon sc-polyline-stack sc-icon\u0022,\u0022hideLabel\u0022:true},{\u0022label\u0022:\u0022\u767E\u5206\u6BD4\u5806\u53E0\u9762\u79EF\u56FE\u0022,\u0022value\u0022:\u0022polyline-stack-percent\u0022,\u0022iconClassName\u0022:\u0022chart-icon sc-polyline-stack-percent sc-icon\u0022,\u0022hideLabel\u0022:true}]}}}},\u0022styleConfig\u0022:{\u0022title\u0022:\u0022 \u56FE\u8868\u6837\u5F0F \u0022,\u0022type\u0022:\u0022object\u0022,\u0022properties\u0022:{\u0022showLabels\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showLabels\u0022,\u0022redirect\u0022:\u0022showLabels\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u56FE\u8868\u6807\u7B7E\u0022}},\u0022labelValues\u0022:{},\u0022percentLabelValuesConfig\u0022:{\u0022id\u0022:\u0022percentLabelValues\u0022,\u0022type\u0022:\u0022checkbox\u0022,\u0022redirect\u0022:\u0022labelValues\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showLabels\u0022,\u0022value\u0022:false}],\u0022defaultValue\u0022:[\u0022percent\u0022],\u0022hide\u0022:[{\u0022id\u0022:\u0022percent\u0022,\u0022value\u0022:true}],\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u5EA6\u91CF\u0022,\u0022value\u0022:\u0022measure\u0022},{\u0022label\u0022:\u0022\u767E\u5206\u6BD4\u0022,\u0022value\u0022:\u0022percent\u0022}]}},\u0022stackLabelValuesConfig\u0022:{\u0022id\u0022:\u0022stackLabelValues\u0022,\u0022type\u0022:\u0022checkbox\u0022,\u0022redirect\u0022:\u0022labelValues\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showLabels\u0022,\u0022value\u0022:false}],\u0022defaultValue\u0022:[\u0022measure\u0022],\u0022hide\u0022:[{\u0022id\u0022:\u0022stack\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022percent\u0022,\u0022value\u0022:false}],\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u5EA6\u91CF\u0022,\u0022value\u0022:\u0022measure\u0022},{\u0022label\u0022:\u0022\u603B\u8BA1\u0022,\u0022value\u0022:\u0022total\u0022}]}},\u0022showLabelsType\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022title\u0022:\u0022\u6570\u636E\u6807\u7B7E\u5C55\u793A\u65B9\u5F0F\u0022,\u0022id\u0022:\u0022showLabelsType\u0022,\u0022redirect\u0022:\u0022showLabelsType\u0022,\u0022defaultValue\u0022:\u0022auto\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022auto\u0022,\u0022label\u0022:\u0022\u667A\u80FD\u663E\u793A\u0022},{\u0022value\u0022:\u0022all\u0022,\u0022label\u0022:\u0022\u5168\u91CF\u663E\u793A\u0022}]}},\u0022lineSymbolConfig\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022id\u0022:\u0022lineSymbolConfig\u0022,\u0022className\u0022:\u0022line-symbol-configs\u0022,\u0022properties\u0022:{\u0022showSymbol\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showSymbol\u0022,\u0022redirect\u0022:\u0022lineSymbolConfig.showSymbol\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6807\u8BB0\u70B9\u0022}},\u0022symbol\u0022:{\u0022type\u0022:\u0022select\u0022,\u0022id\u0022:\u0022symbol\u0022,\u0022redirect\u0022:\u0022lineSymbolConfig.symbol\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showSymbol\u0022,\u0022value\u0022:false}],\u0022defaultValue\u0022:\u0022circle\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022circle\u0022},{\u0022value\u0022:\u0022hollowCircle\u0022},{\u0022value\u0022:\u0022diamond\u0022},{\u0022value\u0022:\u0022hollowDiamond\u0022}]}}}},\u0022smooth\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022title\u0022:\u0022\u7EBF\u6761\u6837\u5F0F\u0022,\u0022id\u0022:\u0022smooth\u0022,\u0022redirect\u0022:\u0022smooth\u0022,\u0022defaultValue\u0022:true,\u0022hide\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022icon\u0022,\u0022options\u0022:[{\u0022value\u0022:true,\u0022label\u0022:\u0022\u66F2\u7EBF\u0022},{\u0022value\u0022:false,\u0022label\u0022:\u0022\u76F4\u7EBF\u0022}]}},\u0022legendOrient\u0022:{\u0022title\u0022:\u0022\u663E\u793A\u56FE\u4F8B\u0022,\u0022type\u0022:\u0022qbi-radio-icon\u0022,\u0022redirect\u0022:\u0022legendOrient\u0022,\u0022defaultValue\u0022:\u0022top\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022icon\u0022,\u0022options\u0022:[{\u0022value\u0022:\u0022none\u0022,\u0022tips\u0022:\u0022\u65E0\u0022},{\u0022value\u0022:\u0022top\u0022,\u0022tips\u0022:\u0022\u4E0A\u0022},{\u0022value\u0022:\u0022bottom\u0022,\u0022tips\u0022:\u0022\u4E0B\u0022},{\u0022value\u0022:\u0022left\u0022,\u0022tips\u0022:\u0022\u5DE6\u0022},{\u0022value\u0022:\u0022right\u0022,\u0022tips\u0022:\u0022\u53F3\u0022}]}},\u0022barColorSeries\u0022:{\u0022title\u0022:\u0022\u914D\u8272\u8BBE\u7F6E\u0022,\u0022type\u0022:\u0022color-series\u0022,\u0022id\u0022:\u0022themeSeriesColor\u0022,\u0022redirect\u0022:\u0022themeSeriesColor\u0022,\u0022propertyOrder\u0022:8,\u0022defaultValue\u0022:{\u0022customColor\u0022:false,\u0022theme\u0022:\u0022business\u0022},\u0022props\u0022:{\u0022isDim\u0022:true,\u0022dimColorTitle\u0022:\u0022\u5B57\u6BB5\u9879\u0022}},\u0022twis_config\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022twis-configs\u0022,\u0022properties\u0022:{\u0022twis\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022twis\u0022,\u0022defaultValue\u0022:false,\u0022redirect\u0022:\u0022twis\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u53CCY\u8F74\u0022}},\u0022twisType\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022syncTwisConfigType\u0022,\u0022redirect\u0022:\u0022syncTwisConfigType\u0022,\u0022defaultValue\u0022:\u0022syncTicksNum\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022twis\u0022,\u0022value\u0022:false}],\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022syncNull\u0022,\u0022label\u0022:\u0022\u4E0D\u540C\u6B65\u0022,\u0022info\u0022:\u0022\u4E0D\u540C\u6B65\u4E0B\u53EF\u80FD\u5BFC\u81F4\u5DE6\u53F3\u8F74\u523B\u5EA6\u4E0D\u4E00\u81F4\uFF0C\u5E76\u4E14\u65E0\u6CD5\u4FDD\u8BC10\u523B\u5EA6\u5BF9\u9F50\u0022},{\u0022value\u0022:\u0022syncTicksNum\u0022,\u0022label\u0022:\u0022\u523B\u5EA6\u6570\u91CF\u4E00\u81F4\u0022},{\u0022value\u0022:\u0022syncAll\u0022,\u0022label\u0022:\u0022\u523B\u5EA6\u6570\u91CF\u0026\u6570\u503C\u4E00\u81F4\u0022}],\u0022info\u0022:\u0022\u4E0D\u540C\u6B65\u4E0B\u53EF\u80FD\u5BFC\u81F4\u5DE6\u53F3\u8F74\u523B\u5EA6\u4E0D\u4E00\u81F4\uFF0C\u5E76\u4E14\u65E0\u6CD5\u4FDD\u8BC10\u523B\u5EA6\u5BF9\u9F50\u0022,\u0022mode\u0022:\u0022default\u0022}}}},\u0022stack\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022stack\u0022,\u0022hide\u0022:true,\u0022redirect\u0022:\u0022stack\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5806\u79EF\u0022}},\u0022percent\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022percent\u0022,\u0022redirect\u0022:\u0022percent\u0022,\u0022defaultValue\u0022:false,\u0022hide\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u767E\u5206\u6BD4\u5806\u79EF\u0022}},\u0022isMobileLastDimensionValueSelected\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022isMobileLastDimensionValueSelected\u0022,\u0022defaultValue\u0022:true,\u0022redirect\u0022:\u0022isMobileLastDimensionValueSelected\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u79FB\u52A8\u7AEF\u9ED8\u8BA4\u9009\u4E2D\u6700\u540E\u4E00\u4E2A\u7EF4\u503C\u0022}}}},\u0022functionConfig\u0022:{\u0022title\u0022:\u0022 \u529F\u80FD\u914D\u7F6E \u0022,\u0022type\u0022:\u0022object\u0022,\u0022properties\u0022:{\u0022showSlide\u0022:{\u0022title\u0022:\u0022\u663E\u793A\u7F29\u7565\u8F74\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022showSlide\u0022,\u0022redirect\u0022:\u0022showSlide\u0022,\u0022defaultValue\u0022:\u0022auto\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022auto\u0022,\u0022label\u0022:\u0022\u667A\u80FD\u9002\u914D\u0022},{\u0022value\u0022:true,\u0022label\u0022:\u0022\u663E\u793A\u0022},{\u0022value\u0022:false,\u0022label\u0022:\u0022\u4E0D\u663E\u793A\u0022}]}},\u0022dimValueSampling\u0022:{\u0022title\u0022:\u0022\u5750\u6807\u8F74\u7EF4\u503C\u663E\u793A\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022dimValueSampling\u0022,\u0022redirect\u0022:\u0022dimValueSampling\u0022,\u0022defaultValue\u0022:\u0022autoHideRotate\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022autoHideRotate\u0022,\u0022label\u0022:\u0022\u667A\u80FD\u5C55\u793A\u0022},{\u0022value\u0022:\u0022autoHide\u0022,\u0022label\u0022:\u0022\u5F3A\u5236\u7A00\u758F\u0022},{\u0022value\u0022:\u0022showMost\u0022,\u0022label\u0022:\u0022\u6700\u591A\u5C55\u793A\u0022}]}},\u0022connectNulls\u0022:{\u0022title\u0022:\u0022\u7A7A\u503C\u5904\u7406\u0022,\u0022type\u0022:\u0022radio\u0022,\u0022id\u0022:\u0022connectNulls\u0022,\u0022redirect\u0022:\u0022connectNulls\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:true,\u0022label\u0022:\u0022\u76F4\u63A5\u8DE8\u8FC7\u0022},{\u0022value\u0022:0,\u0022label\u0022:\u0022\u7F6E\u4E3A0,\u4E0D\u65AD\u5F00\u0022},{\u0022value\u0022:false,\u0022label\u0022:\u0022\u7EBF\u6761\u65AD\u5F00\u0022}]}},\u0022filterIndicatorGroups\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022id\u0022:\u0022filterIndicatorGroups\u0022,\u0022properties\u0022:{\u0022filterIndicator\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022filterIndicator\u0022,\u0022redirect\u0022:\u0022filterIndicator\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u5F00\u542F\u6307\u6807\u7B5B\u9009\u5C55\u793A\u0022}},\u0022defaultShowIndicators\u0022:{\u0022type\u0022:\u0022select\u0022,\u0022title\u0022:\u0022\u9ED8\u8BA4\u9009\u4E2D\u0022,\u0022redirect\u0022:\u0022defaultShowIndicators\u0022,\u0022id\u0022:\u0022defaultShowIndicators\u0022,\u0022defaultValue\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022text\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022value\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022filterIndicator\u0022,\u0022value\u0022:false}]}}}}},\u0022axisConfig\u0022:{\u0022title\u0022:\u0022\u5750\u6807\u8F74\u0022,\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022common-axis-config scatter-yaxis-measure\u0022,\u0022properties\u0022:{\u0022axisPos\u0022:{\u0022id\u0022:\u0022axisPos\u0022,\u0022type\u0022:\u0022tab\u0022,\u0022defaultValue\u0022:\u0022xaxis\u0022,\u0022propertyOrder\u0022:0,\u0022props\u0022:{\u0022options\u0022:[{\u0022text\u0022:\u0022\u6C34\u5E73\u8F74\u0022,\u0022value\u0022:\u0022xaxis\u0022},{\u0022text\u0022:\u0022\u5782\u76F4\u5DE6\u8F74\u0022,\u0022value\u0022:\u0022yaxis\u0022}]}},\u0022xaxisTitle\u0022:{\u0022title\u0022:\u0022\u8F74\u6807\u9898\u0022,\u0022redirect\u0022:\u0022xaxis.title\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:1,\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u6807\u9898\u540D\u79F0\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}],\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisShowTitleAndUnit\u0022,\u0022value\u0022:false}]},\u0022xaxisUnit\u0022:{\u0022title\u0022:\u0022\u5355\u4F4D\u0022,\u0022redirect\u0022:\u0022xaxis.unit\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:2,\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u5355\u4F4D\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}],\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisShowTitleAndUnit\u0022,\u0022value\u0022:false}]},\u0022xaxisMin\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022propertyOrder\u0022:5,\u0022className\u0022:\u0022axis-extreme-value-config\u0022,\u0022hide\u0022:true,\u0022properties\u0022:{\u0022xaxisMinValue\u0022:{\u0022title\u0022:\u0022\u6700\u5C0F\u503C\u0022,\u0022redirect\u0022:\u0022xaxis.min\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:5,\u0022props\u0022:{\u0022placeholder\u0022:0,\u0022type\u0022:\u0022number\u0022},\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022xaxisMinAuto\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022value\u0022:true}]}]},\u0022xaxisMinAuto\u0022:{\u0022id\u0022:\u0022xaxisMinAuto\u0022,\u0022defaultValue\u0022:true,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:6,\u0022redirect\u0022:\u0022xaxis.minAuto\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u0022},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022value\u0022:true}]}}},\u0022xaxisMax\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022propertyOrder\u0022:3,\u0022className\u0022:\u0022axis-extreme-value-config\u0022,\u0022hide\u0022:true,\u0022properties\u0022:{\u0022xaxisMaxValue\u0022:{\u0022title\u0022:\u0022\u6700\u5927\u503C\u0022,\u0022redirect\u0022:\u0022xaxis.max\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:0,\u0022props\u0022:{\u0022placeholder\u0022:0,\u0022type\u0022:\u0022number\u0022},\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022xaxisMaxAuto\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022value\u0022:true}]}]},\u0022xaxisMaxAuto\u0022:{\u0022id\u0022:\u0022xaxisMaxAuto\u0022,\u0022defaultValue\u0022:true,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:1,\u0022redirect\u0022:\u0022xaxis.maxAuto\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u0022},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022value\u0022:true}]}}},\u0022xaxisAutoZoom\u0022:{\u0022id\u0022:\u0022xaxisAutoZoom\u0022,\u0022defaultValue\u0022:false,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:7,\u0022redirect\u0022:\u0022xaxis.autoZoom\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u653E\u5927\u6570\u503C\u5DEE\u5F02\u0022},\u0022hide\u0022:true},\u0022xaxisShowTitleAndUnit\u0022:{\u0022id\u0022:\u0022xaxisShowTitleAndUnit\u0022,\u0022redirect\u0022:\u0022xaxis.showTitleAndUnit\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:8,\u0022defaultValue\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6807\u9898\u548C\u5355\u4F4D\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisShowLine\u0022:{\u0022redirect\u0022:\u0022xaxis.showLine\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:9,\u0022defaultValue\u0022:true,\u0022id\u0022:\u0022xaxisshowLine\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u5750\u6807\u8F74\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisControlLine\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022oui-card-editor-editor-containers-xaxisControlLine\u0022,\u0022propertyOrder\u0022:10,\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}],\u0022properties\u0022:{\u0022xaxisLineStyle\u0022:{\u0022redirect\u0022:\u0022xaxis.lineStyle\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:10,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022solid\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022solid\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dotted\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dotted\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dashed\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dashed\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisLineWeight\u0022:{\u0022redirect\u0022:\u0022xaxis.lineWeight\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:11,\u0022defaultValue\u0022:1,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00221px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:1},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00222px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:2},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00223px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:3},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00224px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:4},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00225px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:5}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisLineColor\u0022:{\u0022redirect\u0022:\u0022xaxis.lineColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022propertyOrder\u0022:12,\u0022props\u0022:{\u0022disableAlpha\u0022:true},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]}}},\u0022xaxisNumberFormat\u0022:{\u0022redirect\u0022:\u0022xaxis.numberFormat\u0022,\u0022type\u0022:\u0022number-format\u0022,\u0022propertyOrder\u0022:13,\u0022title\u0022:\u0022\u8F74\u6807\u7B7E\u663E\u793A\u683C\u5F0F\u8BBE\u7F6E\u0022,\u0022defaultValue\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false,\u0022fmt\u0022:\u0022\u0022},\u0022hide\u0022:true},\u0022xaxisShowLabel\u0022:{\u0022redirect\u0022:\u0022xaxis.showLabel\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:14,\u0022defaultValue\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u8F74\u6807\u7B7E\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisShowGrid\u0022:{\u0022redirect\u0022:\u0022xaxis.showGrid\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:15,\u0022defaultValue\u0022:false,\u0022id\u0022:\u0022xaxisshowGrid\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u7F51\u683C\u7EBF\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisControlGrid\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022oui-card-editor-editor-containers-xaxisControlGrid\u0022,\u0022propertyOrder\u0022:16,\u0022properties\u0022:{\u0022xaxisGridStyle\u0022:{\u0022redirect\u0022:\u0022xaxis.gridStyle\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:16,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022solid\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022solid\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dotted\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dotted\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dashed\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dashed\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisGridWeight\u0022:{\u0022redirect\u0022:\u0022xaxis.gridWeight\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:17,\u0022defaultValue\u0022:1,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00221px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:1},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00222px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:2},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00223px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:3},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00224px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:4},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00225px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:5}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisGridColor\u0022:{\u0022redirect\u0022:\u0022xaxis.gridColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022propertyOrder\u0022:18,\u0022props\u0022:{\u0022disableAlpha\u0022:true},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022xaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]}},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022xaxisShowTick\u0022:{\u0022redirect\u0022:\u0022xaxis.showTick\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:19,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u523B\u5EA6\u7EBF\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022xaxis\u0022}]},\u0022yaxisTitle\u0022:{\u0022title\u0022:\u0022\u8F74\u6807\u9898\u0022,\u0022redirect\u0022:\u0022yaxis.title\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:1,\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u6807\u9898\u540D\u79F0\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisShowTitleAndUnit\u0022,\u0022value\u0022:false}]},\u0022yaxisUnit\u0022:{\u0022title\u0022:\u0022\u5355\u4F4D\u0022,\u0022redirect\u0022:\u0022yaxis.unit\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:2,\u0022props\u0022:{\u0022placeholder\u0022:\u0022\u5355\u4F4D\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisShowTitleAndUnit\u0022,\u0022value\u0022:false}]},\u0022yaxisMin\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022propertyOrder\u0022:5,\u0022className\u0022:\u0022axis-extreme-value-config\u0022,\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022properties\u0022:{\u0022yaxisMinValue\u0022:{\u0022title\u0022:\u0022\u6700\u5C0F\u503C\u0022,\u0022redirect\u0022:\u0022yaxis.min\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:5,\u0022props\u0022:{\u0022placeholder\u0022:0,\u0022type\u0022:\u0022number\u0022},\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022yaxisMinAuto\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022value\u0022:true}]}]},\u0022yaxisMinAuto\u0022:{\u0022id\u0022:\u0022yaxisMinAuto\u0022,\u0022defaultValue\u0022:true,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:6,\u0022redirect\u0022:\u0022yaxis.minAuto\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u0022},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022value\u0022:true}]}}},\u0022yaxisMax\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022propertyOrder\u0022:3,\u0022className\u0022:\u0022axis-extreme-value-config\u0022,\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022properties\u0022:{\u0022yaxisMaxValue\u0022:{\u0022title\u0022:\u0022\u6700\u5927\u503C\u0022,\u0022redirect\u0022:\u0022yaxis.max\u0022,\u0022type\u0022:\u0022string\u0022,\u0022propertyOrder\u0022:0,\u0022props\u0022:{\u0022placeholder\u0022:0,\u0022type\u0022:\u0022number\u0022},\u0022disableDepends\u0022:[{\u0022$or\u0022:[{\u0022id\u0022:\u0022yaxisMaxAuto\u0022,\u0022value\u0022:true},{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022value\u0022:true}]}]},\u0022yaxisMaxAuto\u0022:{\u0022id\u0022:\u0022yaxisMaxAuto\u0022,\u0022defaultValue\u0022:true,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:1,\u0022redirect\u0022:\u0022yaxis.maxAuto\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u0022},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022value\u0022:true}]}}},\u0022yaxisAutoZoom\u0022:{\u0022id\u0022:\u0022yaxisAutoZoom\u0022,\u0022defaultValue\u0022:false,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:7,\u0022redirect\u0022:\u0022yaxis.autoZoom\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u81EA\u52A8\u653E\u5927\u6570\u503C\u5DEE\u5F02\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowTitleAndUnit\u0022:{\u0022id\u0022:\u0022yaxisShowTitleAndUnit\u0022,\u0022redirect\u0022:\u0022yaxis.showTitleAndUnit\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:8,\u0022defaultValue\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6807\u9898\u548C\u5355\u4F4D\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowLine\u0022:{\u0022redirect\u0022:\u0022yaxis.showLine\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:9,\u0022defaultValue\u0022:true,\u0022id\u0022:\u0022yaxisshowLine\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u5750\u6807\u8F74\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisControlLine\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022oui-card-editor-editor-containers-yaxisControlLine\u0022,\u0022propertyOrder\u0022:10,\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}],\u0022properties\u0022:{\u0022yaxisLineStyle\u0022:{\u0022redirect\u0022:\u0022yaxis.lineStyle\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:10,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022solid\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022solid\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dotted\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dotted\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dashed\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dashed\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisLineWeight\u0022:{\u0022redirect\u0022:\u0022yaxis.lineWeight\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:11,\u0022defaultValue\u0022:1,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00221px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:1},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00222px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:2},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00223px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:3},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00224px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:4},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00225px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:5}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisLineColor\u0022:{\u0022redirect\u0022:\u0022yaxis.lineColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022propertyOrder\u0022:12,\u0022props\u0022:{\u0022disableAlpha\u0022:true},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowLine\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]}}},\u0022yaxisNumberFormat\u0022:{\u0022redirect\u0022:\u0022yaxis.numberFormat\u0022,\u0022type\u0022:\u0022number-format\u0022,\u0022propertyOrder\u0022:13,\u0022title\u0022:\u0022\u8F74\u6807\u7B7E\u663E\u793A\u683C\u5F0F\u8BBE\u7F6E\u0022,\u0022defaultValue\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false,\u0022fmt\u0022:\u0022\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowLabel\u0022:{\u0022redirect\u0022:\u0022yaxis.showLabel\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:14,\u0022defaultValue\u0022:true,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u8F74\u6807\u7B7E\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowGrid\u0022:{\u0022redirect\u0022:\u0022yaxis.showGrid\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:15,\u0022defaultValue\u0022:false,\u0022id\u0022:\u0022yaxisshowGrid\u0022,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u7F51\u683C\u7EBF\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisControlGrid\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022oui-card-editor-editor-containers-yaxisControlGrid\u0022,\u0022propertyOrder\u0022:16,\u0022properties\u0022:{\u0022yaxisGridStyle\u0022:{\u0022redirect\u0022:\u0022yaxis.gridStyle\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:16,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022solid\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022solid\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dotted\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dotted\u0022},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell\u0022,\u0022children\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022className\u0022:\u0022line-style-cell-item\u0022,\u0022style\u0022:{\u0022borderStyle\u0022:\u0022dashed\u0022}},\u0022_owner\u0022:null}},\u0022_owner\u0022:null},\u0022value\u0022:\u0022dashed\u0022}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisGridWeight\u0022:{\u0022redirect\u0022:\u0022yaxis.gridWeight\u0022,\u0022type\u0022:\u0022select\u0022,\u0022propertyOrder\u0022:17,\u0022defaultValue\u0022:1,\u0022props\u0022:{\u0022options\u0022:[{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00221px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:1},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00222px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:2},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00223px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:3},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00224px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:4},{\u0022label\u0022:{\u0022type\u0022:\u0022span\u0022,\u0022key\u0022:null,\u0022ref\u0022:null,\u0022props\u0022:{\u0022children\u0022:\u00225px\u0022},\u0022_owner\u0022:null},\u0022value\u0022:5}]},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisGridColor\u0022:{\u0022redirect\u0022:\u0022yaxis.gridColor\u0022,\u0022type\u0022:\u0022color\u0022,\u0022propertyOrder\u0022:18,\u0022props\u0022:{\u0022disableAlpha\u0022:true},\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022yaxisshowGrid\u0022,\u0022value\u0022:false}],\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]}},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]},\u0022yaxisShowTick\u0022:{\u0022redirect\u0022:\u0022yaxis.showTick\u0022,\u0022type\u0022:\u0022switch\u0022,\u0022propertyOrder\u0022:19,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u523B\u5EA6\u7EBF\u0022},\u0022hide\u0022:[{\u0022id\u0022:\u0022axisPos\u0022,\u0022value\u0022:\u0022yaxis\u0022}]}}},\u0022seriesConfig\u0022:{\u0022redirect\u0022:\u0022fieldSettingMap\u0022,\u0022title\u0022:\u0022\u7CFB\u5217\u8BBE\u7F6E\u0022,\u0022type\u0022:\u0022qbi-field\u0022,\u0022props\u0022:{\u0022fieldLabel\u0022:\u0022\u8BF7\u9009\u62E9\u7CFB\u5217\u0022,\u0022dimensionSchema\u0022:null,\u0022measureSchema\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022properties\u0022:{\u0022aliasName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022title\u0022:\u0022\u522B\u540D\u0022},\u0022location\u0022:{\u0022type\u0022:\u0022radio\u0022,\u0022title\u0022:\u0022\u5750\u6807\u8F74\u0022,\u0022redirect\u0022:\u0022location\u0022,\u0022hide\u0022:true,\u0022defaultValue\u0022:null,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:null,\u0022label\u0022:\u0022\u9ED8\u8BA4\u0022},{\u0022value\u0022:\u00220\u0022,\u0022label\u0022:\u0022\u4E3B\u8F74\u0022},{\u0022value\u0022:\u00221\u0022,\u0022label\u0022:\u0022\u4ECE\u8F74\u0022}]}},\u0022labelConfig\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022bar-label-config\u0022,\u0022properties\u0022:{\u0022showLabel\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022label\u0022,\u0022redirect\u0022:\u0022label\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u56FE\u8868\u6807\u7B7E\u0022}},\u0022labelColor\u0022:{\u0022type\u0022:\u0022color\u0022,\u0022redirect\u0022:\u0022labelColor\u0022,\u0022id\u0022:\u0022labelColor\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022label\u0022,\u0022value\u0022:false}],\u0022props\u0022:{\u0022disableAlpha\u0022:true}}}},\u0022symbolConfig\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022bar-symbol-config\u0022,\u0022hide\u0022:false,\u0022properties\u0022:{\u0022showSymbol\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showSymbol\u0022,\u0022redirect\u0022:\u0022showSymbol\u0022,\u0022defaultValue\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6807\u8BB0\u70B9\u0022}},\u0022symbol\u0022:{\u0022type\u0022:\u0022select\u0022,\u0022id\u0022:\u0022symbol\u0022,\u0022redirect\u0022:\u0022symbol\u0022,\u0022disableDepends\u0022:[{\u0022id\u0022:\u0022showSymbol\u0022,\u0022value\u0022:false}],\u0022defaultValue\u0022:\u0022circle\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022circle\u0022},{\u0022value\u0022:\u0022hollowCircle\u0022},{\u0022value\u0022:\u0022diamond\u0022},{\u0022value\u0022:\u0022hollowDiamond\u0022}]}}}},\u0022showBoundaryValue\u0022:{\u0022type\u0022:\u0022switch\u0022,\u0022id\u0022:\u0022showBoundaryValue\u0022,\u0022redirect\u0022:\u0022showBoundaryValue\u0022,\u0022hide\u0022:false,\u0022props\u0022:{\u0022mode\u0022:\u0022checkbox\u0022,\u0022label\u0022:\u0022\u663E\u793A\u6700\u503C\u0022}},\u0022lineStyle\u0022:{\u0022type\u0022:\u0022object\u0022,\u0022className\u0022:\u0022bar-line-config\u0022,\u0022title\u0022:\u0022\u7EBF\u6761\u6837\u5F0F\u0022,\u0022hide\u0022:false,\u0022properties\u0022:{\u0022lineStyle\u0022:{\u0022type\u0022:\u0022select\u0022,\u0022redirect\u0022:\u0022lineStyle\u0022,\u0022defaultValue\u0022:\u0022solid\u0022,\u0022props\u0022:{\u0022options\u0022:[{\u0022value\u0022:\u0022solid\u0022},{\u0022value\u0022:\u0022dotted\u0022},{\u0022value\u0022:\u0022dashed\u0022}]}}}},\u0022numberFormat\u0022:{\u0022type\u0022:\u0022number-format\u0022,\u0022title\u0022:\u0022\u6570\u503C\u663E\u793A\u683C\u5F0F\u8BBE\u7F6E\u0022,\u0022defaultValue\u0022:{\u0022fmtType\u0022:null}}}},\u0022defaultSelectedField\u0022:null,\u0022selectedType\u0022:\u0022Select\u0022},\u0022defaultValue\u0022:{\u00222013\u0022:{\u0022aliasName\u0022:\u00222013\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222014\u0022:{\u0022aliasName\u0022:\u00222014\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222015\u0022:{\u0022aliasName\u0022:\u00222015\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222016\u0022:{\u0022aliasName\u0022:\u00222016\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222017\u0022:{\u0022aliasName\u0022:\u00222017\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222018\u0022:{\u0022aliasName\u0022:\u00222018\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222019\u0022:{\u0022aliasName\u0022:\u00222019\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u00222020\u0022:{\u0022aliasName\u0022:\u00222020\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022originFieldId\u0022:\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022,\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022},\u002210f96d9c-21e4-43ca-bf53-3cd2e01cbcd3.6625d99f-2e3a-4813-b8a5-27a314cabe30.[N69b1c4_order_number]|SUM||\u0022:{\u0022uuid\u0022:\u00229ce1275b-156e-42c8-9268-55ef6085bce6\u0022,\u0022aliasName\u0022:\u0022\u5546\u54C1\u4EF6\u6570\u0022,\u0022alignment\u0022:\u0022right\u0022,\u0022areaType\u0022:null,\u0022nameChangedFlag\u0022:false,\u0022numberFormat\u0022:{\u0022formatModal\u0022:\u00220\u0022,\u0022fmtType\u0022:\u0022CN\u0022,\u0022valueModal\u0022:\u00220\u0022,\u0022decimalPlaces\u0022:\u0022\u0022,\u0022thousandth\u0022:false},\u0022label\u0022:false,\u0022showSymbol\u0022:false,\u0022symbol\u0022:\u0022circle\u0022}}}}}}},\u0022adjustedSize\u0022:{\u0022width\u0022:1086,\u0022height\u0022:307}}}\u0060)\r\n// 2 levels deep\r\nwindow.foo2 = { a: 1, b: 2, c: { a: 1, b: 2, c: { a: 1, b: 2 } } };\r\nwindow.bar2 = { a: 1, b: 2, c: { a: 1, b: 3, c: { a: 1, b: 2 } } };\r\n\r\n// 3 levels deep\r\nwindow.foo3 = { a: 1, b: 2, c: { a: 1, b: 2, c: { a: 1, b: 2 } } };\r\nwindow.bar3 = { a: 1, b: 2, c: { a: 1, b: 2, c: { a: 1, b: 4 } } };","TestCases":[{"Name":"l","Code":"_.isEqual(window.a, window.b)","IsDeferred":false},{"Name":"f","Code":"equal(window.a, window.b);","IsDeferred":false},{"Name":"json","Code":"JSON.stringify(window.a) === JSON.stringify(window.b);","IsDeferred":false}]}