![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've run in to a strange problem that seems like a bug: I have a Place-dimension with two hierarchies like this (simplified): H1: Lvl1 (key: lvl1_id, name: lvl1_name) Lvl2 (key: lvl1_id + '.' + lvl2_id, name: lvl2_name) Lvl3 (key: lvl1_id + '.' + lvl2_id + '.' lvl3.id, name: lvl3_name) H2: Lvl1 (key: lvl1_id, name: lvl1_name) Lvl3 (key: lvl1_id + '.' + lvl2_id + '.' lvl3.id, name: lvl3_name) I have to use unique keys, and to do that, i have to combine the id:s from each level. To reference a member I use for instance: [Place.H1].&[123.345.678] But suddenly, at the production server, the expression above returns a completely different member. A reference to a member on Lvl3 returns one member at Lvl1. It's really strange, because it has worked fine until now, and it still works fine at our development server which uses exactly the same datasource and an exact copy of the cube. And it seems related to that I have two hieararchies, because when I remove the H2, it works fine again. But as soon as I add it again, the problem comes back. Regards /Magnus |
![]() |
| Thread Tools | |
| Display Modes | |
| |