Search found 117 matches
- Fri Apr 11, 2025 12:18 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: VBA Code for PAFE
- Replies: 5
- Views: 6885
Re: VBA Code for PAFE
Hi gtonkin, As mentioned previously, I use IBM with an excel addin so I don't have access to Cognos Automation because this is provided through Microsoft I believe. So the link doesnt really help me. A bit of history might be useful. Back in 2007 (I think), Cognos acquired Applix who owned TM1. TM1...
- Fri Dec 20, 2024 2:10 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Zero out with DBS on consolidated element
- Replies: 7
- Views: 10232
Re: Zero out with DBS on consolidated element
Try TM1VAL with the parameter to clear
- Thu Oct 17, 2024 1:36 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Does the introduction of a rule to an area ever remove any existing data in that area?
- Replies: 3
- Views: 6090
Re: Does the introduction of a rule to an area ever remove any existing data in that area?
There is a tm1s.cfg setting that controls this exact behavior. RulesOverwriteCellsOnLoad https://www.ibm.com/docs/en/planning-analytics/2.0.0?topic=SSD29G_2.0.0/com.ibm.swg.ba.cognos.tm1_cloud_mg.2.0.0.doc/c_rulesoverwritecellsonload.htm Thanks, I wasn't aware of this one. I was sure that in previo...
- Wed Oct 16, 2024 11:59 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Does the introduction of a rule to an area ever remove any existing data in that area?
- Replies: 3
- Views: 6090
Does the introduction of a rule to an area ever remove any existing data in that area?
Well there's more to it than the title. We are using 2.0.19. For our depreciation model we have been loading forecast depreciation from an external system. We recently changed that to TM1 calculating the forecast. Before deploying the rules I did not clear all of the existing forecast data. These ru...
- Fri Sep 20, 2024 12:39 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Scan of rules not returning what I am expecting
- Replies: 8
- Views: 9764
Re: Scan of rules not returning what I am expecting
? Too cryptic for me.
- Tue Sep 17, 2024 4:50 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Scan of rules not returning what I am expecting
- Replies: 8
- Views: 9764
- Mon Sep 16, 2024 11:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Scan of rules not returning what I am expecting
- Replies: 8
- Views: 9764
Scan of rules not returning what I am expecting
This should be a simple one. The following is not returning a positive number. I am being blind to something? sExisting_Rule = CubeRuleGet('INP Capital Planning'); nTargetCommaPosition = scan(sExisting_Rule,char(39)) ; asciioutput('Test_Scan_Rule_File.csv',numbertostring(nTargetCommaPosition) ); nTa...
- Thu Sep 12, 2024 2:12 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Excel Macro - save as values and email
- Replies: 2
- Views: 5079
Re: Excel Macro - save as values and email
Maybe use one of the tools from IBM Partners who have put this into their Excel add-in's while IBM has failed to do so.
- Tue Jul 16, 2024 3:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Ability to assign 'selector' widget element as a variable to MDX view in PAW
- Replies: 3
- Views: 3360
Re: Ability to assign 'selector' widget element as a variable to MDX view in PAW
Very recent addition to PAW https://www.ibm.com/docs/en/planning-analytics/2.0.0?topic=2095-new-synchronization-settings-allow-customized-display-hierarchies So this supports the base cases and is much better than before (ie: nothing). What it doesn't allow is the setting of custom MDX in the target...
- Mon Jul 08, 2024 3:11 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAfE - Copy and paste-as values
- Replies: 1
- Views: 2009
- Mon Jul 08, 2024 2:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: PAfE - Copy and paste-as values
- Replies: 1
- Views: 2009
PAfE - Copy and paste-as values
Expanding on the title. We have been using 2.0.93 for a few months. If I have a range of DBRW's then copy that range, then paste-as values directly on top of that range what should I expect to see? What is happening is that the DBRW's remain. A couple of our users are adamant that it used to past va...
- Fri Jun 21, 2024 12:41 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Use of + in Element names
- Replies: 1
- Views: 1674
Use of + in Element names
I know that the use of + as the first character of an Element name is not recommended/supported as per the following from IBM. "Element names and MDX expressions Do not use + or - as the first character of an element name. Although only the first element in a subset when slicing to active form ...
- Mon Jun 17, 2024 5:09 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Navision forecast depreciation > TM1
- Replies: 0
- Views: 7769
Navision forecast depreciation > TM1
As the title says I need to get forecast depreciation from Navision to TM1. I have no expertise in Navision beyond querying some tables but there is a report that generates forecast depreciation. I have been provided with 2 C/AL code units pertaining to depreciation and I am thinking that these may ...
- Mon Jun 10, 2024 1:44 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Install PA2.1.0 Questions
- Replies: 3
- Views: 5180
Re: Install PA2.1.0 Questions
Perhaps the IBM Community https://community.ibm.com/community/user/businessanalytics/discussion/migrating-from-rich-tier-usage-to-modern-planning-analytics-on-cloud-webinar?ReturnUrl=%2fcommunity%2fuser%2fbusinessanalytics%2fcommunities%2fcommunity-home%2fdigestviewer%3fcommunitykey%3d8fde0600-e22b-...
- Mon May 27, 2024 4:07 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX - Filtering members against multiple string values in a reference cube
- Replies: 5
- Views: 9612
Re: MDX - Filtering members against multiple string values in a reference cube
Wim Gielis wrote: ↑Sat May 25, 2024 5:43 pm Therefore, let's add in ";" in front of and after the search string (the cube value):
Even better.
Thanks Wim
- Sat May 25, 2024 7:35 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX - Filtering members against multiple string values in a reference cube
- Replies: 5
- Views: 9612
Re: MDX - Filtering members against multiple string values in a reference cube
Hi John, You could do this using the Generate() function by using the 3rd parameter to concatenate the members into a string. Once we have a string we can then use INSTR() to test if the member's attribute/lookup value matches to something in the string and keep if it does. Thanks George That was a...
- Fri May 24, 2024 9:31 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: ODBC Connections and locked / stalled threads
- Replies: 3
- Views: 8046
Re: ODBC Connections and locked / stalled threads
The only way to clear the thread is to restart the DB. It doesn't respond in Top / Admin console. I had this a couple of years back with an Oracle source. I worked with IBM support. It was not respecting the config timeout setting. Killing the odbcproxy exe will prevent restaring the tm1 service.
- Wed May 22, 2024 11:30 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX - Filtering members against multiple string values in a reference cube
- Replies: 5
- Views: 9612
MDX - Filtering members against multiple string values in a reference cube
I have a cube with 2 dimensions, very similar to an attribute cube. First dimension is our Asset dimension, the second is a set of measures, one of which is the Profit Centre that the asset is associated with. This is updated by the users via a picklist. And yes this could then be represented as a t...
- Tue May 21, 2024 10:08 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: unable to use advanced rule editor after PA 2.0.7
- Replies: 4
- Views: 4844
Re: unable to use advanced rule editor after PA 2.0.7
I have installed PA 2.0.9.19, and found that only basic rule editor can be run in architect. i tried to set 'AdvancedRulesEditor' in tm1p.ini, however it doesn't work as expected, and IBM online document mentioned that advanced rule editor was deperciated since PA 2.0.7. Is there any workaround to ...
- Tue May 21, 2024 12:44 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Is it possible to open a PAW report in PAX?
- Replies: 6
- Views: 9799
Re: Is it possible to open a PAW report in PAX?
Hi, Can someone let us know if PAW reports can be opened in PAX? I know we can open PAX reports published to PAW and can be opened. Thanks, Paul. You may mean opening PAW "views" in PAfE. A PAW view being something that contains more than a MDX statement. One or more PAW views can reside ...