Search found 8 matches
- Wed May 08, 2019 7:58 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Ending Balance in Period Rollup
- Replies: 1
- Views: 2152
Ending Balance in Period Rollup
Hi, I have a requirement to show the Ending Balance in Quarters and Full Year instead of rollup. For eg; I upload ending balance for Apr-19 so the Q2-19 and FY-19 should show Apr-19 balances, next month when I load May-19 balances Q2-19 and FY-19 should show May-19 data instead of rollup. Please ref...
- Mon Jan 28, 2019 6:06 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Subset Element Insert
- Replies: 10
- Views: 8667
Re: Subset Element Insert
I have tried this as well before but got an error saying "Dimension element not found in dimension". I had to move the subsetElementInsert to the data tab coz of the error and it works only in the data tab. This is expected. You need to lean what happens on each tab of a TI process. In pa...
- Sun Jan 27, 2019 2:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Subset Element Insert
- Replies: 10
- Views: 8667
Re: Subset Element Insert
Hi wim, thanks for the code, I have tried this as well before but got an error saying "Dimension element not found in dimension". I had to move the subsetElementInsert to the data tab coz of the error and it works only in the data tab. I also created a empty subset in the prolog tab but wh...
- Sun Jan 27, 2019 1:44 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Subset Element Insert
- Replies: 10
- Views: 8667
Re: Subset Element Insert
Please find the code below; Prolog Tab; vDimName='RevGL'; vSubsetName='Temp'; If (DimensionExists(vDimName)=0); DimensionCreate(vDimName); Endif; If(SubsetExists(vDimName,vSubsetName)=1); SubsetDestroy(vDimName,vSubsetName); Endif; Metadata tab; vGL_Prod=GL; vDimName='RevGL'; IF(DIMIX(vDimName,vGL_P...
- Sun Jan 27, 2019 9:19 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Subset Element Insert
- Replies: 10
- Views: 8667
Re: Subset Element Insert
Hi David,
I tried that as well but still the same issue. I see that the ti process is only inserting the last record on the text file into the subset.
I tried that as well but still the same issue. I see that the ti process is only inserting the last record on the text file into the subset.
- Sun Jan 27, 2019 7:35 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Subset Element Insert
- Replies: 10
- Views: 8667
Subset Element Insert
Hi All, I am trying to update a dimension from txt file and create a subset which will have only the newly added elements of the dimension. I have used the following code; Metadata tab; sDimName='Rev_Cos_GL'; vGL_Prod=GL; IF(DIMIX(sDimName,vGL_Prod)=0); DimensionElementInsert(SDimName,'',vGL_Prod,'n...
- Sun Oct 21, 2018 9:28 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Applications Slow Performance
- Replies: 2
- Views: 3055
TM1 Applications Slow Performance
Hi, We are facing performance issues while accessing TM1 web applications. We are in PAL 2.0.1 and in distributed setup with Admin server and application server are installed in two different servers. It takes about 30 secs to open an application using both IE and Chrome in a distributed setup but b...
- Tue Aug 09, 2016 12:43 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI Process with Parameters in a Chore
- Replies: 12
- Views: 15512
Re: TI Process with Parameters in a Chore
Is it possible to insert multiple values for one parameter? Eg: 'Abc' , 'Def' for the same parameter.
