You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/}bedrock.cube.data.copy.pro
+19-12Lines changed: 19 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
569,0
26
26
592,0
27
27
599,1000
28
-
560,21
28
+
560,22
29
29
pLogOutput
30
30
pCube
31
31
pSrcView
@@ -39,6 +39,7 @@ pDimDelim
39
39
pEleStartDelim
40
40
pEleDelim
41
41
pFactor
42
+
pSuppressConsol
42
43
pSuppressRules
43
44
pCumulate
44
45
pZeroTarget
@@ -47,7 +48,7 @@ pTemp
47
48
pCubeLogging
48
49
pSandbox
49
50
pThreadMode
50
-
561,21
51
+
561,22
51
52
1
52
53
2
53
54
2
@@ -69,7 +70,9 @@ pThreadMode
69
70
1
70
71
2
71
72
1
72
-
590,21
73
+
2
74
+
1
75
+
590,22
73
76
pLogOutput,0
74
77
pCube,""
75
78
pSrcView,""
@@ -83,6 +86,7 @@ pDimDelim,"&"
83
86
pEleStartDelim,"¦"
84
87
pEleDelim,"+"
85
88
pFactor,1
89
+
pSuppressConsol,1
86
90
pSuppressRules,1
87
91
pCumulate,0
88
92
pZeroTarget,1
@@ -91,7 +95,7 @@ pTemp,1
91
95
pCubeLogging,0
92
96
pSandbox,""
93
97
pThreadMode,0
94
-
637,21
98
+
637,22
95
99
pLogOutput,"Optional: write parameters and action summary to server message log (Boolean True = 1)"
96
100
pCube,"REQUIRED: Cube"
97
101
pSrcView,"OPTIONAL: Temporary view name for source"
@@ -105,6 +109,7 @@ pDimDelim,"REQUIRED: Delimiter for start of Dimension/Element set (default valu
105
109
pEleStartDelim,"REQUIRED: Delimiter for start of element list (default value if blank = '¦')"
106
110
pEleDelim,"REQUIRED: Delimiter between elements (default value if blank = '+')"
107
111
pFactor,"OPTIONAL: Multiply source value by factor (1 keeps the value as is). To modify existing values make the target element the same as the source with pZeroTarget = 0"
0 commit comments