Changes for page 13 Structure Mapping

Last modified by Helena on 2025/09/10 11:19

From version 10.5
edited by Helena
on 2025/05/16 09:14
Change comment: There is no comment for this version
To version 10.8
edited by Helena
on 2025/05/16 09:15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -78,7 +78,9 @@
78 78  FREQUENCY=A; and ADJUSTMENT=N; and MATURITY=L.
79 79  )))|(% style="width:312px" %)(((
80 80  Set
81 -INDICATOR=A_N_L, STATUS=QXR15, NOTE="Unadjusted".
81 +INDICATOR=A_N_L,
82 +STATUS=QXR15,
83 +NOTE="Unadjusted".
82 82  )))
83 83  |(% style="width:62px" %)2|(% style="width:378px" %)(((
84 84  If
... ... @@ -85,7 +85,8 @@
85 85  FREQUENCY=M; and ADJUSTMENT=S_A1; and MATURITY=TY12.
86 86  )))|(% style="width:312px" %)(((
87 87  Set
88 -INDICATOR=MON_SAX_12, STATUS=MPM12, NOTE="Seasonally Adjusted"
90 +INDICATOR=MON_SAX_12, STATUS=MPM12,
91 +NOTE="Seasonally Adjusted"
89 89  )))
90 90  
91 91  == 13.4 Ambiguous mapping rules ==
... ... @@ -94,37 +94,26 @@
94 94  
95 95  A simple example mapping a source dataset with a single dimension to one with multiple dimensions is shown below:
96 96  
97 -|Source|Target|Output Series Key
98 -|SERIES_CODE=XMAN_Z_21|(((
100 +(% style="width:819.294px" %)
101 +|(% style="width:240px" %)**Source**|(% style="width:246px" %)**Target**|(% style="width:329px" %)**Output Series Key**
102 +|(% style="width:240px" %)SERIES_CODE=XMAN_Z_21|(% style="width:246px" %)(((
99 99  Dimensions
100 -
101 101  INDICATOR=XM
102 -
103 103  FREQ=A
104 -
105 105  ADJUSTMENT=N
106 -
107 107  Attributes
108 -
109 109  UNIT_MEASURE=_Z
110 -
111 111  COMP_ORG=21
112 -)))|XM:A:N
113 -|SERIES_CODE=XMAN_Z_34|(((
110 +)))|(% style="width:329px" %)XM:A:N
111 +|(% style="width:240px" %)SERIES_CODE=XMAN_Z_34|(% style="width:246px" %)(((
114 114  Dimensions
115 -
116 116  INDICATOR=XM
117 -
118 118  FREQ=A
119 -
120 120  ADJUSTMENT=N
121 -
122 122  Attributes
123 -
124 124  UNIT_MEASURE=_Z
125 -
126 126  COMP_ORG=34
127 -)))|XM:A:N
119 +)))|(% style="width:329px" %)XM:A:N
128 128  
129 129  The above behaviour can be okay if the series XMAN_Z_21 contains observations for different periods of time then the series XMAN_Z_34. If however both series contain observations for the same point in time, the output for this mapping will be two observations with the same series key, for the same period in time.
130 130