OLAPStrings_en.xml 77 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: QECL
  5. (C) Copyright IBM Corp. 2005, 2011, 2020
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" usage="String">
  9. <component name="OLP">
  10. <section name="S01" type="UI">
  11. <string id="dimensional">Dimensional Functions</string>
  12. <!-- Review and add this line in the Bering MR1 release
  13. <string id="SQL-99.tip">Function parameter types used in the definitions are indicated as follows:
  14. index: a literal non-negative integer
  15. index_expression: a non-negative integer expression.
  16. set_expression: any expression that returns a set of members from a single hierarchy.
  17. string: a literal string
  18. value_expression: any expression that returns a basic value, such as a number or string (not a member)
  19. </string>
  20. -->
  21. <string id="dimensional_AtoC" type="String">A-C</string>
  22. <string id="dimensional_DtoG" type="String">D-G</string>
  23. <string id="dimensional_HtoL" type="String">H-L</string>
  24. <string id="dimensional_MtoQ" type="String">M-Q</string>
  25. <string id="dimensional_RtoZ" type="String">R-Z</string>
  26. <string id="advanced_AtoC" type="String">Advanced</string>
  27. <string id="advanced_DtoG" type="String">Advanced</string>
  28. <string id="advanced_HtoL" type="String">Advanced</string>
  29. <string id="advanced_MtoQ" type="String">Advanced</string>
  30. <string id="advanced_RtoZ" type="String">Advanced</string>
  31. <string id="common_format.syntax" usage="Do not translate: _format" type="String">_format (&#160;expression&#160;,&#160;format_keyword &#160;)</string>
  32. <string id="common_format.tip" type="String" usage="Do not translate: PERCENTAGE_0, PERCENTAGE_1, PERCENTAGE_2">Associates a format with the expression. The format_keyword can be PERCENTAGE_0, PERCENTAGE_1, or PERCENTAGE_2. PERCENTAGE_1 returns a percentage with one digit to the right of the decimal point, PERCENTAGE_2 returns a percentage with two digits to the right of the decimal point, and PERCENTAGE_3 returns a percentage value out of one with three digits to the right of the decimal point (for example, 0.965).</string>
  33. <string id="common_format.example.1" usage="Do not translate: _format" type="String">Example: _format (&#160;[Unit Sale Price] / [Unit Price]&#160;,&#160;PERCENTAGE_2&#160;)</string>
  34. <string id="common_format.result.1" type="String">Result: 75.12%</string>
  35. <string id="olap_ancestor.syntax" usage="Do not translate: ancestor" type="String">ancestor (&#160;member, level|integer&#160;)</string>
  36. <string id="olap_ancestor.tip" type="String" usage="Retain newlines and layout">Returns the ancestor of "member" at "level" or at "integer" number of levels above "member".
  37. Note: The result is not guaranteed to be consistent when there is more than one such ancestor.</string>
  38. <string id="olap_ancestor.example.1" usage="Do not translate: ancestor" type="String">Example: ancestor (&#160;[TrailChef Water Bag]&#160;,&#160;1&#160;)</string>
  39. <string id="olap_ancestor.result.1" type="String">Result: Cooking Gear</string>
  40. <string id="olap_ancestor.example.2" usage="Do not translate: ancestor" type="String">Example: ancestor (&#160;[TrailChef Water Bag]&#160;,&#160;2&#160;)</string>
  41. <string id="olap_ancestor.result.2" type="String">Result: Camping Equipment</string>
  42. <string id="olap_ancestor.example.3" usage="Do not translate: ancestor" type="String">Example: ancestor (&#160;[TrailChef Water Bag]&#160;,&#160;[great_outdoors_company].[Products].[Products].[Product type]&#160;)</string>
  43. <string id="olap_ancestor.result.3" type="String">Result: Cooking Gear</string>
  44. <string id="olap_caption.syntax" usage="Do not translate: caption" type="String">caption (&#160;level|member|set_expression&#160;)</string>
  45. <string id="olap_caption.tip" type="String">Returns the caption values of "level", "member", or "set_expression". The caption is the string display name for an element and does not necessarily match the unique identifier used to generate the business key or member unique name (MUN) for the element. The caption is not necessarily unique; for example, the caption for a month may return the month name without further year details to make the value unique.</string>
  46. <string id="olap_caption.example.1" usage="Do not translate: caption" type="String">Example: caption (&#160;[TrailChef Water Bag]&#160;)</string>
  47. <string id="olap_caption.result.1" type="String">Result: TrailChef Water Bag</string>
  48. <string id="olap_caption.example.2" usage="Do not translate: caption" type="String">Example: caption (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)</string>
  49. <string id="olap_caption.result.2" type="String">Result: Returns the caption values of the Product line set.</string>
  50. <string id="olap_caption.resultdata.2" usage="Retain newlines and layout" type="String">Camping Equipment
  51. Mountaineering Equipment
  52. Personal Accessories
  53. Outdoor Protection
  54. Golf Equipment</string>
  55. <string id="olap_children.syntax" usage="Do not translate: children" type="String">children (&#160;member&#160;)</string>
  56. <string id="olap_children.tip" type="String">Returns the set of children of a specified member.</string>
  57. <string id="olap_children.example.1" usage="Do not translate: children" type="String">Example: children (&#160;[Camping Equipment]&#160;)</string>
  58. <string id="olap_children.result.1" type="String">Result: Returns the set of children for Camping Equipment.</string>
  59. <string id="olap_children.resultdata.1" usage="Retain newlines and layout" type="String">Cooking Gear
  60. Tents
  61. Sleeping Bags
  62. Packs
  63. Lanterns</string>
  64. <string id="olap_closingperiod.syntax" usage="Do not translate: closingPeriod" type="String">closingPeriod (&#160;level [&#160;,&#160;member&#160;]&#160;)</string>
  65. <string id="olap_closingperiod.tip" type="String">Returns the last sibling member among the descendants of a member at "level". This function is typically used with a time dimension.</string>
  66. <string id="olap_closingperiod.example.1" usage="Do not translate: closingPeriod" type="String">Example: closingPeriod (&#160;[great_outdoors_company].[Years].[Years].[Month]&#160;)</string>
  67. <string id="olap_closingperiod.result.1" type="String">Result: 2006/Dec</string>
  68. <string id="olap_closingperiod.example.2" usage="Do not translate: closingPeriod" type="String">Example: closingPeriod (&#160;[great_outdoors_company].[Years].[Years].[Year]&#160;)</string>
  69. <string id="olap_closingperiod.result.2" type="String">Result: 2006</string>
  70. <string id="olap_closingperiod.example.3" usage="Do not translate: closingPeriod" type="String">Example: closingPeriod (&#160;[great_outdoors_company].[Years].[Years].[Month]&#160;,&#160;[2006 Q 4]&#160;)</string>
  71. <string id="olap_closingperiod.result.3" type="String">Result: 2006/Dec</string>
  72. <string id="olap_completeTuple.syntax" usage="Do not translate: completeTuple" type="String">completeTuple (&#160;member {&#160;,&#160;member&#160;}&#160;)</string>
  73. <string id="olap_completeTuple.tip" usage="Do not translate: completeTuple" type="String">Identifies a cell location (intersection) based on the specified members, each of which must be from a different dimension. However, completeTuple () implicitly includes the default member from all dimensions not otherwise specified in the arguments, rather than the current member. CompleteTuple will use the default measure rather than the currentMeasure in the query if the measure is not defined in the completetuple function. This function appears in the Planned Headcount sample report in the GO Data Warehouse (analysis) package.</string>
  74. <string id="olap_completeTuple.example.1" usage="Do not translate: completeTuple" type="String">Example: completeTuple (&#160;[Mountaineering Equipment]&#160;,&#160;[Fax]&#160;)</string>
  75. <string id="olap_completeTuple.result.1" usage="Do not translate: completeTuple" type="String">Result: The completeTuple does not pick up the currentMember by default as the tuple function does. The values in the first column are identical across each year because the default member of the Years dimension, the root member, is used rather than the current member. Likewise, the first column displays Revenue rather than Quantity Sold because the Revenue measure is the default from the Measures dimension.
  76. CompleteTuple will use the default measure rather than the currentMeasure in the query if the measure is not defined in the completetuple function.</string>
  77. <!-- START NON-TRANSLATABLE -->
  78. <string id="olap_completeTuple.resultdata.1" type="String">
  79. Qty Sold Mountaineering Sales by Fax
  80. -------- --------------
  81. 2004 $1,220,329.38
  82. 2005 $1,220,329.38
  83. 2006 $1,220,329.38</string>
  84. <!-- END NON-TRANSLATABLE -->
  85. <string id="olap_completeTuple.example.2" usage="Do not translate: completeTuple" type="String">Example: completeTuple (&#160;[Mountaineering Equipment]&#160;,&#160;[Fax]&#160;,&#160;[Quantity sold]&#160;,&#160;currentMember (&#160;[great_outdoors_company].[Years].[Years]&#160;)&#160;)</string>
  86. <string id="olap_completeTuple.result.2" usage="Do not translate: completeTuple" type="String">Result: The completeTuple function uses the currentMember of the Years dimension and the Quantity sold measure.</string>
  87. <!-- START NON-TRANSLATABLE -->
  88. <string id="olap_completeTuple.resultdata.2" type="String">
  89. Qty Sold Mountaineering Sales by Fax
  90. ----------- ------------------------------------------
  91. 2004 0
  92. 2005 8,746
  93. 2006 7,860</string>
  94. <!-- END NON-TRANSLATABLE -->
  95. <string id="olap_unique.syntax" usage="Do not translate: unique" type="String">unique (&#160;set_expression&#160;)</string>
  96. <string id="olap_unique.tip" type="String">Removes all duplicates from "set_expression". The remaining members retain their original order.</string>
  97. <string id="olap_openingperiod.syntax" usage="Do not translate: openingPeriod" type="String">openingPeriod (&#160;level [&#160;,&#160;member&#160;]&#160;)</string>
  98. <string id="olap_openingperiod.tip" type="String">Returns the first sibling member among the descendants of a member at "level". This function is typically used with a time dimension.</string>
  99. <string id="olap_openingperiod.example.1" usage="Do not translate: openingPeriod" type="String">Example: openingPeriod (&#160;[great_outdoors_company].[Years].[Years].[Month]&#160;)</string>
  100. <string id="olap_openingperiod.result.1" type="String">Result: 2004/Jan</string>
  101. <string id="olap_openingperiod.example.2" usage="Do not translate: openingPeriod" type="String">Example: openingPeriod (&#160;[great_outdoors_company].[Years].[Years].[Year]&#160;)</string>
  102. <string id="olap_openingperiod.result.2" type="String">Result: 2004</string>
  103. <string id="olap_openingperiod.example.3" usage="Do not translate: openingPeriod" type="String">Example: openingPeriod (&#160;[great_outdoors_company].[Years].[Years].[Month]&#160;,&#160;[2006 Q 4]&#160;)</string>
  104. <string id="olap_openingperiod.result.3" type="String">Result: 2006/Oct</string>
  105. <string id="olap_parallelperiod.syntax" usage="Do not translate: parallelPeriod" type="String">parallelPeriod (&#160;level [&#160;,&#160;integer_expression [&#160;,&#160;member&#160;]&#160;]&#160;)</string>
  106. <string id="olap_parallelperiod.tip" type="String">Returns a member from a prior period in the same relative position as "member". This function is similar to the cousin function, but is more closely related to time series. It takes the ancestor of "member" at "level" (called "ancestor") and the sibling of "ancestor" that lags by "integer_expression" positions, and returns the parallel period of "member" among the descendants of that sibling. When unspecified, "integer_expression" defaults to 1 and "member" defaults to the current member.</string>
  107. <string id="olap_parallelperiod.example.1" usage="Do not translate: parallelPeriod" type="String">Example: parallelPeriod (&#160;[great_outdoors_company].[Years].[Years].[Quarter]&#160;,&#160;-1&#160;,&#160;[2006/Aug]&#160;)</string>
  108. <string id="olap_parallelperiod.result.1" type="String">Result: 2006/Nov</string>
  109. <string id="olap_parallelperiod.example.2" usage="Do not translate: parallelPeriod" type="String">Example: parallelPeriod (&#160;[great_outdoors_company].[Years].[Years].[Quarter]&#160;,&#160;1&#160;,&#160;[2006/Aug]&#160;)</string>
  110. <string id="olap_parallelperiod.result.2" type="String">Result: 2006/May</string>
  111. <string id="olap_parallelperiod.example.3" usage="Do not translate: parallelPeriod" type="String">Example: parallelPeriod (&#160;[great_outdoors_company].[Years].[Years].[Year]&#160;,&#160;2&#160;,&#160;[2006/Aug]&#160;)</string>
  112. <string id="olap_parallelperiod.result.3" type="String">Result: 2004/Aug</string>
  113. <string id="olap_cousin.syntax" usage="Do not translate: cousin" type="String">cousin (&#160;member1&#160;,&#160;member2&#160;)</string>
  114. <string id="olap_cousin.tip" type="String">Returns the child member of "member2" with the same relative position as "member1" to its parent. This function appears in the Revenue by GO Subsidiary 2005 sample report in the GO Data Warehouse (analysis) package.</string>
  115. <string id="olap_cousin.example.1" usage="Do not translate: cousin" type="String">Example: cousin (&#160;[Irons]&#160;,&#160;[Camping Equipment]&#160;)</string>
  116. <string id="olap_cousin.result.1" type="String">Result: Cooking Gear</string>
  117. <string id="olap_cousin.example.2" usage="Do not translate: cousin" type="String">Example: cousin (&#160;[Putters]&#160;,&#160;[Camping Equipment]&#160;)</string>
  118. <string id="olap_cousin.result.2" type="String">Result: Sleeping Bags</string>
  119. <string id="olap_crossjoin.syntax" usage="Do not translate: crossjoin" type="String">crossjoin (&#160;set_expression1&#160;,&#160;set_expression2&#160;)</string>
  120. <string id="olap_crossjoin.tip" type="String">Returns the cross product of "set_expression1" and "set_expression2".</string>
  121. <string id="olap_currentmember.syntax" usage="Do not translate: currentMember" type="String">currentMember (&#160;hierarchy&#160;)</string>
  122. <string id="olap_currentmember.tip" type="String">Returns the current member of the hierarchy during an iteration. If "hierarchy" is not present in the context in which the expression is being evaluated, its default member is assumed. This function appears in the Rolling and Moving Averages interactive sample report.</string>
  123. <string id="olap_defaultmember.syntax" usage="Do not translate: defaultMember" type="String">defaultMember (&#160;hierarchy&#160;)</string>
  124. <string id="olap_defaultmember.tip" type="String">Returns the default member of "hierarchy".</string>
  125. <string id="olap_defaultmember.example.1" usage="Do not translate: defaultMember" type="String">Example: defaultMember (&#160;[great_outdoors_company].[Products].[Products]&#160;)</string>
  126. <string id="olap_defaultmember.result.1" type="String">Result: Products</string>
  127. <string id="olap_defaultmember.example.2" usage="Do not translate: defaultMember" type="String">Example: defaultMember (&#160;[great_outdoors_company].[Years].[Years]&#160;)</string>
  128. <string id="olap_defaultmember.result.2" type="String">Result: Year</string>
  129. <string id="olap_defaultmember.example.3" usage="Do not translate: defaultMember, hierarchy" type="String">Example: defaultMember (&#160;hierarchy (&#160;[great_outdoors_company].[Measures].[Quantity sold]&#160;)&#160;)</string>
  130. <string id="olap_defaultmember.result.3" type="String">Result: Revenue</string>
  131. <string id="olap_emptyset.syntax" usage="Do not translate: emptySet" type="String">emptySet (&#160;hierarchy&#160;)</string>
  132. <string id="olap_emptyset.tip" type="String">Returns an empty member set for "hierarchy".
  133. This is most often used as a placeholder during development or with dynamic report design (either with the IBM® Cognos® Software Development Kit or via report design). By creating a data item that contains the emptyset function, it is possible to build complex expressions that can later be revised by redefining the emptyset data item.</string>
  134. <string id="olap_emptyset.example.1" usage="Do not translate: except, emptySet" type="String">Example: except (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;,&#160;emptySet (&#160;[great_outdoors_company].[Products].[Products]&#160;)&#160;)</string>
  135. <string id="olap_emptyset.result.1" type="String">Result: Returns the Product line set and an empty set for the Products set.</string>
  136. <string id="olap_emptyset.resultdata.1" usage="Retain newlines and layout" type="String">Camping Equipment
  137. Golf Equipment
  138. Mountaineering Equipment
  139. Outdoor Protection
  140. Personal Accessories</string>
  141. <string id="olap_firstchild.syntax" usage="Do not translate: firstChild" type="String">firstChild (&#160;member&#160;)</string>
  142. <string id="olap_firstchild.tip" type="String">Returns the first child of "member".</string>
  143. <string id="olap_firstchild.example.1" usage="Do not translate: firstChild" type="String">Example: firstChild (&#160;[By Product Lines]&#160;)</string>
  144. <string id="olap_firstchild.result.1" type="String">Result: Camping Equipment</string>
  145. <string id="olap_firstchild.example.2" usage="Do not translate: firstChild" type="String">Example: firstChild (&#160;[Camping Equipment]&#160;)</string>
  146. <string id="olap_firstchild.result.2" type="String">Result: Cooking Gear</string>
  147. <string id="olap_firstsibling.syntax" usage="Do not translate: firstSibling" type="String">firstSibling (&#160;member&#160;)</string>
  148. <string id="olap_firstsibling.tip" type="String">Returns the first child of the parent of "member".</string>
  149. <string id="olap_firstsibling.example.1" usage="Do not translate: firstSibling" type="String">Example: firstSibling (&#160;[Outdoor Protection]&#160;)</string>
  150. <string id="olap_firstsibling.result.1" type="String">Result: Camping Equipment</string>
  151. <string id="olap_firstsibling.example.2" usage="Do not translate: firstSibling" type="String">Example: firstSibling (&#160;[Camping Equipment]&#160;)</string>
  152. <string id="olap_firstsibling.result.2" type="String">Result: Camping Equipment</string>
  153. <string id="olap_hierarchy.syntax" usage="Do not translate: hierarchy" type="String">hierarchy (&#160;level|member|set_expression&#160;)</string>
  154. <string id="olap_hierarchy.tip" type="String">Returns the hierarchy that contains "level", "member", or "set_expression".</string>
  155. <string id="olap_hierarchy.example.1" usage="Do not translate: hierarchy" type="String">Example: hierarchy (&#160;[Cooking Gear]&#160;)</string>
  156. <string id="olap_hierarchy.result.1" type="String">Result: Returns every member in the hierarchy that contains Cooking Gear.</string>
  157. <string id="olap_hierarchy.resultdata.1" usage="Retain newlines and layout" type="String">Products
  158. Camping Equipment
  159. Cooking Gear
  160. TrailChef Water Bag
  161. TrailChef Canteen
  162. ...
  163. Mountain Man Extreme
  164. Mountain Man Deluxe</string>
  165. <string id="olap_hierarchy.example.2" usage="Do not translate: hierarchy" type="String">Example: hierarchy (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)</string>
  166. <string id="olap_hierarchy.result.2" type="String">Result: Returns every member in the hierarchy that contains the Product line.</string>
  167. <string id="olap_hierarchy.resultdata.2" usage="Retain newlines and layout" type="String">
  168. Products
  169. Camping Equipment
  170. Cooking Gear
  171. TrailChef Water Bag
  172. TrailChef Canteen
  173. ...
  174. Mountain Man Extreme
  175. Mountain Man Deluxe</string>
  176. <string id="olap_isempty.syntax" usage="Do not translate: isEmpty" type="String">isEmpty (&#160;value_expression&#160;)</string>
  177. <string id="olap_isempty.tip" type="String">Returns true if "value_expression" is null; otherwise returns false.</string>
  178. <!-- tuple is purposely hidden from the syntax as argument type of first operand -->
  179. <string id="olap_item.syntax" usage="Do not translate: item" type="String">item (&#160;set_expression&#160;,&#160;index&#160;)</string>
  180. <string id="olap_item.tip" type="String">Returns a member from the "index" location within "set_expression". The index into the set is zero based.</string>
  181. <string id="olap_item.example.1" usage="Do not translate: item, children" type="String">Example: item (&#160;children (&#160;[Camping Equipment]&#160;)&#160;,&#160;2&#160;)</string>
  182. <string id="olap_item.result.1" type="String">Result: Sleeping Bags</string>
  183. <string id="olap_lag.syntax" usage="Do not translate: lag" type="String">lag (&#160;member&#160;,&#160;index_expression&#160;)</string>
  184. <string id="olap_lag.tip" type="String">Returns the sibling member that is "index_expression" number of positions prior to "member".</string>
  185. <string id="olap_lag.example.1" usage="Do not translate: lag" type="String">Example: lag (&#160;[Tents]&#160;,&#160;1&#160;)</string>
  186. <string id="olap_lag.result.1" type="String">Result: Cooking Gear</string>
  187. <string id="olap_lag.example.2" usage="Do not translate: lag" type="String">Example: lag (&#160;[Tents]&#160;,&#160;-2&#160;)</string>
  188. <string id="olap_lag.result.2" type="String">Result: Packs</string>
  189. <string id="olap_lastchild.syntax" usage="Do not translate: lastChild" type="String">lastChild (&#160;member&#160;)</string>
  190. <string id="olap_lastchild.tip" type="String">Returns the last child of a specified member.</string>
  191. <string id="olap_lastchild.example.1" usage="Do not translate: lastChild" type="String">Example: lastChild (&#160;Cooking Gear&#160;)</string>
  192. <string id="olap_lastchild.result.1" type="String">Result: TrailChef Utensils</string>
  193. <string id="olap_lastchild.example.2" usage="Do not translate: lastChild" type="String">Example: lastChild (&#160;[By Product Line]&#160;)</string>
  194. <string id="olap_lastchild.result.2" type="String">Result: Golf Equipment</string>
  195. <string id="olap_lastsibling.syntax" usage="Do not translate: lastSibling" type="String">lastSibling (&#160;member&#160;)</string>
  196. <string id="olap_lastsibling.tip" type="String">Returns the last child of the parent of a specified member.</string>
  197. <string id="olap_lastsibling.example.1" usage="Do not translate: lastSibling" type="String">Example: lastSibling (&#160;[Camping Equipment]&#160;)</string>
  198. <string id="olap_lastsibling.result.1" type="String">Result: Golf Equipment</string>
  199. <string id="olap_lead.syntax" usage="Do not translate: lead" type="String">lead (&#160;member&#160;,&#160;index_expression&#160;)</string>
  200. <string id="olap_lead.tip" type="String">Returns the sibling member that is "index_expression" number of positions after "member". If "index_expression" is negative, returns the sibling member that is "index_expression" number of positions before "member".</string>
  201. <string id="olap_lead.example.1" usage="Do not translate: lead" type="String">Example: lead (&#160;[Outdoor Protection]&#160;,&#160;1&#160;)</string>
  202. <string id="olap_lead.result.1" type="String">Result: Personal Accessories</string>
  203. <string id="olap_lead.example.2" usage="Do not translate: lead" type="String">Example: lead (&#160;[Outdoor Protection]&#160;,&#160;-2&#160;)</string>
  204. <string id="olap_lead.result.2" type="String">Result: Golf Equipment</string>
  205. <string id="olap_level.syntax" usage="Do not translate: level" type="String">level (&#160;member&#160;)</string>
  206. <string id="olap_level.tip" type="String">Returns the level of "member".</string>
  207. <string id="olap_level.example.1" usage="Do not translate: level" type="String">Example: level (&#160;[Golf Equipment]&#160;)</string>
  208. <string id="olap_level.result.1" type="String">Result: Returns the members on the Golf Equipment level.</string>
  209. <string id="olap_level.resultdata.1" usage="Retain newlines and layout" type="String">Camping Equipment
  210. Mountaineering Equipment
  211. Personal Accessories
  212. Outdoor Protection
  213. Golf Equipment</string>
  214. <string id="olap_levels.syntax" usage="Do not translate: levels" type="String">levels (&#160;hierarchy&#160;,&#160;index&#160;)</string>
  215. <string id="olap_levels.tip" type="String">Returns the level in "hierarchy" whose distance from the root is specified by "index".</string>
  216. <string id="olap_levels.example.1" usage="Do not translate: levels" type="String">Example: levels (&#160;[great_outdoors_company].[Products].[Products]&#160;,&#160;2&#160;)</string>
  217. <string id="olap_levels.result.1" type="String">Result: Returns the members two levels from the root Products hierarchy.</string>
  218. <string id="olap_levels.resultdata.1" usage="Retain newlines and layout" type="String">Cooking Gear
  219. Sleeping Bags
  220. Packs
  221. Tents
  222. ...
  223. Irons
  224. Putters
  225. Woods
  226. Golf Accessories</string>
  227. <string id="olap_levels.example.2" usage="Do not translate: levels" type="String">Example: levels (&#160;[great_outdoors_company].[Products].[Products]&#160;,&#160;1&#160;)</string>
  228. <string id="olap_levels.result.2" type="String">Result: Returns the members one level from the root Products hierarchy.</string>
  229. <string id="olap_levels.resultdata.2" usage="Retain newlines and layout" type="String">Camping Equipment
  230. Mountaineering Equipment
  231. Personal Accessories
  232. Outdoor Protection
  233. Golf Equipment</string>
  234. <string id="olap_linkmember.syntax" usage="Do not translate: linkMember" type="String">linkMember (&#160;member&#160;,&#160;level|hierarchy&#160;)</string>
  235. <string id="olap_linkmember.tip" type="String">Returns the corresponding member in "level" or "hierarchy" (of the same dimension). For level-based hierarchies, a level must be specified as the second argument, and for parent-child hierarchies, a hierarchy must be specified. An exception is thrown when the second parameter does not resolve to a hierarchy of the member's dimension. Note that calculated members are not supported as the first argument.</string>
  236. <string id="olap_member.syntax" usage="Do not translate: member" type="String">member (&#160;value_expression [&#160;,&#160;string1 [&#160;,&#160;string2 [&#160;,&#160;hierarchy&#160;]&#160;]&#160;]&#160;)</string>
  237. <string id="olap_member.tip" type="String" usage="Retain newlines and layout">Defines a member based on "value_expression" in "hierarchy". "String1" identifies the member created by this function. It must be unique in the query and different from any other member in the same hierarchy. "String2" is the caption of the member; if it is absent, the caption is empty. To ensure predictable results, it is recommended that you supply the "hierarchy".
  238. Note: All calculations used as grouping items whose sibling items are other calculations or member sets should be explicitly assigned to a hierarchy using this function. The results are not predictable otherwise. The only exception is where the calculation involves only members of the same hierarchy as the siblings. In this case, the calculation is assumed to belong to that hierarchy.
  239. </string>
  240. <string id="olap_member.example.1" usage="Do not translate: member, currentMeasure, within, set, filter, caption, starts with" type="String">Example: member (&#160;total (&#160;currentMeasure within set filter (&#160;[great_outdoors_company].[Products].[Products].[Product name]&#160;,&#160;caption (&#160;[great_outdoors_company].[Products].[Products].[Product name]&#160;) starts with 'B'&#160;)&#160;)&#160;,&#160;'BProducts'&#160;,&#160;'B Products'&#160;,&#160;[great_outdoors_company].[Products].[Products]&#160;)</string>
  241. <string id="olap_member.result.1" type="String">Result: Returns the quantity sold and revenue for all products that start with the letter B.</string>
  242. <string id="olap_members.syntax" usage="Do not translate: members" type="String">members (&#160;hierarchy|level&#160;)</string>
  243. <string id="olap_members.tip" type="String">Returns the set of members in "hierarchy" or "level". In the case of a hierarchy, the order of the members in the result is not guaranteed. If a predictable order is required, an explicit ordering function (such as hierarchize) must be used.</string>
  244. <string id="olap_members.example.1" usage="Do not translate: members" type="String">Example: members (&#160;[great_outdoors_company].[Years].[Years]&#160;)</string>
  245. <string id="olap_members.result.1" type="String">Result: Returns the members in Years.</string>
  246. <string id="olap_members.example.2" usage="Do not translate: members" type="String">Example: members (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)</string>
  247. <string id="olap_members.result.2" type="String">Result: Returns the members in Product line.</string>
  248. <string id="olap_nestedset.syntax" usage="Do not translate: nestedSet" type="String">nestedSet (&#160;set_expression1&#160;,&#160;set_expression2&#160;)</string>
  249. <string id="olap_nestedset.tip" type="String">This function is intended for use only by Analysis Studio</string>
  250. <!--Returns the set of members of "set_expression2" evaluated in the context of the current member of "set_expression1". -->
  251. <!--<string id="olap_nestedset.example.1" usage="Do not translate: nestedset" type="String">Example: nestedSet (&#160;members (&#160;[Product line]&#160;)&#160;,&#160;topCount (&#160;descendants (&#160;currentMember (&#160;[great_outdoors_company].[Products].[Products]&#160;)&#160;,&#160;[great_outdoors_company].[Products].[Products].[Product name]&#160;)&#160;,&#160;2&#160;,&#160;[Revenue]&#160;)&#160;)</string>-->
  252. <string id="olap_nestedset.result.1" type="String">Result: Returns the top two products by revenue for each product line.</string>
  253. <string id="olap_nextmember.syntax" usage="Do not translate: nextMember" type="String">nextMember (&#160;member&#160;)</string>
  254. <string id="olap_nextmember.tip" type="String">Returns the next member in the "member" level.</string>
  255. <string id="olap_nextmember.example.1" usage="Do not translate: nextMember" type="String">Example: nextMember (&#160;[Outdoor Protection]&#160;)</string>
  256. <string id="olap_nextmember.result.1" type="String">Result: Golf Equipment</string>
  257. <string id="olap_ordinal.syntax" usage="Do not translate: ordinal" type="String">ordinal (&#160;level&#160;)</string>
  258. <string id="olap_ordinal.tip" type="String">Returns the zero-based ordinal value (distance from the root level) of "level".</string>
  259. <string id="olap_ordinal.example.1" usage="Do not translate: ordinal" type="String">Example: ordinal (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)</string>
  260. <string id="olap_ordinal.result.1" type="String">Result: 1</string>
  261. <string id="olap_ordinal.example.2" usage="Do not translate: ordinal" type="String">Example: ordinal (&#160;[great_outdoors_company].[Products].[Products].[Product type]&#160;)</string>
  262. <string id="olap_ordinal.result.2" type="String">Result: 2</string>
  263. <string id="olap_parent.syntax" usage="Do not translate: parent" type="String">parent (&#160;member|measure&#160;)</string>
  264. <string id="olap_parent.tip" type="String">Returns the member that is the parent of "member" or "measure".</string>
  265. <string id="olap_parent.example.1" usage="Do not translate: parent" type="String">Example: parent (&#160;[Cooking Gear]&#160;)</string>
  266. <string id="olap_parent.result.1" type="String">Result: Camping Equipment</string>
  267. <string id="olap_addMemberToSet.syntax" usage="Do not translate: _addMemberToSet" type="String">_addMemberToSet (&#160;member_expression&#160;,&#160;set_expression&#160;,&#160;parent|null&#160;,&#160;sibling|null&#160;,&#160;position&#160;)</string>
  268. <string id="olap_addMemberToSet.tip" type="String" usage="Retain newlines and layout">Caution: internal use only; do not add this function to reports.
  269. Returns a set. The function inserts "member_expression" into "set_expression" immediately BEFORE or AFTER sibling.
  270. Note that "member_expression" and "set_expression" have to be from the same dimension and hierarchy.
  271. "Parent" is the unique name of the parent of the calculated member (member_expression&#160;)&#160;,&#160;or NULL.
  272. "Sibling" is the unique name of the member relative to which "member_expression" is positioned, or NULL.
  273. "Position" has a value of BEFORE or AFTER. If "position" is not specified, the default value is AFTER.</string>
  274. <string id="olap_prevmember.syntax" usage="Do not translate: prevMember" type="String">prevMember (&#160;member&#160;)</string>
  275. <string id="olap_prevmember.tip" type="String">Returns the member that immediately precedes "member" in the same level. This function appears in the Sales Growth Year Over Year sample report in the GO Data Warehouse (analysis) package.</string>
  276. <string id="olap_prevmember.example.1" usage="Do not translate: prevMember" type="String">Example: prevMember (&#160;[Outdoor Protection]&#160;)</string>
  277. <string id="olap_prevmember.result.1" type="String">Result: Personal Accessories</string>
  278. <string id="olap_prevmember.example.2" usage="Do not translate: prevMember" type="String">Example: prevMember (&#160;[2005]&#160;)</string>
  279. <string id="olap_prevmember.result.2" type="String">Result: 2004</string>
  280. <string id="olap_roleValue.syntax" usage="Do not translate: roleValue" type="String">roleValue (&#160;string [&#160;,&#160;member|set_expression&#160;]&#160;)</string>
  281. <string id="olap_roleValue.tip" type="String">Returns the value of the attribute that is associated with the role whose name is specified by "string" within the specified context. "Member" or "set_expression" is optional only in a number of limited circumstances, where it can be derived from another context.
  282. Applications can be made portable across different data sources and models by accessing attributes by role rather than by query item ID.
  283. Intrinsic roles that are defined for members of all data source types include: '_businessKey', '_memberCaption', '_memberDescription', '_memberUniqueName'.
  284. For Online Analytical Processing(OLAP) sources only intrinsic roles can be accessed by objects that span multiple levels.
  285. For dimensionally-modeled relational (DMR) data sources, assignment of roles is the modeler's responsibility.
  286. Additional roles can be defined in Framework Manager for each level in a hierarchy.
  287. For example, a Product type level might have an attribute column called "Type Shipping Container", and the Product level might have the "Product Shipping Container" attribute. Each of these objects could be assigned a custom role called "Container" in Framework Manager. The property could then be referenced independently of the actual column name by using the roleValue function.</string>
  288. <string id="olap_roleValue.example.1" usage="Do not translate: roleValue" type="String">Example: roleValue (&#160;'_memberCaption'&#160;,&#160;[Sales].[Product].[Product].[Product line] -> [all].[1]&#160;)</string>
  289. <string id="olap_roleValue.result.1" type="String">Result: Camping Equipment</string>
  290. <string id="olap_roleValue.example.2" usage="Do not translate: roleValue" type="String">Example: roleValue (&#160;'_businessKey'&#160;,&#160;[great_outdoors_company].[Years].[Years].[Year]&#160;)</string>
  291. <string id="olap_roleValue.result.2" type="String">Result: Returns the value of the attribute that is associated with the business key role.</string>
  292. <string id="olap_roleValue.resultdata.2" usage="Retain newlines and layout" type="String">("2004-01-01","2004-12-31")
  293. ("2005-01-01","2005-12-31")
  294. ("2006-01-01","2006-12-31")</string>
  295. <string id="olap_roleValue.example.3" usage="Do not translate: roleValue" type="String">Example: roleValue (&#160;'_memberUniqueName'&#160;,&#160;[great_outdoors_company].[Years].[Years].[Year]&#160;)</string>
  296. <string id="olap_roleValue.result.3" type="String">Result: Returns the value of the attribute that is associated with the MUN role.</string>
  297. <string id="olap_roleValue.resultdata.3" type="String">[great_outdoors_company].[Years].[Years].[Year] ->:[PC].[Years (Root)].[20040101-20041231]
  298. [great_outdoors_company].[Years].[Years].[Year] ->:[PC].[Years (Root)].[20050101-20051231]
  299. [great_outdoors_company].[Years].[Years].[Year] ->:[PC].[Years (Root)].[20060101-20061231]</string>
  300. <string id="olap_rootmember.syntax" usage="Do not translate: rootMember" type="String">rootMember (&#160;hierarchy&#160;)</string>
  301. <string id="olap_rootmember.tip" type="String">Returns the root member of a single-root hierarchy. This function appears in the Promotion Success sample report in the GO Data Warehouse (analysis) package.</string>
  302. <string id="olap_rootmembers.syntax" usage="Do not translate: rootMembers" type="String">rootMembers (&#160;hierarchy&#160;)</string>
  303. <string id="olap_rootmembers.tip" type="String">Returns the root members of a hierarchy.</string>
  304. <string id="olap_rootmembers.example.1" usage="Do not translate: rootMembers" type="String">Example: rootMembers (&#160;[great_outdoors_company].[Years].[Years]&#160;)</string>
  305. <string id="olap_rootmembers.result.1" type="String">Result: By Time</string>
  306. <string id="olap_value.syntax" usage="Do not translate: value" type="String">value (&#160;tuple&#160;)</string>
  307. <string id="olap_value.tip" type="String">Returns the value of the cell identified by "tuple". Note that the default member of the Measures dimension is the Default Measure.</string>
  308. <string id="olap_value.example.1" usage="Do not translate: value, tuple" type="String">Example: value (&#160;tuple (&#160;[great_outdoors_company].[Years].[Years].[Year] ->:[PC].[Years (Root)].[20040101-20041231]&#160;,&#160;[great_outdoors_company].[Measures].[Revenue]&#160;)&#160;)</string>
  309. <string id="olap_value.result.1" type="String">Result: $34,750,563.50</string>
  310. <string id="olap_value.example.2" usage="Do not translate: value, tuple" type="String">Example: value (&#160;tuple (&#160;[2004]&#160;,&#160;[Camping Equipment]&#160;,&#160;[Revenue]&#160;)&#160;)</string>
  311. <string id="olap_value.result.2" type="String">Result: $20,471,328.88</string>
  312. <string id="olap_descendants.syntax" type="String" usage="Do not translate: descendants, self, before, beforewithmember, after">descendants (&#160;member|set_expression&#160;,&#160;level|distance [&#160;,&#160;{&#160;self|before|beforewithmember|after&#160;}&#160;]&#160;)</string>
  313. <string id="olap_descendants.tip" type="String" usage="Do not translate: self, before, beforewithmember, after. Retain newlines and layout">Returns the set of descendants of "member" or "set_expression" at "level" (qualified name) or "distance" (integer 0..n) from the root. Multiple options may be specified (separated by a space) to determine which members are returned.
  314. self: Only the members at the specified level are included in the final set (this is the default behaviour in the absence of any options).
  315. before: If there are any intermediate levels between the member's level and the one specified, members from those levels are included. If the level specified is the same as the member upon which the function is applied, the member is included in the final set.
  316. beforewithmember: If there are any intermediate levels between the member's level and the one specified, members from those levels are included. The member upon which the function is applied is also included in the final set.
  317. after: If other levels exist after the specified level, members from those levels are included in the final set. This function appears in the Sales Commissions for Central Europe sample report in the GO Data Warehouse (analysis) package.</string>
  318. <string id="olap_descendants.example.1" type="String" usage="Do not translate: descendants">Example: descendants (&#160;[great_outdoors_company].[Products].[Products].[Products]&#160;,&#160;[great_outdoors_company].[Products].[Products].[Product type]&#160;)</string>
  319. <string id="olap_descendants.result.1" type="String" usage="Retain newlines and layout">Result: Returns the set of descendants of the Products set at the Product type level.
  320. Note: [great_outdoors_company].[Products].[Products].[Products] is the root member of the Products hierarchy.</string>
  321. <string id="olap_descendants.resultdata.1" type="String" usage="Retain newlines and layout">Cooking Gear
  322. Sleeping Bags
  323. Packs
  324. Tents
  325. ...
  326. Eyewear
  327. Knives
  328. Watches</string>
  329. <string id="olap_descendants.example.2" type="String" usage="Do not translate: descendants">Example: descendants (&#160;[great_outdoors_company].[Products].[Products].[Products]&#160;,&#160;1&#160;)</string>
  330. <string id="olap_descendants.result.2" type="String" usage="Retain newlines and layout">Result: Returns the set of descendants of the Products set at the first level.</string>
  331. <string id="olap_descendants.resultdata.2" type="String" usage="Retain newlines and layout">Camping Equipment
  332. Golf Equipment
  333. Mountaineering Equipment
  334. Outdoor Protection
  335. Personal Accessories</string>
  336. <string id="olap_descendants.example.3" type="String" usage="Do not translate: descendants, before">Example: descendants (&#160;[great_outdoors_company].[Products].[Products].[Products]&#160;,&#160;3&#160;,&#160;before&#160;)</string>
  337. <string id="olap_descendants.result.3" type="String" usage="Retain newlines and layout">Result: Returns the descendants of the Products set before the third level.</string>
  338. <string id="olap_descendants.resultdata.3" type="String" usage="Retain newlines and layout">Camping Equipment
  339. Cooking Gear
  340. Sleeping Bags
  341. Packs
  342. Tents
  343. ...
  344. Eyewear
  345. Knives
  346. Watches</string>
  347. <string id="olap_descendants.example.4" type="String" usage="Do not translate: descendants, self, before">Example: descendants (&#160;[great_outdoors_company].[Products].[Products].[Products]&#160;,&#160;2&#160;,&#160;self before&#160;)</string>
  348. <string id="olap_descendants.result.4" type="String" usage="Retain newlines and layout">Result: Returns the set of descendants of the Products set before and including the second level.</string>
  349. <string id="olap_descendants.resultdata.4" type="String" usage="Retain newlines and layout">Camping Equipment
  350. Cooking Gear
  351. Sleeping Bags
  352. Packs
  353. Tents
  354. ...
  355. Eyewear
  356. Knives
  357. Watches</string>
  358. <string id="olap_except.syntax" type="String" usage="Do not translate: except, all">except (&#160;set_expression1&#160;,&#160;set_expression2 [&#160;,&#160;all&#160;]&#160;)</string>
  359. <string id="olap_except.tip" type="String" usage="Do not translate: all">Returns the members of "set_expression1" that are not also in "set_expression2". Duplicates are retained only if the optional keyword "all" is supplied as the third argument.</string>
  360. <string id="olap_except.example.1" usage="Do not translate: except, set" type="String">Example: except (&#160;set (&#160;[Camping Equipment]&#160;,&#160;[Mountaineering Equipment]&#160;)&#160;,&#160;set (&#160;[Camping Equipment]&#160;,&#160;[Golf Equipment]&#160;)&#160;)</string>
  361. <string id="olap_except.result.1" type="String">Result: Mountaineering Equipment</string>
  362. <!--<string id="olap_except_all.syntax" type="String">exceptAll (&#160;set_expression1&#160;,&#160;set_expression2&#160;)</string>
  363. <string id="olap_except_all.tip" type="String">Returns the difference between the query item values contained in set_expression1 and set_expression2. The result retains duplicates.</string>-->
  364. <string id="olap_filter.syntax" type="String" usage="Do not translate: filter">filter (&#160;set_expression&#160;,&#160;Boolean_expression&#160;)</string>
  365. <string id="olap_filter.tip" type="String">Returns the set resulting from filtering a specified set based on the Boolean condition. Each member is included in the result if and only if the corresponding value of "Boolean_expression" is true.</string>
  366. <string id="olap_filter.example.1" usage="Do not translate: filter" type="String">Example: filter (&#160;[Product line]&#160;,&#160;[Gross margin] > .30&#160;)</string>
  367. <string id="olap_filter.result.1" type="String">Result: Mountaineering Equipment</string>
  368. <!--<string id="olap_filter.syntax" usage="Do not translate: filter" type="String">filter (&#160;(&#160;member_expression|literal_member_expression&#160;)&#160;,&#160;(&#160;Boolean_expression|literal_member_expression&#160;)&#160;)</string>-->
  369. <!--<string id="olap_filter.tip" type="String">Filters the items from member_expr based on the specified condition.
  370. The return type depends on the property specified (LevelNumber, LevelLabel, LevelUniqueName, MemberUniqueName, ParentUniqueName, MemberCaption, or CurrencyCode).
  371. Ex:
  372. literal_member_expression: [NS].[D].[H].[L]->[v1]
  373. member_expr: [NS].[D].[H].[L] or function returning members at a specified level</string>-->
  374. <string id="olap_intersect.syntax" type="String" usage="Do not translate: intersect, all">intersect (&#160;set_expression1&#160;,&#160;set_expression2 [&#160;,&#160;all&#160;]&#160;)</string>
  375. <string id="olap_intersect.tip" type="String" usage="Do not translate: all">Returns the intersection of "set_expression1" and "set_expression2". The result retains duplicates only when the optional keyword "all" is supplied as the third argument.</string>
  376. <string id="olap_intersect.example.1" usage="Do not translate: intersect, set, all" type="String">Example: intersect (&#160;set (&#160;[Camping Equipment]&#160;,&#160;[Mountaineering Equipment]&#160;)&#160;,&#160;set (&#160;[Camping Equipment]&#160;,&#160;[Outdoor Protection] ,&#160;)&#160;,&#160;all&#160;)</string>
  377. <string id="olap_intersect.result.1" type="String">Result: Camping Equipment</string>
  378. <!--<string id="olap_intersect_all.syntax" type="String">intersectAll(set_expression1, set_expression2)</string>
  379. <string id="olap_intersect_all.tip" type="String">Returns the intersection of the query item values contained in set_expression1 and set_expression2. The result retains duplicates</string>-->
  380. <string id="olap_lastperiods.syntax" type="String" usage="Do not translate: lastPeriods">lastPeriods (&#160;integer_expression&#160;,&#160;member&#160;)</string>
  381. <string id="olap_lastperiods.tip" type="String">Returns the set of members from the same level that ends with "member". The number of members returned is the absolute value of "integer_expression". If "integer_expression" is negative, members following and including the specified member are returned. Typically used with a time dimension. This function appears in the Rolling and Moving Averages interactive sample report.</string>
  382. <string id="olap_lastperiods.example.1" usage="Do not translate: lastPeriods" type="String">Example: lastPeriods (&#160;2&#160;,&#160;[2006 Q 4]&#160;)</string>
  383. <string id="olap_lastperiods.result.1" type="String">Result: Returns the last two members from the level that ends with 2006 Q 4.</string>
  384. <string id="olap_lastperiods.resultdata.1" usage="Retain newlines and layout" type="String">2006 Q 3
  385. 2006 Q 4</string>
  386. <string id="olap_lastperiods.example.2" usage="Do not translate: lastPeriods" type="String">Example: lastPeriods (&#160;-3&#160;,&#160;[2006 Q 4]&#160;)</string>
  387. <string id="olap_lastperiods.result.2" type="String">Result: Returns the last three members from the level that starts with 2006 Q 4.</string>
  388. <string id="olap_lastperiods.resultdata.2" usage="Retain newlines and layout" type="String">2006 Q 4
  389. 2007 Q 1
  390. 2007 Q 2</string>
  391. <string id="olap_periodstodate2.syntax" type="String" usage="Do not translate: periodsToDate">periodsToDate (&#160;level&#160;,&#160;member&#160;)</string>
  392. <string id="olap_periodstodate2.tip" type="String">Returns a set of sibling members from the same level as "member", as constrained by "level". It locates the ancestor of "member" at "level" and returns that ancestor's descendants at the same level as "member" (up to and including "member"). Typically used with a time dimension. This function appears in the Rolling and Moving Averages interactive sample report.</string>
  393. <string id="olap_periodstodate2.example.1" usage="Do not translate: periodsToDate" type="String">Example: periodsToDate (&#160;[great_outdoors_company].[Years].[Years].[Year]&#160;,&#160;[2004/Mar]&#160;)</string>
  394. <string id="olap_periodstodate2.result.1">Result: Returns values for [2004/Jan], [2004/Feb], [2004/Mar]</string>
  395. <string id="olap_topcount.syntax" type="String" usage="Do not translate: topCount">topCount (&#160;set_expression&#160;,&#160;index_expression&#160;,&#160;numeric_expression&#160;)</string>
  396. <string id="olap_topcount.tip" type="String">Sorts a set according to the values of "numeric_expression" evaluated at each of the members of "set_expression" and returns the top "index_expression" members.</string>
  397. <string id="olap_topcount.example.1" usage="Do not translate: topCount" type="String">Example: topCount (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;,&#160;2&#160;,&#160;[Revenue]&#160;)</string>
  398. <string id="olap_topcount.result.1">Result: Returns the top two revenues for the Product line set.</string>
  399. <!-- START NON-TRANSLATABLE -->
  400. <string id="olap_topcount.resultdata.1" type="String">
  401. Prod line Revenue
  402. ----------- ----------
  403. Camping $89,713,990.92
  404. Personal $31,894,465.86</string>
  405. <!-- END NON-TRANSLATABLE -->
  406. <string id="olap_bottomcount.syntax" type="String" usage="Do not translate: bottomCount">bottomCount (&#160;set_expression&#160;,&#160;index_expression&#160;,&#160;numeric_expression&#160;)</string>
  407. <string id="olap_bottomcount.tip" type="String">Sorts a set according to the value of "numeric_expression" evaluated at each of the members of "set_expression" and returns the bottom "index_expression" members. </string>
  408. <string id="olap_bottomcount.example.1" usage="Do not translate: bottomCount" type="String">Example: bottomCount (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;,&#160;2&#160;,&#160;[Revenue]&#160;)</string>
  409. <string id="olap_bottomcount.result.1">Result: Returns the bottom two members of the set sorted by revenue.</string>
  410. <!-- START NON-TRANSLATABLE -->
  411. <string id="olap_bottomcount.resultdata.1" type="String">
  412. Prod line Revenue
  413. ----------- -----------
  414. Camping $3,171,114.92
  415. Personal $20,891,350.60</string>
  416. <!-- END NON-TRANSLATABLE -->
  417. <string id="olap_toppercent.syntax" type="String" usage="Do not translate: topPercent">topPercent (&#160;set_expression&#160;,&#160;percentage&#160;,&#160;numeric_expression2&#160;)</string>
  418. <string id="olap_toppercent.tip" type="String">Sorts the set specified in "set_expression" in descending order and returns the topmost elements from the sorted set whose cumulative percentage of the total is greater than or equal to "percentage".</string>
  419. <string id="olap_toppercent.example.1" usage="Do not translate: topPercent" type="String">Example: topPercent (&#160;set (&#160;[Camping Equipment]&#160;,&#160;[Golf Equipment]&#160;,&#160;[Mountaineering Equipment]&#160;)&#160;,&#160;40&#160;,&#160;[2006]&#160;)</string>
  420. <string id="olap_toppercent.result.1">Result: For the set of Camping Equipment, Golf Equipment, and Mountaineering Equipment, returns the members with the largest Gross profit whose total for the year 2006 is at least 40% of the overall total.</string>
  421. <string id="olap_bottompercent.syntax" type="String" usage="Do not translate: bottomPercent">bottomPercent (&#160;set_expression&#160;,&#160;percentage&#160;,&#160;numeric_expression&#160;)</string>
  422. <string id="olap_bottompercent.tip" type="String">Sorts the set specified in "set_expression" in ascending order and returns the bottommost elements from the sorted set whose cumulative percentage of the total is greater than or equal to "percentage".</string>
  423. <string id="olap_bottompercent.example.1" usage="Do not translate: bottomPercent" type="String">Example: bottomPercent (&#160;set (&#160;[Camping Equipment]&#160;,&#160;[Golf Equipment]&#160;,&#160;[Mountaineering Equipment]&#160;)&#160;,&#160;40&#160;,&#160;[2006]&#160;)</string>
  424. <string id="olap_bottompercent.result.1">Result: For the set of Camping Equipment, Golf Equipment, and Mountaineering Equipment, returns the members with the smallest Gross profit whose total for the year 2006 is at least 40% of the overall total.</string>
  425. <string id="olap_topsum.syntax" type="String" usage="Do not translate: topSum">topSum (&#160;set_expression&#160;,&#160;value&#160;,&#160;numeric_expression2&#160;)</string>
  426. <string id="olap_topsum.tip" type="String">Sorts the set specified in "set_expression" in descending order and returns the topmost elements from the sorted set whose cumulative total is greater than or equal to "value".</string>
  427. <string id="olap_topsum.example.1" usage="Do not translate: topSum" type="String">Example: topSum (&#160;children (&#160;[Products]&#160;)&#160;,&#160;16000000&#160;,&#160;tuple (&#160;[2006]&#160;,&#160;[great_outdoors_company].[Measures].[Gross profit]&#160;)&#160;)</string>
  428. <string id="olap_topsum.result.1">Result: For the Product line members, returns the members with the largest Gross profit whose total for the year 2006 is at least $6,000,000.</string>
  429. <string id="olap_bottomsum.syntax" type="String" usage="Do not translate: bottomSum">bottomSum (&#160;set_expression&#160;,&#160;value&#160;,&#160;numeric_expression&#160;)</string>
  430. <string id="olap_bottomsum.tip" type="String">Sorts the set specified in "set_expression" in ascending order and returns the bottommost elements from the sorted set whose cumulative total is greater than or equal to "value". </string>
  431. <string id="olap_bottomsum.example.1" usage="Do not translate: bottomSum, members, tuple" type="String">Example: bottomSum (&#160;members (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)&#160;,&#160;6000000&#160;,&#160;tuple (&#160;[2006]&#160;,&#160;[great_outdoors_company].[Measures].[Gross profit]&#160;)&#160;)</string>
  432. <string id="olap_bottomsum.result.1">Result: For the Product line members, returns the members with the smallest Gross profit whose total for the year 2006 is at least $6,000,000.</string>
  433. <string id="olap_union.syntax" type="String" usage="Do not translate: union, all">union (&#160;set_expression1&#160;,&#160;set_expression2 [&#160;,&#160;all&#160;]&#160;)</string>
  434. <string id="olap_union.tip" type="String" usage="Do not translate: all">Returns data for "set_expression1" and "set_expression2". The result retains duplicates only when the optional keyword "all" is supplied as the third argument.</string>
  435. <string id="olap_union.example.1" usage="Do not translate: union, set" type="String">Example: union (&#160;set (&#160;[Camping Equipment]&#160;,&#160;[Golf Equipment]&#160;)&#160;,&#160;set (&#160;[Golf Equipment]&#160;,&#160;[Mountaineering Equipment]&#160;)&#160;)</string>
  436. <string id="olap_union.result.1" type="String">Result: Returns data for both sets as one new set, showing the Golf Equipment column only once.</string>
  437. <string id="olap_union.example.2" usage="Do not translate: union, set, all" type="String">Example: union (&#160;set (&#160;[Camping Equipment]&#160;,&#160;[Golf Equipment]&#160;)&#160;,&#160;set (&#160;[Golf Equipment]&#160;,&#160;[Mountaineering Equipment]&#160;)&#160;,&#160;all&#160;)</string>
  438. <string id="olap_union.result.2" type="String">Result: Returns data for both sets as one new set, showing the Golf Equipment column twice.</string>
  439. <!--<string id="olap_union_all.syntax" type="String">unionAll (&#160;set_expression1&#160;,&#160;set_expression&#160;)</string>
  440. <string id="olap_union_all.tip" type="String">Returns the union of the query item values of set_expression1 and set_expression2. The result retains duplicates.</string>-->
  441. <string id="olap_ancestors.syntax" type="String" usage="Do not translate: ancestors">ancestors (&#160;member&#160;,&#160;level|index&#160;)</string>
  442. <string id="olap_ancestors.tip" type="String">Returns all the ancestors of "member" at "level" or "index" distance above the member. (Most data sources support only one ancestor at a specified level. If the data source supports more than one ancestor, the result is a member set.)</string>
  443. <string id="olap_ancestors.example.1" usage="Do not translate: ancestors" type="String">Example: ancestors (&#160;[TrailChef Water Bag]&#160;,&#160;1&#160;)</string>
  444. <string id="olap_ancestors.result.1" type="String">Result: Cooking Gear</string>
  445. <string id="olap_ancestors.example.2" usage="Do not translate: ancestors" type="String">Example: ancestors (&#160;[TrailChef Water Bag]&#160;,&#160;2&#160;)</string>
  446. <string id="olap_ancestors.result.2" type="String">Result: Camping Equipment</string>
  447. <string id="olap_ancestors.example.3" usage="Do not translate: ancestors" type="String">Example: ancestors (&#160;[TrailChef Water Bag]&#160;,&#160;[great_outdoors_company].[Products].[Products].[Product type]&#160;)</string>
  448. <string id="olap_ancestors.result.3" type="String">Result: Cooking Gear</string>
  449. <string id="olap_generate.syntax" type="String" usage="Do not translate: generate, all">generate (&#160;set_expression1&#160;,&#160;set_expression2 [&#160;,&#160;all&#160;]&#160;)</string>
  450. <string id="olap_generate.tip" type="String" usage="Do not translate: all">Evaluates "set_expression2" for each member of "set_expression1" and joins the resulting sets by union. The result retains duplicates only when the optional keyword "all" is supplied as the third argument.</string>
  451. <string id="olap_generate.example.1" usage="Do not translate: generate, topCount, descendants, currentMember" type="String">Example: generate (&#160;[Product line]&#160;,&#160;topCount (&#160;descendants (&#160;currentMember (&#160;[great_outdoors_company].[Products].[Products]&#160;)&#160;,&#160; [great_outdoors_company].[Products].[Products].[Product name]&#160;)&#160;,&#160;2&#160;,&#160;[Revenue]&#160;)&#160;)</string>
  452. <string id="olap_generate.result.1" type="String">Result: Returns the top two products by revenue for each product line.</string>
  453. <string id="olap_head.syntax" type="String" usage="Do not translate: head">head (&#160;set_expression [&#160;,&#160;index_expression&#160;]&#160;)</string>
  454. <string id="olap_head.tip" type="String">Returns the first "index_expression" elements of "set_expression". The default for "index_expression" is 1.</string>
  455. <string id="olap_head.example.1" usage="Do not translate: head, members" type="String">Example: head (&#160;members (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)&#160;)</string>
  456. <string id="olap_head.result.1" type="String">Result: Camping Equipment</string>
  457. <string id="olap_head.example.2" usage="Do not translate: head, members" type="String">Example: head (&#160;members (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)&#160;,&#160;2&#160;)</string>
  458. <string id="olap_head.result.2" type="String">Result: Returns the top two members of the Product line set.</string>
  459. <string id="olap_head.resultdata.2" usage="Retain newlines and layout" type="String">Camping Equipment
  460. Mountaineering Equipment</string>
  461. <string id="olap_hierarchize.syntax" type="String" usage="Do not translate: hierarchize">hierarchize (&#160;set_expression&#160;)</string>
  462. <string id="olap_hierarchize.tip" type="String">Orders the members of "set_expression" in a hierarchy. Members in a level are sorted in their natural order. This is the default ordering of the members along a dimension when no other sort conditions are specified.</string>
  463. <string id="olap_hierarchize.example.1" usage="Do not translate: hierarchize, set" type="String">Example: hierarchize (&#160;set (&#160;[Golf Equipment]&#160;,&#160;[Mountaineering Equipment]&#160;,&#160;[Camping Equipment]&#160;)&#160;)</string>
  464. <string id="olap_hierarchize.result.1" type="String">Result: Returns Camping Equipment, Golf Equipment, Mountaineering Equipment.</string>
  465. <string id="olap_mtd.syntax" type="String" usage="Do not translate: mtd">mtd (&#160;[&#160;member&#160;]&#160;)</string>
  466. <string id="olap_mtd.tip" type="String">Returns a set of sibling members from the same level as "member", starting with the first sibling and ending with "member", as constrained by the month level in the time dimension. If no member is specified, the default is the currentMember of the time dimension.</string>
  467. <string id="olap_order.syntax" type="String" usage="Do not translate: order, ASC, DESC, BASC, BDESC">order (&#160;set_expression&#160;,&#160;value_expression [&#160;,&#160;ASC|DESC|BASC|BDESC&#160;]&#160;)</string>
  468. <string id="olap_order.tip" type="String" usage="Do not translate: ASC, DESC, BASC, BDESC">Arranges the members of "set_expression" according to their "value_expression" and the third parameter. ASC and DESC arrange members in ascending or descending order, respectively, according to their position in the set hierarchy. Then the children of each member are arranged according to "value_expression". BASC and BDESC arrange members in the set without regard to the hierarchy. In the absence of an explicit specification, ASC is the default.</string>
  469. <string id="olap_order.example.1" usage="Do not translate: order, members, BASC" type="String">Example: order (&#160;members (&#160;[Great Outdoors Company].[Product].[Product].[Product type]&#160;)&#160;,&#160;[Quantity sold]&#160;,&#160;BASC&#160;)</string>
  470. <string id="olap_order.result.1" type="String">Result: Returns the quantity sold for each product type in no particular order.</string>
  471. <!-- START NON-TRANSLATABLE -->
  472. <string id="olap_order.resultdata.1" type="String">
  473. ProdLine Quantity
  474. ------------ -------------
  475. Woods 13,924
  476. Irons 14,244
  477. Safety 22,332
  478. ... ...
  479. Sun 215,432
  480. Repellent 270,04
  481. Lanterns 345,096</string>
  482. <!-- END NON-TRANSLATABLE -->
  483. <string id="olap_order.example.2" usage="Do not translate: order, members, ASC" type="String">Example: order (&#160;members (&#160;[Great Outdoors Company].[Product].[Product].[Product type]&#160;)&#160;,&#160;[Quantity sold]&#160;,&#160;ASC&#160;)</string>
  484. <string id="olap_order.result.2" type="String">Result: Returns the quantity sold for each product type in ascending order.</string>
  485. <!-- START NON-TRANSLATABLE -->
  486. <string id="olap_order.resultdata.2" type="String">
  487. ProdLine Quantity
  488. ------------ -------------
  489. Woods 13,924
  490. Irons 14,244
  491. Putters 23,244
  492. ... ...
  493. Tents 130,664
  494. Cooking 198,676
  495. Lanterns 345,096</string>
  496. <!-- END NON-TRANSLATABLE -->
  497. <string id="olap_qtd.syntax" type="String" usage="Do not translate: qtd">qtd (&#160;[&#160;member]&#160;)</string>
  498. <string id="olap_qtd.tip" type="String">Returns a set of sibling members from the same level as "member", starting with the first sibling and ending with "member", as constrained by the quarter level in the time dimension. If no member is specified, the default is the currentMember of the time dimension.</string>
  499. <string id="olap_set.syntax" type="String" usage="Do not translate: set">set (&#160;member {&#160;,&#160;member&#160;}&#160;)</string>
  500. <string id="olap_set.tip" type="String">Returns the list of members defined in the expression. The members must belong to the same hierarchy.</string>
  501. <string id="olap_set.example.1" usage="Do not translate: set" type="String">Example: set (&#160;[Golf Equipment]&#160;,&#160;[Irons]&#160;,&#160;[TrailChef Cup]&#160;)</string>
  502. <string id="olap_set.result.1" type="String">Result: Returns Golf Equipment, Irons, and TrailChef Cup.</string>
  503. <string id="olap_siblings.syntax" type="String" usage="Do not translate: siblings">siblings (&#160;member&#160;)</string>
  504. <string id="olap_siblings.tip" type="String">Returns the children of the parent of the specified member.</string>
  505. <string id="olap_siblings.example.1" usage="Do not translate: siblings" type="String">Example: siblings (&#160;[Golf Equipment]&#160;)</string>
  506. <string id="olap_siblings.result.1" type="String">Result: Returns the siblings of Golf Equipment.</string>
  507. <string id="olap_siblings.resultdata.1" usage="Retain newlines and layout" type="String">Camping Equipment
  508. Golf Equipment
  509. Mountaineering Equipment
  510. Outdoor Protection
  511. Personal Accessories</string>
  512. <string id="olap_subset.syntax" type="String" usage="Do not translate: subset">subset (&#160;set_expression, index_expression1 [&#160;,&#160;index_expression2&#160;]&#160;)</string>
  513. <string id="olap_subset.tip" type="String">Returns a subset of members in "set_expression" starting at "index_expression1" from the beginning. If the count "index_expression2" is specified, that many members are returned (if available). Otherwise, all remaining members are returned.</string>
  514. <string id="olap_subset.example.1" usage="Do not translate: subset, members" type="String">Example: subset (&#160;members (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)&#160;,&#160;2&#160;)</string>
  515. <string id="olap_subset.result.1" type="String">Result: Returns the members of the Product line set starting at the second member.</string>
  516. <string id="olap_subset.resultdata.1" usage="Retain newlines and layout" type="String">Mountaineering Equipment
  517. Outdoor Protection
  518. Personal Accessories</string>
  519. <string id="olap_subset.example.2" usage="Do not translate: subset, members" type="String">Example: subset (&#160;members (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)&#160;,&#160;2&#160;,&#160;2&#160;)</string>
  520. <string id="olap_subset.result.2" type="String">Result: Returns two members of the Product line set starting at the second member.</string>
  521. <string id="olap_subset.resultdata.2" usage="Retain newlines and layout" type="String">Mountaineering Equipment
  522. Outdoor Protection</string>
  523. <string id="olap_tail.syntax" type="String" usage="Do not translate: tail">tail (&#160;set_expression [&#160;,&#160;index_expression&#160;]&#160;)</string>
  524. <string id="olap_tail.tip" type="String">Returns the last "index_expression" elements of "set expression". The default for "index_expression" is 1.</string>
  525. <string id="olap_tail.example.1" usage="Do not translate: tail, members" type="String">Example: tail (members (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)&#160;)</string>
  526. <string id="olap_tail.result.1" type="String">Result: Returns the last member of the Product line set.</string>
  527. <string id="olap_tail.resultdata.1" usage="Retain newlines and layout" type="String">Personal Accessories</string>
  528. <string id="olap_tail.example.2" usage="Do not translate: tail, members" type="String">Example: tail (&#160;members (&#160;[great_outdoors_company].[Products].[Products].[Product line]&#160;)&#160;,&#160;2&#160;)</string>
  529. <string id="olap_tail.result.2" type="String">Result: Returns the last two members of the Product line set.</string>
  530. <string id="olap_tail.resultdata.2" usage="Retain newlines and layout" type="String">Outdoor Protection
  531. Personal Accessories</string>
  532. <string id="olap_tuple.syntax" type="String" usage="Do not translate: tuple">tuple (&#160; member {&#160;,&#160;member&#160;}&#160;)</string>
  533. <string id="olap_tuple.tip" type="String">Identifies a cell location (intersection) based on the specified members, each of which must be from a different dimension. This function implicitly includes the current member from all dimensions that are not otherwise specified in the arguments. The current member of any dimension not specified in the evaluating context is assumed to be the default member of that dimension. The value of this cell can be obtained with the "value" function.</string>
  534. <string id="olap_tuple.example.1" usage="Do not translate: tuple" type="String">Example: tuple (&#160;[Mountaineering Equipment]&#160;,&#160;[Fax]&#160;)</string>
  535. <string id="olap_tuple.result.1" type="String">Result: Returns the Mountaineering Equipment sales by fax.</string>
  536. <string id="olap_wtd.syntax" type="String" usage="Do not translate: wtd">wtd (&#160;[member]&#160;)</string>
  537. <string id="olap_wtd.tip" type="String">Returns a set of sibling members from the same level as "member", starting with the first sibling and ending with "member", as constrained by the week level in the time dimension. If no member is specified, the default is the currentMember of the time dimension.</string>
  538. <string id="olap_ytd.syntax" type="String" usage="Do not translate: ytd">ytd (&#160;[member]&#160;)</string>
  539. <string id="olap_ytd.tip" type="String">Returns a set of sibling members from the same level as "member", starting with the first sibling and ending with "member", as constrained by the year level in the time dimension. If no member is specified, the default is the currentMember of the time dimension.</string>
  540. </section>
  541. <section name="OLS" type="UI">
  542. <!-- Summaries-->
  543. <string id="mem_summaries" type="String">Member Summaries</string>
  544. <string id="mem_summaries.tip" type="String">This list contains predefined functions that return either a single summary value for a set of members or a different summary value for each member of a set of members.</string>
  545. <string id="olap_aggregate.syntax" usage="Do not translate: aggregate, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">aggregate (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  546. aggregate (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  547. <string id="olap_aggregate.tip" type="String">Returns a calculated value using the appropriate aggregation function based on the aggregation type of the expression.</string>
  548. <string id="olap_avg.syntax" usage="Do not translate: average, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">average (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  549. average (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  550. <string id="olap_avg.tip" type="String">Returns the average value of the selected data items.</string>
  551. <string id="olap_avg.example.1" usage="Do not translate: average" type="String">Example: average (&#160;Sales&#160;)</string>
  552. <string id="olap_avg.result.1" type="String">Result: Returns the average of all Sales values.</string>
  553. <string id="olap_count.syntax" usage="Do not translate: count, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">count (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  554. count (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  555. <string id="olap_count.tip" usage="Do not translate keywords" type="String">Returns the number of selected data items excluding null values.</string>
  556. <string id="olap_count.example.1" usage="Do not translate: count" type="String">Example: count (&#160;Sales&#160;)</string>
  557. <string id="olap_count.result.1" type="String">Result: Returns the total number of entries under Sales.</string>
  558. <string id="olap_max.syntax" usage="Do not translate: maximum, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">maximum (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  559. maximum (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  560. <string id="olap_max.tip" type="String">Returns the maximum value of selected data items.</string>
  561. <string id="olap_max.example.1" usage="Do not translate: maximum" type="String">Example: maximum (&#160;Sales&#160;)</string>
  562. <string id="olap_max.result.1" type="String">Result: Returns the maximum value out of all Sales values.</string>
  563. <string id="olap_median.syntax" usage="Do not translate: median, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">median (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  564. median (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  565. <string id="olap_median.tip" type="String">Returns the median value of selected data items.</string>
  566. <string id="olap_min.syntax" usage="Do not translate: minimum, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">minimum (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  567. minimum (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  568. <string id="olap_min.tip" type="String">Returns the minimum value of selected data items.</string>
  569. <string id="olap_min.example.1" usage="Do not translate: minimum" type="String">Example: minimum (&#160;Sales&#160;)</string>
  570. <string id="olap_min.result.1" type="String">Result: Returns the minimum value out of all Sales values.</string>
  571. <string id="olap_percentage.tip" type="String">Returns the percent of the total value for the selected data items.</string>
  572. <string id="olap_percentage.syntax" usage="Do not translate: percentage, tuple, within, set. Retain newlines and layout" type="String">percentage (&#160;numeric_expression [&#160;tuple member_expression {&#160;,&#160;member_expression&#160;}&#160;] within set set_expression&#160;)</string>
  573. <string id="olap_percentage.example.1" usage="Do not translate: percentage, tuple, within, set, children" type="String">Example: percentage (&#160;[gosales].[sales measures].[quantity] tuple [gosales].[Staff].[].[department] -> [West] within set children (&#160;[gosales].[Staff].[].[Staff]&#160;)&#160;)</string>
  574. <string id="olap_percentile.tip" type="String">Returns a value, on a scale from 0 to 100, that indicates the percent of a distribution that is equal to or below the selected data items.</string>
  575. <string id="olap_percentile.syntax" usage="Do not translate: percentile, tuple, within, set. Retain newlines and layout" type="String">percentile (&#160;numeric_expression [&#160;tuple member_expression {&#160;,&#160;member_expression&#160;}&#160;] within set set_expression&#160;)</string>
  576. <string id="olap_quantile.tip" type="String">Returns the rank of a value for the specified range. It returns integers to represent any range of ranks, such as 1 (highest) to 100 (lowest).</string>
  577. <string id="olap_quantile.syntax" usage="Do not translate: quantile, tuple, within, set. Retain newlines and layout" type="String">quantile (&#160;numeric_expression&#160;,&#160;numeric_expression [&#160;tuple member_expression {&#160;,&#160;member_expression&#160;}&#160;] within set set_expression&#160;)</string>
  578. <string id="olap_quartile.tip" type="String">Returns the rank of a value, represented as integers from 1 (highest) to 4 (lowest), relative to a group of values.</string>
  579. <string id="olap_quartile.syntax" usage="Do not translate: quartile, tuple, within, set. Retain newlines and layout" type="String">quartile (&#160;numeric_expression [&#160;tuple member_expression {&#160;,&#160;member_expression&#160;}&#160;] within set set_expression&#160;)</string>
  580. <string id="olap_rank.tip" type="String" usage="Do not translate: DESC">Returns the rank value of the selected data items. The type of ranking returned (Olympic, dense, or serial) is data source dependent. The sort order is optional; DESC is assumed by default.</string>
  581. <string id="olap_rank.syntax" usage="Do not translate: rank, ASC, DESC, tuple, within, set. Retain newlines and layout" type="String">rank (&#160;numeric_expression [&#160;ASC|DESC&#160;] [&#160;tuple member_expression {&#160;,&#160;member_expression&#160;}&#160;] within set set_expression&#160;)</string>
  582. <string id="olap_rank.example.1" usage="Do not translate: rank, tuple, within, set, children" type="String">Example: rank (&#160;[gosales].[sales measures].[quantity] tuple [gosales].[Staff].[].[department] -> [West] within set children (&#160;[gosales].[Staff].[].[Staff]&#160;)&#160;)</string>
  583. <string id="olap_stddev.syntax" usage="Do not translate: standard-deviation, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">standard-deviation (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  584. standard-deviation (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  585. <string id="olap_stddev.tip" type="String">Returns the standard deviation of the selected data items.</string>
  586. <string id="olap_stddev_pop.syntax" usage="Do not translate: standard-deviation-pop, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">standard-deviation-pop (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  587. standard-deviation-pop (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  588. <string id="olap_stddev_pop.tip" type="String">Returns the standard deviation population of the selected data items.</string>
  589. <string id="olap_sum.syntax" usage="Do not translate: total, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">total (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  590. total (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  591. <string id="olap_sum.tip" type="String">Returns the total value of the selected data items.</string>
  592. <string id="olap_var.syntax" usage="Do not translate: variance, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">variance (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  593. variance (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  594. <string id="olap_var.tip" type="String">Returns the variance of the selected data items.</string>
  595. <string id="olap_var_pop.syntax" usage="Do not translate: variance-pop, within, set, currentMeasure, detail, aggregate. Retain newlines and layout" type="String">variance-pop (&#160;&lt; currentMeasure|numeric_expression &gt; within set set_expression&#160;)
  596. variance-pop (&#160;&lt; currentMeasure|numeric_expression &gt; within &lt; detail|aggregate &gt; expression&#160;)</string>
  597. <string id="olap_var_pop.tip" type="String">Returns the variance population of the selected data items.</string>
  598. </section>
  599. <section name="OL1" type="UI">
  600. <string id="OLAP" type="String">OLAP</string>
  601. </section>
  602. </component>
  603. </stringTable>