Search found 124 matches

by manu0521
Wed Jun 16, 2021 1:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1 rules C level and Ascii extract
Replies: 2
Views: 3564

Re: tm1 rules C level and Ascii extract

Thanks a lot for all these suggestions, I will try to look in to them and see how it goes.
by manu0521
Tue Jun 15, 2021 2:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1 rules C level and Ascii extract
Replies: 2
Views: 3564

tm1 rules C level and Ascii extract

Hi , I have a cube with 5 years of sales data at day level . I have a rule to calculate Revenue Per day at Month level(C) . I have the below rule and feeder . I extract flat files from tm1 to asciioutput for few measures and when i do it for this rule based measure it takes a lot of time to extract ...
by manu0521
Thu Jun 10, 2021 12:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Mdx to get 2 years date
Replies: 5
Views: 5034

Re: Mdx to get 2 years date

I have a month number alias on months element. so for example, for Jun 2021 my alias is 202112 (fiscalyearno) I can get the currnt months alias which is 202112 then get the year part and subtract with 2. SO now i would form 201912 - which will be jun 2019 . Now I need everymonths from Jun 2019 to Ju...
by manu0521
Wed Jun 09, 2021 10:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Mdx to get 2 years date
Replies: 5
Views: 5034

Mdx to get 2 years date

HI , I wanted to extract a flat file from tm1 on a daily basis that would extract 2 years of data. I have to create a subset dynamically that would give the n level for 2 years of date. My time dimension is in this format : Year -2021 Month - Jun 2021 Date - 20210609 So i want a subset having all va...
by manu0521
Mon Jun 07, 2021 5:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: view zeroout - subset all n
Replies: 9
Views: 5433

Re: view zeroout - subset all n

Hi Wim , I am creating a zz_view in the prolog and assigning to the datasource .I was confused where something has to be initally set on the datasourc tab to the process een we overwrite that on the prolog with a view. So I get that the order of the view now created will be based on dimension order ...
by manu0521
Mon Jun 07, 2021 2:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: view zeroout - subset all n
Replies: 9
Views: 5433

Re: view zeroout - subset all n

Hi , If we dont use a view that we created , in my data source tab what should i pick from the cube as cube view ? In my prolog , I create a view and assign values to dimension and assign it to the view , does this view gets created with the dimension in order of the cube and can it link back to my ...
by manu0521
Sun Jun 06, 2021 1:09 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subsetcreatebymdx
Replies: 2
Views: 2782

Re: Subsetcreatebymdx

I think i got it ,
I have to destroy the subset and then use subssetcreatemdx .
Which one is better if i have to just use for zerout .
subsetcreatebymdx or SUBSETMDXSET
by manu0521
Sun Jun 06, 2021 1:04 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subsetcreatebymdx
Replies: 2
Views: 2782

Subsetcreatebymdx

Hi , I am trying to create a subsetcreatebymdx with below code vMdx= '{TM1FILTERBYLEVEL( {TM1SUBSETALL( [Price Range] )}, 0)}'; SubsetcreatebyMdx(subsetname,vmdx,0); But its giving me an error unable to register the subset . I want to use it for zero out in prolog . But then I did a similar SUBSETMD...
by manu0521
Sun Jun 06, 2021 12:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: view zeroout - subset all n
Replies: 9
Views: 5433

Re: view zeroout - subset all n

One more question , I am using this to do a extract from tm1 . I am creating a view where it has some dimensions with consolidated elements. So I dont want my consilidations on some dimension to be extracted , so its better if i do only n elements on those right. By default i have a cube view as my ...
by manu0521
Sat Jun 05, 2021 11:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: view zeroout - subset all n
Replies: 9
Views: 5433

view zeroout - subset all n

Hi ,

I am doing a zerout on a view in prolog .

For few dimensions i want to zero out all n elements , should i create a subset with all n elements for these dimensions ?

if so should i do a mdx with all n elements ?

Thanks,
by manu0521
Sat Jun 05, 2021 11:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Tm1 sql and load issue
Replies: 0
Views: 13306

Tm1 sql and load issue

HI, I am having this error in error log. [Microsoft][ODBC Driver Manager] Cursor library not used. Load failed Tried to run a ti with a sql on it , Sql is pretty simple and returns only few rows , the issue happens when i dont save the ti process and just try to go to variable table after previewing...
by manu0521
Thu Jun 03, 2021 11:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Look up on dimension
Replies: 0
Views: 11357

Look up on dimension

Hi, I have a master product diemnsion which has 20000 items in it . I am having a sales cube that uses that dimension. I am planning to do a look up on this dimension on whicheve item has sales to add it to a new dimension , . Should i have my dimension insert on meta data of the sales cube laod pro...
by manu0521
Thu Jun 03, 2021 3:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SQl on ti process gets cut randomly and sql failed
Replies: 2
Views: 2840

SQl on ti process gets cut randomly and sql failed

Hi , I am using a sql statement in my ti. I have begin and End and the sql inbetween , which does a union Begin Sql command End It works fine ,but suddenly 1 or 2 days later the sql has only first 3 to 4 lines and rest gets cut and causes sql failed. Then i will hae to recopy the sql and then resave...
by manu0521
Mon May 31, 2021 2:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Performance
Replies: 9
Views: 5073

Re: TM1 Performance

I will try optimisepy but I also wanted to try to calculate manually for one time, I came down to 3 dimensions. Custoemr has - 30000 customers. i did customers on rows with n and then all other dimension as Total and measure as sales. So there were 19500 customers having value. so is my density - 19...
by manu0521
Mon May 31, 2021 2:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Performance
Replies: 9
Views: 5073

Re: TM1 Performance

I looked at the link , So for my example I have a few dimensions which i wanted to ask your thoughts . First question is the last dimension on the cube should be a Measure or can measure be in any place. I am in a assumption Measure should be the last. Rank/Sort the dimensions by density then by siz...
by manu0521
Sat May 29, 2021 4:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Performance
Replies: 9
Views: 5073

Re: TM1 Performance

Hi , Just wanted to provide an update on this .I did a reorder in perspective but did my own order based on your comments . I picked all dense elements like time period , customers etc and moved towards the end in order , the memory which was in 38 gb came around to 18 gb when i deleted the cube ad ...
by manu0521
Fri May 28, 2021 1:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Numeric to string
Replies: 2
Views: 3263

Numeric to string

Hi , I am using a sql view in my ti to load data , in my sql view I have SID' stored in numeric columns , so in my ti I am just changing them to string from numeric . Will tm1 internally convert to string when we say string in the variable tab . I am asking becasue should i do this conversion in the...
by manu0521
Thu May 27, 2021 11:09 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Performance
Replies: 9
Views: 5073

TM1 Performance

Hi TM1 Users, I have been using a sales cube with month level detail for few years and performace has been okay . Now I have added few dimensions to the cube and made it day level . I dont have any complex rules , just loading data from Data warehouse. On Cube memory usage it showw 40 gb memory been...
by manu0521
Wed May 26, 2021 12:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cube Design ? RPD Calculation.
Replies: 0
Views: 10752

Cube Design ? RPD Calculation.

Hi Tm1 Users, which I have the below sales cube with following dimensions. TImeperiod - Year -> Month->Date Customer Products Sales Measures Business Day ( Has days from 1 to 23 ) I am having a time period dimension which can track sales by calendar days , business requested to have a business day d...
by manu0521
Tue May 25, 2021 1:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Tm1 Rules and Feeders
Replies: 2
Views: 3966

Re: Tm1 Rules and Feeders

Thanks a lot Adam for taking time to give some references and for being so supportive. I will look in to them one by one and start practising. Yes the members on this forum has been very supportive and i wanted to do some homework before getting to them in case of any issues.