Search found 230 matches

by burnstripe
Wed Aug 13, 2025 1:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Slow Performance
Replies: 1
Views: 15697

Re: Slow Performance

My first guess would be a slow network (high ping) to the server. Using the newer Excel addin pafe would improve performance if this is the case
by burnstripe
Thu Aug 07, 2025 3:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Users unable to direct enter into a form
Replies: 5
Views: 210420

Re: Users unable to direct enter into a form

Don't know if this setting applies to admins or not and whether it would fit what about the "Allow Write Back from tm1web" setting per the screenshot attached. It might be set to disallow
by burnstripe
Fri Aug 01, 2025 8:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic report with multiple DBRW's per cell
Replies: 8
Views: 190262

Re: Dynamic report with multiple DBRW's per cell

Try changing from dbrw to dbr just for the components that make the header
by burnstripe
Mon Jun 02, 2025 9:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: install PAW in windows server 2019
Replies: 5
Views: 10069

Re: install PAW in windows server 2019

The sizing for the virtual machine is too small and the containers are likely stopping due to insufficient resources. Just running the paw component on its own will require 12-16 GB memory about 70/80 GB of storage on windows. That's before accounting for tm1web or the tm1 server component. At a pus...
by burnstripe
Tue Apr 22, 2025 8:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Regular PAW Restart?
Replies: 2
Views: 16523

Re: Regular PAW Restart?

I take by your suggestion, the clients that have been witnessing this problem stopping the containers and then restarting the them resolves it for this clients. You could look to do a schedule a weekly restart but that may not necessarily help. When you are getting "PAW is unavailable..." ...
by burnstripe
Wed Apr 09, 2025 9:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: }dimensionsecurity cube Created
Replies: 4
Views: 4873

Re: }dimensionsecurity cube Created

}dimensionsecurity can be created with PAW or Architect (by an admin user) by right clicking on dimensions and setting security. In PAW the user gets a notification if the cube doesn't exist checking if the user wants to proceed before creating the cube. (without looking) i don't think this check oc...
by burnstripe
Wed Feb 26, 2025 7:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help on Creating a new landscape
Replies: 7
Views: 15604

Re: Help on Creating a new landscape

Both PAW and PASS have endpoints for users to access through. Strictly speaking it doesn't matter how you choose to split out these components over which servers but if you want external users to be able to connect those endpoints will need to be exposed to the web meaning firewalls opened, SSL impl...
by burnstripe
Tue Feb 25, 2025 8:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IBM Planning analytics
Replies: 1
Views: 4730

Re: IBM Planning analytics

Planning analytics is not yet supported on windows server 2025. Windows server 2022 is the latest supported version. This is confirmed via IBM compatability report, link below: https://www.ibm.com/software/reports/compatibility/clarity-reports/report/html/osForProduct?deliverableId=8A5A88BAC7844AAE9...
by burnstripe
Mon Feb 10, 2025 4:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to selectively add PAW applications
Replies: 2
Views: 6890

Re: How to selectively add PAW applications

All databases running under a single installation of planning analytics can only run on the same version. Your options are: 1) Have multiple installs of Planning Analytics, one on 2.0.9 and one on 2.1 and migrate one at a time. 2) Upgrade Planning Analytics to the latest version of 2.0.9 for PA, PAW...
by burnstripe
Tue Jan 28, 2025 11:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Does PAfE fully support alternative hierarchies?
Replies: 3
Views: 7550

Re: Does PAfE fully support alternative hierarchies?

Yes, depending on the report type used. Universal Reports - Fully support Quick Reports - Fully support Exploration - Fully support Custom Report - Limited support with use of TM1Set Dynamic Report - Limited support with use of TM1Set The universal reports can be designed to replace dynamic and cust...
by burnstripe
Fri Dec 13, 2024 3:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX to get all elements of a ParamCube
Replies: 5
Views: 7059

Re: MDX to get all elements of a ParamCube

I'll also add, the original query won't work as I'm guessing you are trying to run this in the subset editor for the dimension }kw_n_von In that scenario the currentmember statement will only work on that dimension, it won't work on [}Numbers].Currentmember because it's not in context You'd have to ...
by burnstripe
Tue Dec 03, 2024 7:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Subsetdefinition don't accept foreign Dimension
Replies: 7
Views: 4166

Re: Subsetdefinition don't accept foreign Dimension

Have you tried this FILTER ( { TM1SUBSETALL( [KW] )}, [}FILTER_KW].( StrToMember( "[}KW_N].["+ [KW].CurrentMember.Name +"]"), StrToMember( "[}KW_N_Von].["+ [}TM1Config_UserSelection].( StrToMember( "[}Clients].["+USERNAME+"]"), [}TM1Config_UserSelect...
by burnstripe
Mon Dec 02, 2024 9:44 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX in one dimension based on the subset of another dimension
Replies: 6
Views: 6330

Re: MDX in one dimension based on the subset of another dimension

Yes it's possible, you could use the Generate function to do this. I'm not at a pc today but if noone comes back I can post an example tomorrow
by burnstripe
Wed Nov 27, 2024 6:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DefineCalc on which version and apps available?
Replies: 8
Views: 8059

Re: DefineCalc on which version and apps available?

With perspectives your options are likely to be: - Use the rollup button in the subset editor... Select 2 or more elements and click rollup they'll be a temporary consolidation created. - Use subsets... Subsets can be used in DBRW, DBR statements in place of an element name to return the total sum o...
by burnstripe
Thu Nov 21, 2024 10:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unsuppress Zero is not working in TI Process.
Replies: 3
Views: 5568

Re: Unsuppress Zero is not working in TI Process.

Try this instead

Code: Select all

ViewExtractSkipZeroesSet(Source Cube, SourceCubeView, 0 );
by burnstripe
Wed Nov 20, 2024 7:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX for retrieving cube value in SubsetToSet
Replies: 5
Views: 3040

Re: MDX for retrieving cube value in SubsetToSet

I think that you can remove "" + and + "" unless Burnstripe is sure they are needed ? They were needed for passing the subset name within the tm1subsettoset With the "" it returns as this and works TM1SubsetToSet ([Location].[Location] , "my subset" , "p...
by burnstripe
Tue Nov 19, 2024 9:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX for retrieving cube value in SubsetToSet
Replies: 5
Views: 3040

Re: MDX for retrieving cube value in SubsetToSet

Try this:

Code: Select all

TM1SubsetToSet (
	[Location].[Location] 
	, "" + [User Settings].(StrToMember( "[}Clients].[" + UserName + "]"), [User Settings].[Location_Subset_Name]) + "" 
	, "public")
by burnstripe
Tue Oct 22, 2024 9:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Exporting WebSheets( to pdf or Excel snapshot) via TI
Replies: 2
Views: 3908

Re: Exporting WebSheets( to pdf or Excel snapshot) via TI

Right now there is no function to achieve this natively. Bursting however is on ibm's road map for Q2 2025 https://bigblue.aha.io/published/30f7b700d5eb7d18cfdd19c793f4a10d?page=4 "Workspace book burst includes data export | Workspace book bursts can be configured to include both PDFs of tabs i...
by burnstripe
Thu Oct 10, 2024 9:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Get childs of all parent elements from existing subset via mdx
Replies: 6
Views: 10378

Re: Get childs of all parent elements from existing subset via mdx

Below is an example. I have a period dimension with a hierarchy financial year which has periods rolling into a year. Multiple years (consolidations) are listed in a public subset called "Years". The code below returns the children of each of those years listed in the subset DISTINCT( GENE...