Search found 51 matches

by kiss351523
Wed Dec 14, 2011 12:51 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: An issue with API function
Replies: 6
Views: 2870

An issue with API function

Deal All: My codes'purpose is get an element list from the dimension given a name,the "eCount" variable is the number of elements from dimension given a name. when give it an empty dimension,the "eCount" 's value is 91,why not 0? Public Sub listElements(sServerName, sDimensionNam...
by kiss351523
Tue Dec 13, 2011 3:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Where is the file TM1u32.dll
Replies: 7
Views: 3765

Re: Where is the file TM1u32.dll

Yep, I'd say there is enough documentation that should get you started and point you to supported dlls that get actually installed with 9.5. If I am not mistaken you could find something here: http://publib.boulder.ibm.com/infocenter/ctm1/v9r5m0/index.jsp?topic=%2Fcom.ibm.swg.im.cognos.tm1_api.9.5....
by kiss351523
Mon Dec 12, 2011 6:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Where is the file TM1u32.dll
Replies: 7
Views: 3765

Re: Where is the file TM1u32.dll

Hi The only reference I can find to this is in an old Version 8 documentation which basically says it allows third party tools that were written for Version 6 (!) to connect to a Version 8 server. I want to declare some functions in the file "TM1u32.dll",just like "TM1_CLEAR" or...
by kiss351523
Mon Dec 12, 2011 3:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Where is the file TM1u32.dll
Replies: 7
Views: 3765

Where is the file TM1u32.dll

DearAll:
Everybody who knows,Where is the file of "TM1u32.dll"? :?:
by kiss351523
Thu Dec 01, 2011 5:45 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to get variables value from TI
Replies: 2
Views: 2078

How to get variables value from TI

Dear All: There is a TI,DataSource is ODBC,i have make a cycle for get the variables from a subset(fields are elements in the dimension),then,how to get the variables value ? i = 1; n = SubsetGetSize(vDimName,vSubsetName); WHILE( i <= n); #v_col is a field from DataBase via ODBC. v_col = SubsetGetEl...
by kiss351523
Fri Nov 25, 2011 9:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: About MaximumCubeLoadThreads parameter in the TM1s.cfg
Replies: 4
Views: 4232

About MaximumCubeLoadThreads parameter in the TM1s.cfg

"When MaximumCubeLoadThreads is enabled, TM1 cannot manage the order in which feeders are calculated. There may be cases where processing order has an adverse effect on your application due to some order-of-evaluation dependencies in the multi-threaded environment." I dont kown what is tha...
by kiss351523
Wed Nov 23, 2011 1:12 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: About Rule
Replies: 2
Views: 1921

Re: About Rule

"Calculation Rules" are simply the rules that get attached to cubes, and may cover calculations like currency conversion, referencing data from other cubes, calculating percentages etc. "Drill Through" or "Drill Down" rules are used in combination with Drill Through pr...
by kiss351523
Tue Nov 22, 2011 10:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connect TM1 via VB
Replies: 3
Views: 2031

Re: Connect TM1 via VB

lotsaram wrote:First of all can you explain why you would want to connect via VB?
just like excute proccess,change client pwd,lock or unlock client and so on.
by kiss351523
Tue Nov 22, 2011 9:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Connect TM1 via VB
Replies: 3
Views: 2031

Connect TM1 via VB

dear all,
I just started learning VB connection via TM1, but,its so hard for me, Do you have some relevant information or documents?
Tks!
by kiss351523
Tue Nov 22, 2011 7:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: About Rule
Replies: 2
Views: 1921

About Rule

Hi everyone,i have a question,what is the "caculate rule" and "drilldown rule" difference? :?:
Ths!