![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
StrToSet("Axis(0)").Item(0).Dimension.UniqueName |
#2
| |||
| |||
|
|
I need to get the dimension UniqueName of: StrToSet("Axis(0)").Item(0).Dimension.UniqueName Why this doesn't work ? Cristiano ================================= Cristiano Moraes da Silva Analista de Sistemas DBC Database Company Porto Alegre - RS - Brasil +55 513330 7777 cristiano (AT) dbccompany (DOT) com.br www.dbccompany.com.br |
#3
| |||
| |||
|
|
I think it is because .Item will return tuple, and you need a member. You axis can contain more then one dimension in it. If you are sure, that there is only one dimension, then StrToSet("Axis(0)").Item(0).Item(0).Dimension.Uniq ueName -- ==============================*=================== = Mosha Pasumansky - http://www.mosha.com/msolap Analysis Services blog at http://www.sqljunkies.com/WebL*og/mosha 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. ==============================*=================== = "Cristiano Moraes da Silva" <cristiano (AT) dbccompany (DOT) com.br> wrote in message news:usVcSg7OFHA.3336 (AT) TK2MSFTNGP09 (DOT) phx.gbl... I need to get the dimension UniqueName of: StrToSet("Axis(0)").Item(0).Dimension.UniqueName Why this doesn't work ? Cristiano ================================= Cristiano Moraes da Silva Analista de Sistemas DBC Database Company Porto Alegre - RS - Brasil +55 513330 7777 cristiano (AT) dbccompany (DOT) com.br www.dbccompany.com.br |
![]() |
| Thread Tools | |
| Display Modes | |
| |