Search found 44 matches
- Thu Jul 29, 2010 6:32 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: hardcoding values in turbo integrator
- Replies: 4
- Views: 3826
Re: hardcoding values in turbo integrator
hi, i dont need like concatenating h1h2h3 i need any one of the elemnts at a time i my data is like this h1,number,20 h2,number,21 for that i created two dimensions dim_house and dim_number dim_house should take either h1 or h2 or h3 at a time.... i need to hardcode this in the ti process variable t...
- Thu Jul 29, 2010 5:06 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: hardcoding values in turbo integrator
- Replies: 4
- Views: 3826
hardcoding values in turbo integrator
hi, in turbo process in variables tab i inserted a variable which tooks only three values which is supposed to be hard coded.How can i give that in formula? My variable takes only three values h1,h2,h3 i wrote like v1='H1'||'H2'||'H3'; but not working :( Can anyone tell me how to do that?? regards A...
- Fri Jul 23, 2010 8:17 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: records handled by ti
- Replies: 2
- Views: 2548
records handled by ti
hi,
Can any one tell me the Max limit of the records that can be handled by a turbointegrator process?
i have 8000,000+ records in acess db which has to be tranfered to the tm1 cube...
is it possible through turbo to transfer data to cube??
regards,
Angel
Can any one tell me the Max limit of the records that can be handled by a turbointegrator process?
i have 8000,000+ records in acess db which has to be tranfered to the tm1 cube...
is it possible through turbo to transfer data to cube??
regards,
Angel
- Fri Jul 23, 2010 3:54 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: date format
- Replies: 1
- Views: 1977
date format
hi, iam extracting the date from text file in the format 12/2/2010 00:00:00 i need it in the format 12-2-10. in the variables tab i put a new variable for my required format and done like new_datevariable=date(olddatevariable,'dd-mm-yy'); IS this a correct format??i am getting olddatevariable is und...
- Wed Jul 07, 2010 9:19 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: datasource username and password
- Replies: 10
- Views: 8637
Re: datasource username and password
hi wim,
now its getting populated thank you so much for your wonder ful suggestion
:D
regards
angel
now its getting populated thank you so much for your wonder ful suggestion
regards
angel
- Wed Jul 07, 2010 8:33 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: datasource username and password
- Replies: 10
- Views: 8637
Re: datasource username and password
hi wim, i guess u didnt understand my problem. i will write what i have done in the process. my requirement is to read the username and password for an oracle datasource from a csv file , into a ti process.Using this username and password , the above mentioned process will connect to oracle db which...
- Wed Jul 07, 2010 6:30 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: datasource username and password
- Replies: 10
- Views: 8637
Re: datasource username and password
hi wim , Thanku for ur detailed reply :).....(i manually created the logic in architect and understood what u have told to me :)) i am trying to load the params(like you said) cube from a csv file . what i have done isthat, in that file i created param column having elements username,password, then ...
- Tue Jul 06, 2010 11:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: datasource username and password
- Replies: 10
- Views: 8637
Re: datasource username and password
hi wim,
i didnt get you.Can you please explain it what your trying to tell,i am a beginner in tm1.
regards,
angel
i didnt get you.Can you please explain it what your trying to tell,i am a beginner in tm1.
regards,
angel
- Tue Jul 06, 2010 10:08 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: datasource username and password
- Replies: 10
- Views: 8637
Re: datasource username and password
hi, this is my prolog coding in actual process. DataSourceType='ODBC'; DatasourceNameForServer='oracle'; DatasourceNameForClient='oracle'; executeprocess('user_pass_read'); DatasourceUserName=username1; DatasourcePassword=Password1; asciioutput('d:\t.txt',username1,',',password1); DatasourceQuery='s...
- Tue Jul 06, 2010 9:07 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: datasource username and password
- Replies: 10
- Views: 8637
datasource username and password
hi, i have a requirement like i need to take the username and password of the datasource from a file which has all these details. i have created a process which reads username and password from this file and i am trying to call those process in my actual process for reading database table i needed.....
- Tue Jul 06, 2010 5:08 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: regarding paramterised query in tm1
- Replies: 10
- Views: 7218
Re: regarding paramterised query in tm1
hiiiiiiiiiiiiiii 
got it workedddddddddd.thanks for alllllllllllllllllllllllllllllllllllllllllll
regards
angel
got it workedddddddddd.thanks for alllllllllllllllllllllllllllllllllllllllllll
regards
angel
- Sun Jul 04, 2010 5:31 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: regarding paramterised query in tm1
- Replies: 10
- Views: 7218
Re: regarding paramterised query in tm1
hi, i am using ms acess db.The datatype for the column field1 is 'number'. i modified the query like select * from table1 where str(Field1,1)='?P0?' (still sql is getting failed).... now i changed the default value to 1 and type of P0 to string. Can any one give any other suggestions ???? regards an...
- Sat Jul 03, 2010 11:17 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: regarding paramterised query in tm1
- Replies: 10
- Views: 7218
Re: regarding paramterised query in tm1
hi,
still its not working
query is :
select * from table1 where field1=?P0?;
in advanced tab-->parameter tab
i have given parameter as P0
type as numeric
default value 1.0000
prompt question as P0
Kindly let me know any thing i have missed out
regards
Angel
still its not working
query is :
select * from table1 where field1=?P0?;
in advanced tab-->parameter tab
i have given parameter as P0
type as numeric
default value 1.0000
prompt question as P0
Kindly let me know any thing i have missed out
regards
Angel
- Fri Jun 25, 2010 8:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: dbs
- Replies: 1
- Views: 1930
dbs
hi, i cant store the data to the cube through dbs function the formula i have written is =DBS(A7,"local:Cube1","Expense","FY2009-P01","store1","Actual") the cell in which i ahve written this formula is showing a zero value... but the a7 cell i have a...
- Mon Jun 21, 2010 4:54 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: regarding paramterised query in tm1
- Replies: 10
- Views: 7218
Re: regarding paramterised query in tm1
hi,
when i am using the following query
select
t1.account_category as account_category,
from
t1
where
t1.fiscal_year_number = ?Year_num?;
i am getting query failed error in tm1 while cilcking the preview .Can any suggest a solution for this?
thanks and regards,
angel
when i am using the following query
select
t1.account_category as account_category,
from
t1
where
t1.fiscal_year_number = ?Year_num?;
i am getting query failed error in tm1 while cilcking the preview .Can any suggest a solution for this?
thanks and regards,
angel
- Sun Jun 20, 2010 4:28 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: regarding paramterised query in tm1
- Replies: 10
- Views: 7218
Re: regarding paramterised query in tm1
the query is working fine with the hard coded value for year_number=2010.but i have to implement it with a variable
which dynamically accepts the year
which dynamically accepts the year
- Sun Jun 20, 2010 4:23 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: regarding paramterised query in tm1
- Replies: 10
- Views: 7218
regarding paramterised query in tm1
hi, i have created a parametrised query in ti process which is connecting to oracle . i defined a parameter called year_num in TI.my query is select t1.account_category as account_category, from t1 where t1.fiscal_year_number = @Year_num; but the query is not working it shows a failure status in ti ...
- Sat Jun 12, 2010 9:25 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: excel
- Replies: 2
- Views: 2395
excel
hi, Is there any function in turbo integrator which gives the slice of a particular cube on the excel perspective??? i know a dedicated tab is directly available in excel(explorer-->cube viewer-->slice).but i need to explore is there any function in turbo integrator which does the same function?? th...
- Fri Jun 11, 2010 4:23 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Concatenation function
- Replies: 1
- Views: 6863
Concatenation function
hi, i have a requirement like i need to pull date from oracle db and display it as 'dd-mmm-yy-ddd' format.So i pulled date and day(using to_char(date,'dy')) in two separate variables from oracle and tried to concatenate in ti process .but i didnt find a function to concatenate it in the turbo integr...
- Mon Jun 07, 2010 9:26 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: date display
- Replies: 1
- Views: 1841
date display
hi, I am trying to create a calender dimension using excel perspective.(dim.xdi). in that my date format is like 1-mar-2010-thu. but when the dimension is getting saved , the elements (sample =1-mar-2010-thu) are displayed in the dimension editor as a numerical value(something like 45678) correspond...
