|
4 | 4 | 586, |
5 | 5 | 585, |
6 | 6 | 564, |
7 | | -565,"g[H8sIda9C:G]Y?M3uzUW7\NjdvY]3H2pt:LrWZTRtW2zp4Mmgs8i_K^ZZVnj8v_^HG5?qZUYE0uBfN^TOsS@is8?mNEpIoDLx9gmDnoxBoLuxar0Pu?>;=Ap0m\ZfDXzU3ba`L2]Oqa<[kC3a4AlMAen5VYW_i:hEzJDmadODaW=qTmYumx`aVH1C\:e]y7w=fG>T9V" |
| 7 | +565,"olG7<eZ[xr`m8Kfa@tpMxhAH?8vwAuc_p=QVP]nxovUeLp=@fjQ]5iyc2SM;<TQDNuOTYPo:yGoJgrxhLXOT3cjgJKcjdHrMJwzi1^sIwfSKF_B3QxqeE_KdHb7mE]a?kGNHdTnDslG7\YeB?c0SHtCbzpcuDm\\M2LP?U\s4YWb;mpbnpJKUSL]<b1gf17fJ\6EE^`J" |
8 | 8 | 559,1 |
9 | 9 | 928,0 |
10 | 10 | 593, |
|
25 | 25 | 569,0 |
26 | 26 | 592,0 |
27 | 27 | 599,1000 |
28 | | -560,7 |
| 28 | +560,8 |
29 | 29 | pLogOutput |
30 | 30 | pDim |
31 | 31 | pHier |
32 | 32 | pSub |
33 | 33 | pMDXExpr |
34 | 34 | pConvertToStatic |
35 | 35 | pTemp |
36 | | -561,7 |
| 36 | +pAlias |
| 37 | +561,8 |
37 | 38 | 1 |
38 | 39 | 2 |
39 | 40 | 2 |
40 | 41 | 2 |
41 | 42 | 2 |
42 | 43 | 1 |
43 | 44 | 1 |
44 | | -590,7 |
| 45 | +2 |
| 46 | +590,8 |
45 | 47 | pLogOutput,0 |
46 | 48 | pDim,"" |
47 | 49 | pHier,"" |
48 | 50 | pSub,"" |
49 | 51 | pMDXExpr,"" |
50 | 52 | pConvertToStatic,1 |
51 | 53 | pTemp,1 |
52 | | -637,7 |
53 | | -pLogOutput,"OPTIONAL: Write parameters and action summary to server message log (Boolean True = 1)" |
54 | | -pDim,"REQUIRED: Dimension name" |
55 | | -pHier,"OPTIONAL: Hierarchy name (default if blank = same named hierarchy)" |
56 | | -pSub,"REQUIRED: Subset name" |
57 | | -pMDXExpr,"REQUIRED: Valid MDX Expression for Specified Dimension" |
58 | | -pConvertToStatic,"OPTIONAL: Bolean: 1 = True (convert to static subset)" |
59 | | -pTemp,"OPTIONAL: Use temporary objects? (Boolean 1=True)" |
| 54 | +pAlias,"" |
| 55 | +637,8 |
| 56 | +pLogOutput,"Optional: write parameters and action summary to server message log (Boolean True = 1)" |
| 57 | +pDim,"Required: Dimension name" |
| 58 | +pHier,"Optional: Hierarchy name (default if blank = same named hierarchy)" |
| 59 | +pSub,"Required: Subset name" |
| 60 | +pMDXExpr,"Required: Valid MDX Expression for Specified Dimension" |
| 61 | +pConvertToStatic,"Optional: Bolean: 1 = True (convert to static subset)" |
| 62 | +pTemp,"Optional: Use temporary objects? (Boolean 1=True)" |
| 63 | +pAlias,"Optional: Set Alias for Subset" |
60 | 64 | 577,0 |
61 | 65 | 578,0 |
62 | 66 | 579,0 |
63 | 67 | 580,0 |
64 | 68 | 581,0 |
65 | 69 | 582,0 |
66 | 70 | 603,0 |
67 | | -572,137 |
| 71 | +572,147 |
68 | 72 | #Region CallThisProcess |
69 | 73 | # A snippet of code provided as an example how to call this process should the developer be working on a system without access to an editor with auto-complete. |
70 | 74 | If( 1 = 0 ); |
@@ -201,6 +205,16 @@ If( nErrors = 0 ); |
201 | 205 | EndIf; |
202 | 206 | EndIf; |
203 | 207 |
|
| 208 | +### Set Alias ### |
| 209 | +If(pAlias @<> '' ); |
| 210 | + If ( pDim @= sHier ); |
| 211 | + SubsetAliasSet( pDim, pSub, pAlias); |
| 212 | + Else; |
| 213 | + SubsetAliasSet( pDim | ':' | sHier, pSub, pAlias); |
| 214 | + EndIf; |
| 215 | +EndIf; |
| 216 | + |
| 217 | + |
204 | 218 | ### End Prolog ### |
205 | 219 | 573,5 |
206 | 220 |
|
|
0 commit comments