[Mondrian] Presentation and doubt

Javier Chávez B. jchavezb at gmail.com
Thu Apr 16 13:41:16 EDT 2009


On Thu, Apr 16, 2009 at 6:35 PM, Eduardo Andrade
<eduardofandrade at gmail.com>wrote:

> Hello Javier,
> i think you may benefit very much if you're using mondrian DTD + a nice xml
> editor (I use Eclipse) to check for syntax errors.
>
> Check if this works :
>
> <!DOCTYPE Schema SYSTEM "mondrian.dtd">
> <Schema name="Cubo">
>     <Cube name="Cubo" cache="true" enabled="true">
>         <Table name="Payment_Worker" alias="Fact_Table" />
>         <Dimension name="Category" foreignKey="Cat_Id">
>             <Hierarchy hasAll="true" allMemberName="All Categories"
> primaryKey="Cat_Id" defaultMember="All Categories">
>                 <Table name="Categories" />
>                 <Level name="Cat Type" column="Cat_id" uniqueMembers="true"
> />
>             </Hierarchy>
>         </Dimension>
>         <Measure name="Payment" column="paw_Totalpay" datatype="Numeric"
> aggregator="sum" visible="true"></Measure>
>     </Cube>
> </Schema>
>
> Also, the forums are great to see examples of xml models, as well this
> documentation page, which i use often :
> http://mondrian.pentaho.org/documentation/xml_schema.php
>
> Cheers,
> Eduardo Andrade
>
>
> Thanks Eduardo :0)

i will try!

Cheers.

Javier.



-- 
Cumprimentos
jchavez
linux User #397972 on http://counter.li.org/

Charles de Gaulle<http://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html>
- "The better I get to know men, the more I find myself loving dogs."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pentaho.org/pipermail/mondrian/attachments/20090416/aeaf0b95/attachment.html 


More information about the Mondrian mailing list