Skip to content

Commit

Permalink
MONDRIAN:
Browse files Browse the repository at this point in the history
  Updated documentation with details of the DATATYPE CalculatedMemberProperty

[git-p4: depot-paths = "//open/mondrian/": change = 8966]
  • Loading branch information
Matt Campbell authored and Matt Campbell committed Mar 28, 2007
1 parent 94bfdfa commit cffb6e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/schema.html
Expand Up @@ -1393,6 +1393,21 @@ <h1>5.4 Calculated members<a name="Calculated_members">&nbsp;</a></h1>

<p>For more details about format strings, see the <a href="mdx.html#Format_strings">MDX specification</a>.</p>

<p>One additional calculated member property that is worth mentioning is DATATYPE.
As with <a href="#Measures">measures</a>,
setting datatype specifies how the calculated member is returned via XML for Analysis.
The DATATYPE property of a calculated member can have values "<code>String</code>", "<code>Integer</code>", or
"<code>Numeric</code>"
</p>

<blockquote>
&nbsp; &lt;<a href="#XML_CalculatedMemberProperty">CalculatedMemberProperty</a>
name="DATATYPE" value="Numeric"/&gt;<br>
</code>
</blockquote>



<p>You can make a calculated member or a measure invisible. If you specify <code>visible="false"
</code> (the default is "true") in the <code>&lt;<a href="#XML_Measure">Measure</a>&gt; or &lt;
<a href="#XML_CalculatedMember">CalculatedMember</a>&gt;</code> element, user-interfaces such as
Expand Down

0 comments on commit cffb6e2

Please sign in to comment.