Search found 19 matches

by youngjedi
Thu Sep 27, 2012 8:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Display Additional Columns in Contributor?
Replies: 1
Views: 1498

Display Additional Columns in Contributor?

Hey guys, where is the setting to display more viewable columns in Contributor? I'm in 10.1.

Thx
by youngjedi
Tue Sep 18, 2012 4:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Contirbutor Questions (10.1)
Replies: 3
Views: 3053

Contirbutor Questions (10.1)

Hello all,

I have deployed a contributor app and the client wants breakback functionality turned off. He would also like scrolling as opposed to paging.

Does anyone specifically know how to do this? I could not find this in the options/settings.
by youngjedi
Tue Aug 28, 2012 9:26 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unload Cube - Feeders Now Do Not Work
Replies: 2
Views: 3496

Unload Cube - Feeders Now Do Not Work

I have unloaded a cube and now my feeders dont work. I have restarted the server and still my aggregations will not calculate. I'm fairly certain my feeders are correct since I checked them all before i did the unload. I am in 10.1/Architect. Thanks.
by youngjedi
Sat Jul 21, 2012 10:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: % Sign in TM1 Rules?
Replies: 3
Views: 2815

% Sign in TM1 Rules?

What is the % sign used for in TM1 rules? I see this used in code I inherited. It doesn't look like it is for division as front and back slashes are used.

Thanks.
by youngjedi
Fri Jun 08, 2012 4:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Contributor Approval Hierarchy/Subset Question
Replies: 3
Views: 2903

Contributor Approval Hierarchy/Subset Question

I have deployed a Contributor application and have noticed that the dimension where the approval hierarchy resides does not let me choose subsets within the View. All of the other dimensions in the rows/columns have a drop-down box that lets me use subsets within the view. How can I use subsets in V...
by youngjedi
Fri May 25, 2012 1:54 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Spreading in Contributor Question
Replies: 4
Views: 3800

Re: Spreading in Contributor Question

Thanks Oliver. How would I initialise? I'm not sure what that means.
by youngjedi
Fri May 25, 2012 1:37 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Spreading in Contributor Question
Replies: 4
Views: 3800

Spreading in Contributor Question

When a budgeting row has all zeros for the month and we enter a number in the Total column, Contributor complains about spreading a zero (something like that) and doesn’t make the total spread to the months. If there are numbers in the months, it works fine and spreads the number proportionally as e...
by youngjedi
Thu May 24, 2012 5:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Custom Number Format to Make Zeros Invisible?
Replies: 1
Views: 2508

Custom Number Format to Make Zeros Invisible?

What is the full custom number format for making zero values invisible in TM1?
by youngjedi
Thu May 24, 2012 4:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Determine Direct Element Ancestor From Element
Replies: 1
Views: 2654

Determine Direct Element Ancestor From Element

Hi,

I have a list of zero level elements from a TM1 dim in Excel in column A. In column B, I would like to return the direct parent of the element in column A. What is the function to d this???

Thanks.
by youngjedi
Thu May 17, 2012 6:30 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Adding Attributes to an Excel Input Sheet
Replies: 4
Views: 3899

Re: Adding Attributes to an Excel Input Sheet

Ok I'm going to give that a try using TI. I'm still not sure how the user will be prompted to enter the three bits of information. All I need the user to return to TM1 is

Company (Element)
Date (attr of Company)
Individual/Name (attr of Company)
by youngjedi
Thu May 17, 2012 6:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Adding Attributes to an Excel Input Sheet
Replies: 4
Views: 3899

Adding Attributes to an Excel Input Sheet

I have a TM1 input sheet in Excel and I would like to add a new element along with 2 attributes for the newly added element. So essentially, I would like to prompt the user for 3 pieces of information 1. Company Name 2. Date 3. Individual's Name The company name is an element and the date and indivi...
by youngjedi
Thu May 17, 2012 6:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Adding Control Box to Excel Worksheet
Replies: 7
Views: 5112

Re: Adding Control Box to Excel Worksheet

Here is the VBA code for anyone who wants to use it. I leveraged the fact that when the SUBMNM function clears, it puts the cursor in the immediate cell to the right, my SUBNM statement is actually in cell D2! Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Address(False, Fals...
by youngjedi
Wed May 16, 2012 3:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Adding Control Box to Excel Worksheet
Replies: 7
Views: 5112

Re: Adding Control Box to Excel Worksheet

Wow! Thanks for the quick feedback. If I decide to keep the subnm function in the sheet, how would I add that onchange event to a particular cell without tying it to an object in Excel?

Thanks again
by youngjedi
Wed May 16, 2012 1:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Adding Control Box to Excel Worksheet
Replies: 7
Views: 5112

Adding Control Box to Excel Worksheet

I would like to add a vba driven control box with the available dimension elements to Excel. What is the code to do this??? The subnm function seems inefficient to me. I'd rather select from a drop down box and add a calculate line in the code so when I make the selection the form calculates immedia...
by youngjedi
Thu May 03, 2012 12:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Month Lookup Cube ?
Replies: 5
Views: 3826

Re: Month Lookup Cube ?

To be clear I started with a date dimension that collected the date of input from an Excel user sheet. For reporting purposes I want to roll this into months so I can analyze trends. I was thinking of creating some type of look up cube but I like the idea of adding the monthly/yearly rollups in my e...
by youngjedi
Wed May 02, 2012 12:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Month Lookup Cube ?
Replies: 5
Views: 3826

Month Lookup Cube ?

I have a user input form where I collect input dates by day (5/12/2011), and for reporting purposes, I would like to consolidate these dates and put them them into a monthly format that looks like May-2011. I do not need to report by day, just by month. What would be the best way to do this??? Much ...
by youngjedi
Sat Apr 28, 2012 2:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DBRA Forumla Issue - Perspectives using Slice
Replies: 1
Views: 2012

DBRA Forumla Issue - Perspectives using Slice

Hello, I am trying to reference a dimension attribute on a spreadsheet and the formula doesn't come through. =DBRA("r_best_practice",$A7,"Details") A7 is the dimension element, the dimension is r_best_practice and the attribute is Details. The formula doesn't return an error, jus...
by youngjedi
Thu Apr 26, 2012 10:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Native Security Question (Contributor)
Replies: 3
Views: 3181

TM1 Native Security Question (Contributor)

Hello all,

If I use TM1 native security (authentication mode 1) for Contributor users, how would the user change their password?

Thanks,