|
Hi.I am trying to use the new 2.2 version of saiku with my cubes and they worked correctly with version 2.1 of saiku. I am comparing the result between both versions of saiku with same catalog and the same database and the result is different when the dimension has more of one level. The mdx query is also different (logically!). The old one shows me Members and the new one shows me All Members without mind what level I choose. Here you can see examples of my dimension; <dimension name="Operations" foreignkey="MFHCLHA"> <hierarchy name="Operations Tipos de operación" hasall="true" primarykey="ID"> <level name="Type of operations" column="MTJXKIG" type="String" uniquemembers="true"/> <level name="Operation" column="MSQEGQG" type="String" uniquemembers="false"/> </hierarchy> </dimension>The biggest one I have is this one: <dimension name="Instalaciones" foreignkey="MBV__2A"> <hierarchy name="Instalaciones Barrios" hasall="true" primarykey="ID"> |
|
can you maybe post me a screenshot of the two different resultsets and explain using them what you expect to see? thanks |
|
Yes,of course!
The first image is the result with old version of saiku and I attached the xml of saving the mdx query.
</querymodel>
<mdx>SELECT NON EMPTY {Hierarchize({[Instalaciones.Instalaciones Componente].[Componente].Members})} ON COLUMNS, NON EMPTY {Hierarchize({[Operaciones.Operaciones Tipos de operación].[Operación].Members})} ON ROWS FROM [cube.operaciones]</mdx> </query>Next I show the image of the result and the xml of the saving mdx query with saiku 2.2
</querymodel>
<mdx>SELECT NON EMPTY {Hierarchize({[Instalaciones.Instalaciones Componente].[Componente].Members})} ON COLUMNS, NON EMPTY {Hierarchize({[Operaciones.Operaciones Tipos de operación].[All Operaciones.Operaciones Tipos de operacións]})} ON ROWS FROM [cube.operaciones]</mdx> </query>Both consults have been doing with the same catalog and the same datas.If you need more information, let me know please. Thanks for your time! |
|
your two queries are different of course you see different results..... can you click on the "operacion" level that you put on rows and show me what comes up |
|
May be I didnt explain so good. The queries are generated by saiku, no by me. I chose the same things and saiku generated different queries in each version.Version 2.1 generated a query with members operation and version 2.2 generated a query with all operation. That is what I dont understand because everything is equal and my procedure is the same too. thanks! Here I attach the image of what you ask me ;) |
|
sorry but i cant tell you whats going on. the mdx you showed me for 2.2 does not correspond to the UI screenshots you're posting. without having access to the system (at least the UI) i can't tell you what the problem is.... -paul |
|
Paul thanks for trying help me.I think I dont explain very well. The mdx generated in the last screenshot is the same that the first screenshot of saiku2.2.Why did you say it is different? Any way,could you tell me if it possible that the saiku 2.2 generates different queries than 2.1 with the same cube when I choose the same dimensions,levels and measures?Thanks |
|
no, it should generate the same query and i meant the screenshot and the generated query are not matching, for me it looks like they dont match.... |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 09 Jan, 09:29
Seen: 275 times
Last updated: 26 Jan, 07:09