Search found 5 matches

by M1_A1
Wed Mar 12, 2014 8:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Removing alias from subset via TI
Replies: 5
Views: 4669

Re: Removing alias from subset via TI

Here is the work around I developed: I add an temp alias , set the temp alias in the subset , and then delete the alias This seems to work. AliasName= CellGetS(sCube, vDim, zSys_Subset_List, 'Alias', 'Element'); IF(AliasName@<>'' & DIMIX('}ElementAttributes_' | vDim, AliasName)<>0); SubsetAliasS...
by M1_A1
Wed Mar 12, 2014 7:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Removing alias from subset via TI
Replies: 5
Views: 4669

Re: Removing alias from subset via TI

Thanks for the reply.

I do not want to destroy the subset in case it is used in a view. I am setting this up so non-admins can maintain some public subsets. So the manual process of un-checking the alias will not work.

Thanks again.
by M1_A1
Wed Mar 12, 2014 6:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Removing alias from subset via TI
Replies: 5
Views: 4669

Removing alias from subset via TI

Does anyone have a way to remove an alias from a subset via TI?

It is easy to add an alias using the SubsetAliasSet but I do not see a way to remove it. So far I have tried using SubsetAliasSet and set the alias as '' . That resulted in an error.

Running 10.1.1.

Thanks!
by M1_A1
Wed Aug 22, 2012 9:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Picklist using Alias
Replies: 1
Views: 2610

Picklist using Alias

I am using a subset (set to an alias) in a picklist for users to use in input cubes. If the alias description is changed the user will see the updated picklist in the drop down list but any previously selected items using the old alias do not change. I am interested in what strategy others have used...
by M1_A1
Wed Jun 22, 2011 4:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web Application
Replies: 2
Views: 2524

TM1 Web Application

Hello TM1 gurus, Using 9.5.2 and deploying our model via TM1Web. We have modified the Web.config file to hide the Views from the users. Users will access their cube views via the Application folders. If a user modifies a cube view and and saves it as a private view, is there a way for them to see th...