Search found 15 matches
- Sat Aug 27, 2011 2:09 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: SQL Agent and N_Connect
- Replies: 0
- Views: 1803
SQL Agent and N_Connect
Hello, I have created a cmd and vbs script that opens up excel, runs the N_Connect macro. This cmd is attached to SQL agent.This has been working fine for 2 weeks until IT installs Cisco Communicator v8. Now my spreadsheet is saved with #VALUES indicating it is an access issue. The sql agent has a s...
- Mon Aug 08, 2011 10:42 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using formulas withing DBRW
- Replies: 2
- Views: 2625
Re: Using formulas withing DBRW
Thanks that worked!
- Mon Aug 08, 2011 10:15 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Using formulas withing DBRW
- Replies: 2
- Views: 2625
Using formulas withing DBRW
I have a calendar cube that has the Day, Month,Year and measures dimension. Cell P$9 ="F"&DBRW("tm1prd:Calendar",D$7,D$8,D$9, "Forecast Week") where D$7=DAY(NOW()) D$8=MONTH(NOW()) D$9=YEAR(NOW()) This works fine.Its gives me F1,F2 etc However, when I use the cell i...
- Fri Jul 22, 2011 4:12 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Syntax for rules in dimension
- Replies: 6
- Views: 5053
Re: Syntax for rules in dimension
For the millions who will benefit, here is what i discovered, the rule will work if the attribute is a text. Somehow if the attribute is a numeric,it will not even grey out even though the syntax is accepted by the rules editor
TTTTTTTHHHHHHHAAAAAAANNNNNNKKKKK YYYYYYYYOOOOOOUUUUUU !!!!!
TTTTTTTHHHHHHHAAAAAAANNNNNNKKKKK YYYYYYYYOOOOOOUUUUUU !!!!!
- Fri Jul 22, 2011 2:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Syntax for rules in dimension
- Replies: 6
- Views: 5053
Re: Syntax for rules in dimension
That was a typo sorry.Below is the right one
['ReportSign']=N: IF(ELISANC('account','A110000',!account)=1,-1,1);
['ReportSign']=N: IF(ELISANC('account','A110000',!account)=1,-1,1);
- Fri Jul 22, 2011 12:27 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Syntax for rules in dimension
- Replies: 6
- Views: 5053
Syntax for rules in dimension
Hello,
I have this rule in a dimension
['ReportSign']=N: (IF(ELISANC('account','A110000',!account)=1,-1,1);
But it doesnt seem to take.Can anyone tell me if its a syntax issue? or if I cant use ELISANC in a dimension rule
I have this rule in a dimension
['ReportSign']=N: (IF(ELISANC('account','A110000',!account)=1,-1,1);
But it doesnt seem to take.Can anyone tell me if its a syntax issue? or if I cant use ELISANC in a dimension rule
- Tue May 03, 2011 4:37 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: what happens to rule calculated values after STET
- Replies: 2
- Views: 2676
what happens to rule calculated values after STET
Hello,
If I have a rule that calculates a value for Jan and then in February, I STET that rule for Jan. Will the calculated values be retained?
If I have a rule that calculates a value for Jan and then in February, I STET that rule for Jan. Will the calculated values be retained?
- Thu Feb 24, 2011 4:09 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Drill through for -DBRW....
- Replies: 4
- Views: 4280
Drill through for -DBRW....
Hello All, I have an ODBC drill through that works for Excel cells with formula =DBRW(dim1,dim2.,etc).However, when the cell contains =-DBRW(dim1,dim2.,etc). The negative sign causes the drill through function not to appear.Currently, the drill assignment rule is [Version:'Act']=S:'P&L'; Do I ne...
- Tue Feb 22, 2011 4:52 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI to extract all children ?
- Replies: 3
- Views: 3236
TI to extract all children ?
Hello,
I would like to extract all the children of a roll-up. I know there is no loop in a TI.
Does anyone know of an alternative?
I would like to extract all the children of a roll-up. I know there is no loop in a TI.
Does anyone know of an alternative?
- Tue Feb 22, 2011 1:48 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ODBC Drillthrough query for consolidated elements
- Replies: 4
- Views: 4215
Re: ODBC Drillthrough query for consolidated elements
I have thought of that idea but we have several hierarchies for different business groups so 1 product could belong to many hierarchies.
- Tue Feb 22, 2011 12:42 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ODBC Drillthrough query for consolidated elements
- Replies: 4
- Views: 4215
ODBC Drillthrough query for consolidated elements
Hello, I am trying to write the prolog to deal with scenarios where the consolidated element is selected for drill through. For example, the product hierachy is Total Product - AA -1101 -1401 -AB - 2301 -2411 -AC -3813 -3555 Sql query = Select * from dbo.GL where product ='?pproduct?' I want the res...
- Tue Feb 08, 2011 4:01 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: dimensionelementprincipalname
- Replies: 2
- Views: 3664
Re: dimensionelementprincipalname
yup, realised the 'alias' bit after i posted this.
Solved the problem by turning the atrribute into an alias...
Solved the problem by turning the atrribute into an alias...
- Tue Feb 08, 2011 3:45 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: dimensionelementprincipalname
- Replies: 2
- Views: 3664
dimensionelementprincipalname
I have a month dimension that has Jan,Feb,Mar,etc with attributr Mthcount as 1,2,3 etc. I am trying to write the code to get previous month name. prevmth=numbertostring(ATTRN('Month',pmonth,'MthCount')-1); prevmthname=DIMENSIONELEMENTPRINCIPALNAME('Month', prevmth); The asciioutput for prevmthname i...
- Thu Feb 03, 2011 4:32 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Syntax for rules for dimension names with space
- Replies: 2
- Views: 3142
Syntax for rules for dimension names with space
Hello,
Can anyone show me the syntax for the left hand side of the rules where there is a space in the dimension name
[ region:'AUS', cost center :'10', 'A111111']=N: .....
I am getting an error in the cost center section
Can anyone show me the syntax for the left hand side of the rules where there is a space in the dimension name
[ region:'AUS', cost center :'10', 'A111111']=N: .....
I am getting an error in the cost center section
- Wed Jan 19, 2011 10:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: *ERR* when Alias in turned on
- Replies: 1
- Views: 2490
*ERR* when Alias in turned on
Hello, I have the following structure in the product dimension PROD GROUP -> PROD CAT -> (PROD CAT) (SUB-CAT) -> (PROD CAT) (SUB-CAT) (PRODCODE) I have the code below where TPByCatChild=(PROD CAT) (SUB-CAT) (PRODCODE) ATTRPUTS(vsubproductname,DimName4,TPByCatChild,'ProdDesc'); And I have a rule that...
