Search found 21 matches

by Karthik1710
Thu Sep 22, 2016 7:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Union + Sort in MDX
Replies: 2
Views: 8478

Re: Union + Sort in MDX

ardi wrote:Try this:

Code: Select all

{TM1SORT( UNION(
{TM1FILTERBYLEVEL( {TM1SUBSETALL( [Transaction ID] )}, 0)},
{TM1FILTERBYLEVEL( {TM1SUBSETALL( [Transaction ID] )}, 0)},ALL
) , ASC)}
Worked. Thanks a lot
by Karthik1710
Thu Sep 22, 2016 6:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Union + Sort in MDX
Replies: 2
Views: 8478

Union + Sort in MDX

I have a requirement where each element of my MDX subset is supposed to appear twice to be used on an Active Form(Basically duplicate all elements). Easiest way I could think of was to do an UNION ALL with the same MDX query. So I wrote the following MDX: UNION( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Tr...
by Karthik1710
Thu Aug 18, 2016 8:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule file on }ElementAttribute cubes
Replies: 7
Views: 6089

Re: Rule file on }ElementAttribute cubes

declanr wrote:
PavoGa wrote:
  • using = N: notation
    converting the value to be stored to a string
    ['Director_Subset_Flag'] = 99;
    ['Director_Subset_Flag'] = N:99;
Try:

Code: Select all

['Director_Subset_Flag']=S: '99';
This worked. Thanks. Really odd though.. Drove me crazy initially :D
by Karthik1710
Tue Aug 16, 2016 5:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Bring data from one cube to another when they have different dimension structure
Replies: 19
Views: 14037

Re: Bring data from one cube to another when they have different dimension structure

ViRa,

I have 2 questions:
1. So a vendor can choose more than one Model, Risk type for each account?
2. What exactly are you doing in Cube A before ASCIIOUTPUT. Are there some rules which cannot be applied directly on Cube B?
by Karthik1710
Thu Aug 11, 2016 6:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error while saving Activating existing chore
Replies: 1
Views: 2079

Re: Error while saving Activating existing chore

When I tried creating new chores one for each process separately, they works fine. Also, I created one more new chore and added two process in same order and saved with same parameter as original chore. To my surprise, new chore got saved and activated and still old chore is giving same error after...
by Karthik1710
Thu Aug 11, 2016 5:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos TM1 10.2.2 Performance Modeller Buffring in Mouse clicking and Navigation
Replies: 2
Views: 2830

Re: Cognos TM1 10.2.2 Performance Modeller Buffring in Mouse clicking and Navigation

Have you tried turning the PersistantFeeders back on? to verify whether that was the actual cause.

Also, when you say buffering I assume its just kinda 'stuck' with a loading animation. Have you tried leaving it alone for sometime. See if that generates any specific Error code?
by Karthik1710
Thu Jun 30, 2016 9:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Long Start Up time after a crash
Replies: 4
Views: 4540

Re: Long Start Up time after a crash

Would be nice to see the last updated lines of your message log. Where exactly are they 'stuck'?
by Karthik1710
Thu Jun 30, 2016 9:09 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ExecuteCommand() argument working from cmd but not TM1
Replies: 5
Views: 10619

Re: ExecuteCommand() argument working from cmd but not TM1

Most of the time these kinds of issues are due to presence of Space in a filepath and any improper usage of double quotes. Can you post the output you got from ASCIIOUTPUT? One more thing you can try is.. probably see if you can print the arguments from the vb script to check if they are received co...
by Karthik1710
Wed Apr 20, 2016 5:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: linking cubes
Replies: 4
Views: 3787

Re: linking cubes

As mentioned above, please go through Developer guides or IBM training. You could learn writing code for your scenario by going through this specific topic here: http://www.ibm.com/support/knowledgecenter/SS9RXT_9.5.0/com.ibm.swg.im.cognos.tm1_rul.9.5.2.doc/tm1_rul_id2473ExchangeRateCalculationUsing...
by Karthik1710
Wed Apr 20, 2016 5:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Tm1 10.2 Active Form - Filter MDX Issue
Replies: 6
Views: 5010

Re: Tm1 10.2 Active Form - Filter MDX Issue

HI Gtonkin, Thanks for replying.. I've tried your recommendation and it still doesn't work.. I've also created another web sheet from scratch and it doesn't work.. Just to complicate the issue, I have replicated the multiple filters on another instance based on a different cube and it works.... :| ...
by Karthik1710
Tue Apr 12, 2016 5:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Windows 10 - Anyone Taken The Plunge Yet?
Replies: 9
Views: 8740

Re: Windows 10 - Anyone Taken The Plunge Yet?

Hello, We have been running Windows 10, using MS Edge, for some weeks now and TM1 Web 10.2.2 FP3 is working faster than ever before. Only one issue we have encountered with MS Edge yet, TM1 does not allow to paste things in our out from the Edge browser. Pop up sazs: "Copying to clipboard is c...
by Karthik1710
Fri Apr 08, 2016 6:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CellGetS from Cube B and AsciiOutput it in Cube A is not working
Replies: 18
Views: 11777

Re: CellGetS from Cube B and AsciiOutput it in Cube A is not working

That sounds like a good solution. Thanks for sharing. However, the users are expecting a fancy yet simple interface with couple of check boxes to make their selections. Hence, the front-end piece came into picture. Anyway, in my case multiple users could be making their choices at a time. Wouldn't ...
by Karthik1710
Fri Apr 08, 2016 5:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ViewExtractSkipRuleValuesSet
Replies: 21
Views: 15317

Re: ViewExtractSkipRuleValuesSet

Curious. I just tested it out. Had a test cube created with 2 dimensions (Dummy_Acct, Dummy_Amount). First entered an amount of 25000 for all accounts. Through a rule, assigned 500 to one specific account. Using a TI, I took the cube as source and used below: ViewExtractSkipCalcsSet ViewExtractSkipR...
by Karthik1710
Fri Apr 08, 2016 1:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CellGetS from Cube B and AsciiOutput it in Cube A is not working
Replies: 18
Views: 11777

Re: CellGetS from Cube B and AsciiOutput it in Cube A is not working

Karthik, From a front-end application, the users will choose the Account, Model, Type and Time for which they need the details (Cube A is the detailed cube). These choices which will be stored in the back-end (SQL) will be used to update Cube B. Thus, Cube B now stores these choices (as measures) a...
by Karthik1710
Thu Apr 07, 2016 10:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CellGetS from Cube B and AsciiOutput it in Cube A is not working
Replies: 18
Views: 11777

Re: CellGetS from Cube B and AsciiOutput it in Cube A is not working

I am not sure if I understand your requirement completely. Cube B (cube stores the choices of Account, Model, Type and Time made by the users through a front-end). These details in Cube B(Account, Model, Type and Time) are stored as measures? What are the dimensions you have for this cube? In genera...
by Karthik1710
Fri May 29, 2015 6:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Turbo Integrator Preview Function
Replies: 8
Views: 7616

Re: Turbo Integrator Preview Function

Don't know you have to open all these TI's. You only have to open a TI (and thus get the preview screen) whenever you need to CHANGE the process and if you are changing the process you probably want to get the preview to make sure all your variables are accounted for properly. If you do not intend ...
by Karthik1710
Fri May 29, 2015 12:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Turbo Integrator Preview Function
Replies: 8
Views: 7616

Re: Turbo Integrator Preview Function

What about the "Use Unicode" setting in your TI process ? Is it enabled or disabled ? Also http://www.tm1forum.com/viewtopic.php?f=3&t=1668&p=8758 This might give you a pointers . Thank you, we do have some of those suggestions already implemented. I think its time I explain this ...
by Karthik1710
Thu May 28, 2015 10:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Creating a Cube View Slice
Replies: 4
Views: 5291

Re: Creating a Cube View Slice

Thank you for all the replies people. We didn't want to waste too much time with this. Here is what we did. It's not the perfect solution but the quickest way we could think of: Built a process to export the dimensions used in dropdowns into an excel file(Dropdowns.xls) and scheduled it for everyday...
by Karthik1710
Thu May 28, 2015 10:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Turbo Integrator Preview Function
Replies: 8
Views: 7616

Turbo Integrator Preview Function

Hello All, This might sound a bit weird. But is there a way for us to disable the 'Preview' being shown automatically while opening a TI process using ODBC? Reason? Long story short, we want to avoid database account lockups. So, we don't want TM1 to try to connect to a ODBC as soon as we open the p...
by Karthik1710
Tue May 12, 2015 3:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Creating a Cube View Slice
Replies: 4
Views: 5291

Creating a Cube View Slice

Hi Everyone, I am new here. Been working on TM1 for past few months. I can use some help.. We have a requirement where User has asked us to create a slice of a cube's view. Now, I know that sounds straight forward but the tricky part is that User wants to be able to retain the picklists that we have...