Search found 19 matches

by kennyyeung
Mon Oct 26, 2009 10:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 9.4 and Workflow 9.4.1
Replies: 17
Views: 13550

Re: TM1 9.4 and Workflow 9.4.1

I hit the same error!
After I deleted the KB960715 yesterday , It solved.
But I update KB973525 today , this error come again .And now i can't rollback to make the workflow work . Even if i uninstalled KB973525
Can anyone can help !
by kennyyeung
Thu Aug 06, 2009 3:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Problem with Security Cube setting
Replies: 2
Views: 3071

Re: Problem with Security Cube setting

solved
just right click the proccess tick security access
by kennyyeung
Thu Aug 06, 2009 10:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Problem with Security Cube setting
Replies: 2
Views: 3071

Problem with Security Cube setting

I have a dimension level Security Cube }ElementSecurity_Customer I granted the corresponding right to the client Sales1 . So that Sales1 can view and edit the Cube. [Attached screen shot] I can manually update the cube with READ , WRITE ,ADMIN ,LOCK...etc However , if i create a proccess to cellPuts...
by kennyyeung
Wed Jun 10, 2009 11:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Is there any function to check element security in VBA
Replies: 3
Views: 2977

Re: Is there any function to check element security in VBA

I am using version 9.4.
I can do it using TI .However It seem not yet fixed in VBA macro
Anyway ,Problem solved by using subset ..Thanks you !
by kennyyeung
Wed Jun 10, 2009 10:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Is there any function to check element security in VBA
Replies: 3
Views: 2977

Is there any function to check element security in VBA

Dimension : Customer have apply security issue .User can only see their own customer . But when i coding in VBA , the code below will return a full set of customer (including those with no permission) is there any function to check the element security to filter those customer with no permission? cu...
by kennyyeung
Fri Jun 05, 2009 12:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Can Security issue base on client ?
Replies: 2
Views: 2877

Can Security issue base on client ?

As i tested , the cube and element security setting are base on the user group .
Anyone can tell me can tm1 sercutity base on the client or not ?
let's say , i have two user in the same group < --their role is sales
but the Security setting are different . They can only see their customer .
by kennyyeung
Wed Jun 03, 2009 2:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Call TI proccess while closing excel
Replies: 3
Views: 3235

Re: Call TI proccess while closing excel

It's a great idea! Thank !
For curious . It that a way to do that kind of action?
by kennyyeung
Wed Jun 03, 2009 11:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Call TI proccess while closing excel
Replies: 3
Views: 3235

Call TI proccess while closing excel

How can i call the TI proccess while closing excel?
can i do it at marco?
by kennyyeung
Mon Jun 01, 2009 2:24 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help for API fuction TM1CubeCellValueGet
Replies: 11
Views: 10601

Re: Help for API fuction TM1CubeCellValueGet

The get function can work now .Thanks !
The next step for me is to set the data back
is there any function can set the data back to the cube?
by kennyyeung
Mon Jun 01, 2009 11:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help for API fuction TM1CubeCellValueGet
Replies: 11
Views: 10601

Re: Help for API fuction TM1CubeCellValueGet

When i run the follow code >Public Sub Test() > >MsgBox Application.Run("DBR", "ExchangeRate", "2008", "June", "HKD", "rate") > >End Sub > it return *KEY_ERROR May be i messed up something . TM1CubeCellValueGet is just my frist step. More d...
by kennyyeung
Sun May 31, 2009 8:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to call relative proportional spread function by Macro!
Replies: 8
Views: 8383

Re: How to call relative proportional spread function by Macro!

Thanks ! because i need to do some calculation on the value manually. i found that function TM1CubeCellValueGet is useful . However when i call TM1CubeCellValueGet ,it return a error code ! (code refer to http://forums.olapforums.com/viewtopic.php?f=3&t=1068 ) Can i have some example of TM1CubeC...
by kennyyeung
Sun May 31, 2009 8:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help for API fuction TM1CubeCellValueGet
Replies: 11
Views: 10601

Help for API fuction TM1CubeCellValueGet

I want to grab data from my cube .But when i use function TM1CubeCellValueGet , it return a error code . What's wrong with my code? Cube: Exchange Rate Dimension : Year Dimension : Month Dimension : Currency Dimension : Rate_m Private Sub Form_Load() Dim sServerName As String Dim sUsername As String...
by kennyyeung
Tue May 26, 2009 3:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to call relative proportional spread function by Macro!
Replies: 8
Views: 8383

How to call relative proportional spread function by Macro!

I have a template It have several month data. Instead of use relative proportional spread manually for each month. Can i add a button to my template to make it more automate? After press the button , it call the relative proportional spread function automatically to get the data from perviod verson ...
by kennyyeung
Sun May 24, 2009 4:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: place multiple active forms horizontally
Replies: 7
Views: 6082

Re: place multiple active forms horizontally

How about slice ?Can it work to place two cube data horizontally?
If not ? Is there any method to place two cube data into a template horizontally as follow?
by kennyyeung
Fri May 22, 2009 6:26 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help for TM1RptElLev function
Replies: 1
Views: 2966

Help for TM1RptElLev function

I am trying to format the active form based on the level of consolidation element. (i.e. a color for each level ) ( e.g. level 0 :red, level 2 green & level 3 blue) I found that TM1RptElLev function could be helpful , but it's lack of example in the developer guide. Is there any example for refe...
by kennyyeung
Fri May 22, 2009 6:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create dimension problem
Replies: 9
Views: 8045

Re: Create dimension problem

Thanks you brother !
That exactly what i'm trying to do .
by kennyyeung
Mon May 18, 2009 1:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create dimension problem
Replies: 9
Views: 8045

Re: Create dimension problem

"Every element in a TM1 dimension must have a unique name" . is that the attribute also have to be unique ?
by kennyyeung
Mon May 18, 2009 8:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create dimension problem
Replies: 9
Views: 8045

Create dimension problem

MY hierarchy like

A -B - B
| -C - D
(see attached)

When building the dimension using TI ,a circlar refernece expection occur .
what can i do if i need to create that kind of hierarchy ?