Search found 8 matches

by chonlanotr
Thu Feb 05, 2015 2:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to using group of element in rules
Replies: 4
Views: 4510

Re: How to using group of element in rules

Thanks you. You mean we have 2 Methods like these ? 1. Create Consolidation Node and Add ACCOUNT to that node 2. Create Rule like [ 'IC_PL_OTHERS' ..] = N: [ '510000' ... ] + ['512000' ...]. I can't using subset in rule It is perfectly alright to use subsets in rules,Please go below links: http://ww...
by chonlanotr
Wed Feb 04, 2015 12:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to using group of element in rules
Replies: 4
Views: 4510

How to using group of element in rules

Dear All How to using group of element in rules / subset in rules. I would like to create rule like this. ['G_NONE', 'THB', 'AUD21101 IC ELIM', 'IC_PL_OTHERS' ] = N: DB('CONSOLIDATION', ' ACCOUNT':{'51010000','51020000'} , !ENTITY, !FLOW, !INTERCO, !RPTCURRENCY, !SCOPE, !TIME, !VERSION, !MEASURES); ...
by chonlanotr
Fri Jan 30, 2015 2:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to scope result area dynamically in rule?
Replies: 1
Views: 2176

Re: How to scope result area dynamically in rule?

Sorry I get solution. Thanks
[ 'F000 Opening Balance' ,'2014.01' ] = N: IF(ATTRS('ACCOUNT', !ACCOUNT, 'ACC_TYPE') @= 'BS' , ['F999 Closing Balance', ' 2013.12' ] , STET);
by chonlanotr
Fri Jan 30, 2015 2:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to scope result area dynamically in rule?
Replies: 1
Views: 2176

How to scope result area dynamically in rule?

Hi All
I'm new for TM1. How to scope result area dynamically?

[RESULT AREA] = N: [SOURCE]

I try to create rule for balance carry forward. It should be perform only Balance Sheet GL Account. How can I do it in TM1?

Thanks in advanced
by chonlanotr
Fri Jun 07, 2013 7:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cell Security Control Cube Not Work
Replies: 5
Views: 3717

Re: Cell Security Control Cube Not Work

Thanks all of you. My user has ADMIN role. If I change to user define role, it work properly.
by chonlanotr
Thu Jun 06, 2013 12:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cell Security Control Cube Not Work
Replies: 5
Views: 3717

Cell Security Control Cube Not Work

Experts I need your help. I create Cell Security Control Cube via context menu on target cube. After that create rule on control cube to set 'READ'. But in target cube cell can be write.
What I am wrong? I run TM1 9.5.2 on local machine.
by chonlanotr
Sun Mar 10, 2013 1:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Reading data from TM1
Replies: 5
Views: 6845

Re: Reading data from TM1

Hi
I use SSRS with OLE DB driver for TM1 but u need to create MDX manual because query designer doesn't work for TM1 data sources. Good luck