![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
All, I have a case where facts could be attached at any level of dimensions. To handle this I have adopted this solution: Let's take this example: Initial dimension: L1 L2 L3 A B C D E F I create a leaf member for each non leaf member: The dimension becomes: L1 L2 L3 A A A B B C D D E F Then I use the « Hide member if » property of the dimension in AS2K. Do you know if there are any drawbacks of using this method? Regards, Lionel |
#3
| |||
| |||
|
|
have you try to use a parent-child dimension? in this type of dimension, any member could have a value from the fact table. "lionel gomes" <lionelgomes (AT) hotmail (DOT) com> wrote in message news:O7Te2zb$FHA.3096 (AT) TK2MSFTNGP14 (DOT) phx.gbl... All, I have a case where facts could be attached at any level of dimensions. To handle this I have adopted this solution: Let's take this example: Initial dimension: L1 L2 L3 A B C D E F I create a leaf member for each non leaf member: The dimension becomes: L1 L2 L3 A A A B B C D D E F Then I use the « Hide member if » property of the dimension in AS2K. Do you know if there are any drawbacks of using this method? Regards, Lionel |
#4
| |||
| |||
|
|
I do but I'm concerned about performance issues of using Parent - Child dimensions. Do Parent Child dimensions aggregate the same way as standards ? thx "Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> a écrit dans le message de news: eF2Vcfd$FHA.272 (AT) tk2msftngp13 (DOT) phx.gbl... have you try to use a parent-child dimension? in this type of dimension, any member could have a value from the fact table. "lionel gomes" <lionelgomes (AT) hotmail (DOT) com> wrote in message news:O7Te2zb$FHA.3096 (AT) TK2MSFTNGP14 (DOT) phx.gbl... All, I have a case where facts could be attached at any level of dimensions. To handle this I have adopted this solution: Let's take this example: Initial dimension: L1 L2 L3 A B C D E F I create a leaf member for each non leaf member: The dimension becomes: L1 L2 L3 A A A B B C D D E F Then I use the « Hide member if » property of the dimension in AS2K. Do you know if there are any drawbacks of using this method? Regards, Lionel |
#5
| ||||
| ||||
|
|
L1 >>>> L2 >>>> L3 A |
|
B C D E F |
|
L1 >>>> L2 >>>> L3 A A A B B C D D E F |
|
not the same way, parent-child aggregates only the leaf members (or members with value) and the all level member. but if you provide value for every members in your parent-child dimension, there is no changes from a performance point of view. "lionel gomes" <lionelgomes (AT) hotmail (DOT) com> wrote in message news:OEgGOHk$FHA.3372 (AT) TK2MSFTNGP12 (DOT) phx.gbl... I do but I'm concerned about performance issues of using Parent - Child dimensions. Do Parent Child dimensions aggregate the same way as standards ? thx "Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> a écrit dans le message de news: eF2Vcfd$FHA.272 (AT) tk2msftngp13 (DOT) phx.gbl... have you try to use a parent-child dimension? in this type of dimension, any member could have a value from the fact table. "lionel gomes" <lionelgomes (AT) hotmail (DOT) com> wrote in message news:O7Te2zb$FHA.3096 (AT) TK2MSFTNGP14 (DOT) phx.gbl... All, I have a case where facts could be attached at any level of dimensions. To handle this I have adopted this solution: Let's take this example: Initial dimension: L1 L2 L3 A B C D E F I create a leaf member for each non leaf member: The dimension becomes: L1 L2 L3 A A A B B C D D E F Then I use the « Hide member if » property of the dimension in AS2K. Do you know if there are any drawbacks of using this method? Regards, Lionel |
#6
| |||
| |||
|
|
My understanding is that "Parent-child dimensions have only one level internally, therefore no aggregations are possible." (Lot's of posts in this newsgroup on this subject) If so, I don't understand how I could obtain "no changes from a performance point of view" ? Regarding the second solution (Creating leaf members for non leaf members using regular dimension and the « Hide member if » property for Level 2 and Level 3 ) it results in having no uniqueness for member names and keys ? What is the impact of this? Initial dimension: L1 >>>> L2 >>>> L3 A B C D E F Resulting dimension: L1 >>>> L2 >>>> L3 A A A B B C D D E F Thx Lionel "Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> a écrit dans le message de news: %23OBMrhl$FHA.916 (AT) TK2MSFTNGP10 (DOT) phx.gbl... not the same way, parent-child aggregates only the leaf members (or members with value) and the all level member. but if you provide value for every members in your parent-child dimension, there is no changes from a performance point of view. "lionel gomes" <lionelgomes (AT) hotmail (DOT) com> wrote in message news:OEgGOHk$FHA.3372 (AT) TK2MSFTNGP12 (DOT) phx.gbl... I do but I'm concerned about performance issues of using Parent - Child dimensions. Do Parent Child dimensions aggregate the same way as standards ? thx "Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> a écrit dans le message de news: eF2Vcfd$FHA.272 (AT) tk2msftngp13 (DOT) phx.gbl... have you try to use a parent-child dimension? in this type of dimension, any member could have a value from the fact table. "lionel gomes" <lionelgomes (AT) hotmail (DOT) com> wrote in message news:O7Te2zb$FHA.3096 (AT) TK2MSFTNGP14 (DOT) phx.gbl... All, I have a case where facts could be attached at any level of dimensions. To handle this I have adopted this solution: Let's take this example: Initial dimension: L1 L2 L3 A B C D E F I create a leaf member for each non leaf member: The dimension becomes: L1 L2 L3 A A A B B C D D E F Then I use the « Hide member if » property of the dimension in AS2K. Do you know if there are any drawbacks of using this method? Regards, Lionel |
#7
| |||
| |||
|
|
My understanding is that "Parent-child dimensions have only one level internally, therefore no aggregations are possible." (Lot's of posts in this newsgroup on this subject) If so, I don't understand how I could obtain "no changes from a performance point of view" ? Regarding the second solution (Creating leaf members for non leaf members using regular dimension and the « Hide member if » property for Level 2 and Level 3 ) it results in having no uniqueness for member names and keys ? What is the impact of this? Initial dimension: L1 >>>> L2 >>>> L3 A B C D E F Resulting dimension: L1 >>>> L2 >>>> L3 A A A B B C D D E F Thx Lionel "Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> a écrit dans le message de news: %23OBMrhl$FHA.916 (AT) TK2MSFTNGP10 (DOT) phx.gbl... not the same way, parent-child aggregates only the leaf members (or members with value) and the all level member. but if you provide value for every members in your parent-child dimension, there is no changes from a performance point of view. "lionel gomes" <lionelgomes (AT) hotmail (DOT) com> wrote in message news:OEgGOHk$FHA.3372 (AT) TK2MSFTNGP12 (DOT) phx.gbl... I do but I'm concerned about performance issues of using Parent - Child dimensions. Do Parent Child dimensions aggregate the same way as standards ? thx "Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> a écrit dans le message de news: eF2Vcfd$FHA.272 (AT) tk2msftngp13 (DOT) phx.gbl... have you try to use a parent-child dimension? in this type of dimension, any member could have a value from the fact table. "lionel gomes" <lionelgomes (AT) hotmail (DOT) com> wrote in message news:O7Te2zb$FHA.3096 (AT) TK2MSFTNGP14 (DOT) phx.gbl... All, I have a case where facts could be attached at any level of dimensions. To handle this I have adopted this solution: Let's take this example: Initial dimension: L1 L2 L3 A B C D E F I create a leaf member for each non leaf member: The dimension becomes: L1 L2 L3 A A A B B C D D E F Then I use the « Hide member if » property of the dimension in AS2K. Do you know if there are any drawbacks of using this method? Regards, Lionel |
![]() |
| Thread Tools | |
| Display Modes | |
| |