![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
It seems to me that length(MDX expression for Allowed/Default Member) is limited to 32k !? Is this true? Is there any workaround? |
#3
| |||
| |||
|
|
It seems to me that length(MDX expression for Allowed/Default Member) is limited to 32k !? Is this true? Is there any workaround? Yes - this is almost for sure true. The workaround is to store your actual string somewhere (in external data source etc - you cannot use member property, because it will have similar limitation), and then StrToSet it for AllowedSet or StrToMember for DefaultMember, although I am very curious why would you need more then 32K for DefaultMember (I can understand why you would need it for AllowedSet). -- ================================================== Mosha Pasumansky - http://www.mosha.com/msolap Development Lead in the Analysis Server team All you need is love (John Lennon) Disclaimer : This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== |
#4
| |||
| |||
|
|
Could you elaborate a bit more your idea with external data source, I'm not quite sure what ext.data source to use? |
|
True - DefaultMember is not a must - I've been setting it the same as a AllowedMember. But AllowedMember is a must: with this limitation I can set about 800-900 allowed members in a dim. which is not so huge. Thanks, Igor "Mosha Pasumansky [MS]" <moshap (AT) microsoft (DOT) com> wrote in message news:3fbdbf70$1 (AT) news (DOT) microsoft.com... It seems to me that length(MDX expression for Allowed/Default Member) is limited to 32k !? Is this true? Is there any workaround? Yes - this is almost for sure true. The workaround is to store your actual string somewhere (in external data source etc - you cannot use member property, because it will have similar limitation), and then StrToSet it for AllowedSet or StrToMember for DefaultMember, although I am very curious why would you need more then 32K for DefaultMember (I can understand why you would need it for AllowedSet). -- ================================================== Mosha Pasumansky - http://www.mosha.com/msolap Development Lead in the Analysis Server team All you need is love (John Lennon) Disclaimer : This posting is provided "AS IS" with no warranties, and confers no rights. ================================================== |
![]() |
| Thread Tools | |
| Display Modes | |
| |