Hello I want to know if is possible to modify a cube dimension in order to Add a New attribute through a MDX script. I can do it using the MS BIDS, but I need to add this attribute for a single customer.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MDX Script is for calculations performed in the cube and is not for cube dimensions. On the other hand, you can use XMLA script to create objects: http://technet.microsoft.com/en-us/library/ms187152.aspx.