Search found 10 matches
- Sun Nov 27, 2016 9:10 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Blank Rollup for Non-Admin user
- Replies: 3
- Views: 2709
Blank Rollup for Non-Admin user
Hello friends, For a Non-Admin user, (TM1 Perspectives, 10.2.0 on Windows Server 2008 R2 Enterprise OS), the user-defined rollup values are blank for the Dimension used in Security / Approval Hierarchy of a TM1 Application, though individual element values are populated correctly. Also, for all othe...
- Wed Dec 02, 2015 4:46 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Reject the top node by a admin
- Replies: 1
- Views: 2179
Re: Reject the top node by a admin
Hello
You got any solution for this problem.
I too encountered it. Appreciate any help.
Thanks
You got any solution for this problem.
I too encountered it. Appreciate any help.
Thanks
- Wed Jul 27, 2011 8:46 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Pls forward Web.config file
- Replies: 0
- Views: 1633
Pls forward Web.config file
Dear All, Appreciate if anyone one can forward your standard "Web.config" file (open in notepad and save as text file) which is located at "E:\inetpub\wwwroot\TM1Web\Web.config" (the drive may be different). This only helps me compare with my file as my file is corrupted. Restori...
- Wed Jul 27, 2011 4:53 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Web error
- Replies: 0
- Views: 1397
TM1 Web error
Dear All, I have tried resolving "session timeout" issue and in the process tried resetting IIS configuration parameters. After saving the settings when I tried accessing TM1 Web through the regular URL, the login page appears fine, but when "Admin Host" name is entered the page ...
- Mon May 30, 2011 11:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to report the figures in 1000s (thousands)?
- Replies: 4
- Views: 5725
Re: How to report the figures in 1000s (thousands)?
Thanks Peter. Appreciate the quick reply and cool idea.
Cheers!
Cheers!
- Mon May 30, 2011 10:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to report the figures in 1000s (thousands)?
- Replies: 4
- Views: 5725
How to report the figures in 1000s (thousands)?
Dear All, What's the best way / approach to report figures in 1000s; after they have been pulled into the Cubes from the source. Can we avoid writing rules and use any formattings features etc? Currently this is done in Excel, I would prefer doing it in TM1 itself. Appreciate all your inputs. Thanks
- Sun Apr 24, 2011 7:00 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Budget Variance - Two formulas ?
- Replies: 5
- Views: 8081
Re: Budget Variance - Two formulas ?
Thanks a lot for all your inputs and contributions. To not to get into any performance issues i have taken a little different approach; though it is a bit crude and not an ideal solution. Any suggestions to improve it are welcome. I have declared another variable called "ExpenseVariance" a...
- Wed Apr 20, 2011 11:16 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Budget Variance - Two formulas ?
- Replies: 5
- Views: 8081
Budget Variance - Two formulas ?
Hello Everyone, How can we write two separate formulas for calculating budget variance for "Revenue" and "Expenses"? For Revenue Accounts: Variance = Actuals - Budget; For Expense Accounts: Variance = Budget - Actuals; This is because, we have defined all level zero Revenue accou...
- Wed Apr 20, 2011 10:06 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: N and C rules
- Replies: 4
- Views: 3777
Re: Averages for Consolidations
Thanks Wim it works. Pls let me know what would be the appropriate subforum for this post, as i have another issue with the same topic. Secondly, why did it work now and not with earlier code. Thanks Michael it was a great suggestion, i would love to use it in my future designs. Thanks again for yr ...
- Wed Apr 20, 2011 9:02 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: N and C rules
- Replies: 4
- Views: 3777
N and C rules
Hello Everybody, Am trying to calculate budget variance percentage. It works fine at 'N' level but doesn't at 'C' level. Pls can you review the following code and help me. Thanks :D SKIPCHECK; ['Variance'] = N: ['Actual'] - ['Budget'] ; ['Variance'] = C: ['Actual'] - ['Budget'] ; ['%Variance'] = N: ...