[Mondrian] Re: Formatted Value always present in XMLA Execute
Response.
Shishir Das
sdas at thoughtworks.com
Tue May 8 10:48:48 EDT 2007
Hi,
We observed that if we do not specify any cell property in MDX, AS 2005
returns Value, FmtValue and
Format String as XMLA response. We would provide the same behaviour in
mondrian. i.e If a cell property is specified
we return that particular property in XMLA response. If none of the
property is specified, Value, FmtValue
and Format String will be returned.
The grammer for cell_property has reduction of
optional_cell_property_value or mandatory_cell_property_value or
provider_specific_cell_property. Can we need these reductions or can we
specify cell_property as compound_id
same as dimesion properties?
<Code Parser.Cup>
cell_property ::= compound_id;
</Code>
instead of
<Code Parser.Cup>
cell_property ::= mandatory_cell_property
| optional_cell_property
| provider_specific_cell_property
</Code>
Regards,
Shishir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pentaho.org/pipermail/mondrian/attachments/20070508/e84548d6/attachment.html
More information about the Mondrian
mailing list