Search found 10 matches

by amin
Mon Apr 14, 2014 12:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Changing Element Weights in Dimension Editor
Replies: 4
Views: 6100

Re: Changing Element Weights in Dimension Editor

Hi - Without turning the Properties Pane On, merely selecting the Element Name from the Dimension Element Properties window will make the weighting field active. Might be worth trying doing that..Cheers.
by amin
Thu Apr 10, 2014 5:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 & CAFE
Replies: 9
Views: 9843

Re: TM1 & CAFE

Hi, On Point #6, that functionality has been available in In Spreadsheet Browser, including the drill down on rows and columns. Other feature that, In Spreadsheet Browser also supports excel calculations in the Cube viewer. I think the biggest win of Cafe over In Spreadsheet Browser is its Performan...
by amin
Wed Mar 19, 2014 10:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI process timing out in TM1Web
Replies: 4
Views: 3596

Re: TI process timing out in TM1Web

2 Things:

1- Use batch file that calls data load TI. You then call another TI in the data load TI to send email notification, in epilog, so the user is aware the data load is complete.

2- Update the httpRuntime executionTimeout parameter in your web config file.

Hope that helps.
by amin
Tue Mar 11, 2014 10:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Determining the character length in txt using asciioutput
Replies: 7
Views: 5835

Re: Determining the character length in txt using asciioutpu

Hi Guru, You can use Fill function in conjunction with Long Function within it to achieve the desired result. See if below works. #-- Business unit cLen = 5; cChar = ' '; dBU = Trim( vBusinessUnit ); (assuming this is sourced from datasource) sBU = dBU | Fill( cChar, cLen - Long( dBU )); #-- LOB cLe...
by amin
Thu Mar 06, 2014 1:04 am
Forum: Enhancements
Topic: Subset Editor Properties Pane
Replies: 2
Views: 6235

Re: Subset Editor Properties Pane

Also, having the ability to copy the attribute values from Properties Window would also be a great time saving.
by amin
Mon Feb 24, 2014 11:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Very slow CellPutN in the same cube
Replies: 14
Views: 10001

Re: Very slow CellPutN in the same cube

Hi Wim, I had a very similar issue while i was scripting a simple ratio calculation and it seems the issue is really with The CellGetN referencing a consolidated value as its argument. To resolve the issue, I had loaded the data in an additional dummy element( in your case that would be 'No Aging' w...
by amin
Tue Aug 21, 2012 7:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Private views question
Replies: 16
Views: 13441

Re: Private views question

I can't speak for others but I always had to unload the cube in order to see it. Unless I do that I don't see it.
by amin
Tue Aug 21, 2012 3:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Private views question
Replies: 16
Views: 13441

Re: Private views question

I have played with TI to do this but in the end the following was simpler 1. Goto the tm1 server and look up the user logon e.g. \\<servername>\C$\TM1\Data\<source_user>\GL}vues 2. Copy the view file you need e.g. JW_MarginData.vue 3. Paste in in your own user directory with the same name e.g. \\<s...
by amin
Wed Jul 11, 2012 8:37 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Speed in Dimension creation
Replies: 16
Views: 8330

Re: TI Speed in Dimension creation

Hi Steve, The downside of using DIMIX in the Meta Data is, it won't update the hierarchy if elements are moving between different consolidations, thereby chances are you will end up either: 1) Leaving the existing element orpahaned, assuming you have unwinded the consolidation where it rolls up to 2...