Search found 7 matches
- Wed Jul 22, 2015 3:16 am
- Forum: Useful code, tips and tricks
- Topic: TM1 Object Auditor and Chore Schedule
- Replies: 9
- Views: 16070
Re: TM1 Object Auditor and Chore Schedule
Hi Gareth, the file is no longer available. pls help
- Sat Aug 07, 2010 3:15 am
- Forum: Cognos Planning and BI
- Topic: using Value Prompt
- Replies: 0
- Views: 3660
using Value Prompt
How to use a single value prompt filter in a report(list and crosstab) that uses a package having two cubes.
Please help..tnx in advance!
Please help..tnx in advance!
- Tue Jul 27, 2010 3:19 am
- Forum: Cognos Planning and BI
- Topic: Using macros in COGNOS BI
- Replies: 1
- Views: 4333
Re: Using macros in COGNOS BI
by the way, im using macros to login to COGNOS BI(Xcelerator).
- Tue Jul 27, 2010 3:17 am
- Forum: Cognos Planning and BI
- Topic: Using macros in COGNOS BI
- Replies: 1
- Views: 4333
Using macros in COGNOS BI
my login and logout macros in COGNOS TM1 were not functioning in COGNOS BI.
Is there anyone knows how to fix this?
It would be a great help..
thanks in advance..
Is there anyone knows how to fix this?
It would be a great help..
thanks in advance..
- Thu Jun 10, 2010 6:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [New to TM1] Rule to sum up total numbers + joining data
- Replies: 22
- Views: 33436
Re: [New to TM1] Rule to sum up total numbers + joining data
Please use this image as your reference..
Hope it helps.
Thank you.
regards,
JR
Hope it helps.
Thank you.
regards,
JR
- Tue Jun 08, 2010 9:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: [New to TM1] Rule to sum up total numbers + joining data
- Replies: 22
- Views: 33436
Re: [New to TM1] Rule to sum up total numbers + joining data
In TM1, when it comes to adding or subtracting, we must use the logic of hierarchy of elements. In this, associates the relationship of Parents and children. In your case, you can use this hierarchy: Sum 1+2 = Consolidated Element, Parent of Car 1 and Car 2 elements Sum 3+4 = Consolidated Element, P...
- Tue Jun 08, 2010 8:55 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Subset Elements in EXCEL Sheet. - Newbie in TM1
- Replies: 5
- Views: 6724
Re: Subset Elements in EXCEL Sheet. - Newbie in TM1
For me, my idea is to use the vba macro of Excel to list down all the elements of a dimension in an excel sheet. 1.First, get the no. of elements or size of a particular dimension that you want to use. Dim x as long x = Application.Run("DIMSIZ" ...etc 2.Second, use DIMNM to get the element...