Search found 39 matches

by M1ndbender
Thu Oct 16, 2025 4:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX for current and previous month
Replies: 5
Views: 75144

Re: MDX for current and previous month

That seems to have worked perfectly. Thank you so much for your help.
by M1ndbender
Thu Oct 16, 2025 3:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX for current and previous month
Replies: 5
Views: 75144

MDX for current and previous month

Hi All, I have a period dimension that is by day. days roll up to months, months to quarters and quarters to years. I am trying to create dynamic mdx that will return the current month and previous month This works to return the current month FILTER(TM1SUBSETALL([report_HDD_fiscalPeriodByDay]) , [re...
by M1ndbender
Tue Sep 23, 2025 11:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Setting MTQ value using a TI Process
Replies: 7
Views: 99448

Re: Setting MTQ value using a TI Process

That functionality may no longer work as it will not allow me to save the process
by M1ndbender
Thu Sep 18, 2025 6:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Setting MTQ value using a TI Process
Replies: 7
Views: 99448

Re: Setting MTQ value using a TI Process

They are processes that touch all dimensions. When we run then as part of our normal loads they do not cause issues because we can run then serial but if someone runs them adhoc or now they need to run them manually more often we are seeing the instance hang and have to be restarted which causes dat...
by M1ndbender
Wed Sep 17, 2025 12:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Setting MTQ value using a TI Process
Replies: 7
Views: 99448

Re: Setting MTQ value using a TI Process

Thank you for the reply. It is definately not the number of threads but the interactions between processes that share some dimensions.

I am looking into the Synchronization of processes functionality now.
by M1ndbender
Tue Sep 16, 2025 6:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Setting MTQ value using a TI Process
Replies: 7
Views: 99448

Setting MTQ value using a TI Process

Hi there, Does anyone know if it is possible to set the MTQ parameter to 1 at the beginning of a process and then to 45 at the end. We running normally at 45 bit there are a few processes who cause issues if other processes run at the same time. Just trying to avoid having to set MTQ manually each t...
by M1ndbender
Tue Sep 16, 2025 6:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Users unable to direct enter into a form
Replies: 7
Views: 294357

Re: Users unable to direct enter into a form

It was cell security after all. We have a high level dimension product that then has sub dimensions like budget_product etc. It was the lowest level dimension that had the cell security on it.

Thank you for all the help
by M1ndbender
Thu Aug 07, 2025 11:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Users unable to direct enter into a form
Replies: 7
Views: 294357

Re: Users unable to direct enter into a form

Thank you for the responses. I will keep digging
by M1ndbender
Wed Aug 06, 2025 7:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Users unable to direct enter into a form
Replies: 7
Views: 294357

Users unable to direct enter into a form

Hi All, I have a form that I can enter into as Admin, but users cannot. I have looked to ensure the users are in the proper write group, there is proper cube security, there is no dimension or element security on any of the dimensions or measures, there is no locks or holds, and the users are not se...
by M1ndbender
Tue Feb 11, 2025 4:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to identify overfeeding
Replies: 6
Views: 23750

Re: How to identify overfeeding

mostly cube size. We are running into issues with the server getting too close to its limit and I thought one thing I could look at was cube sizes.
by M1ndbender
Mon Jan 20, 2025 5:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to identify overfeeding
Replies: 6
Views: 23750

Re: How to identify overfeeding

Thanks for the advice. I have tried the steps on a few of those links and always got a zero or no overfeeding back (which cant be true)

I will try the other listed in that link and see how it goes

Thanks again
by M1ndbender
Thu Jan 16, 2025 7:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to identify overfeeding
Replies: 6
Views: 23750

How to identify overfeeding

Good day all, I have tried the shadow cube technique from CubeWise to identify overfeeding and either it is not working or I am not overfeeding (which I find hard to believe) Does anyone have any other tips/tricks to identify overfeeding. I am basically looking to reduce feeder file sizes to decreas...
by M1ndbender
Mon Jun 24, 2024 5:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: PAW Book Sorting Columns and attributes
Replies: 0
Views: 30378

PAW Book Sorting Columns and attributes

Hi there, I am just wondering if it is possible to sort columns and attributes together or if the attributes are stuck having to stay after the dimension they relate to example currently looks like asset assetattrib1 assetattrib2 product trying to get to something like asset assetattrib1 product ass...
by M1ndbender
Tue Apr 30, 2024 3:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: using cellput to put the same value in 2 element values
Replies: 3
Views: 3434

Re: using cellput to put the same value in 2 element values

Thank you. I did not try putting 2 cellputs under the if. I had tried a second if with the same criteria that did not work.

This appears to be working now
Thank you for the help
by M1ndbender
Tue Apr 30, 2024 3:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: using cellput to put the same value in 2 element values
Replies: 3
Views: 3434

using cellput to put the same value in 2 element values

I have a cell put on the data tab of a process. What i need is the Rate Value to be put against 2 elements. Where it says if SourceNum @= 1 I want to put that Rate into values of 1 and 3 in the Price Rate dimension Everything I have tried has not worked and google has been no help. Is this possible?...
by M1ndbender
Wed Jan 31, 2024 1:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Can you use ConsolidatedCountUnique with criteria
Replies: 2
Views: 1721

Can you use ConsolidatedCountUnique with criteria

I am wondering if you can use ConsolidatedCountUnique with a "where" type clause in a TM1 rule. I am trying to customize the way the consolidation work. As you see in the attachment, at the level location everything is rolling up as I would like. If the location had volume for a day in the...
by M1ndbender
Thu Dec 14, 2023 7:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process to increment value in a cell
Replies: 2
Views: 7652

TI Process to increment value in a cell

I am building a TI process that looks for value at all the records at an intersection and increments another intersection by this value but I am not sure if I need to define a source and target view or if I can just do a calculation and if so how. Source intersection Cube - Sales Period Dimension = ...
by M1ndbender
Thu Jun 29, 2023 6:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Limiting drop down values by user using MDX
Replies: 2
Views: 2784

Limiting drop down values by user using MDX

I am wondering if it is possible and if so how you could use MDX to limit the values returned in a drop down by the user logged in. User opens a TM1Web data entry form and has to enter data for 4 companies they are responsible for. Currently when they select the drop down they see all the companies ...
by M1ndbender
Thu Jun 29, 2023 6:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run 2 processes with the same parameter
Replies: 1
Views: 1565

Run 2 processes with the same parameter

I have 2 processes, the first has a parameter on it to enter a single value, the other has no parameters on it at all. I want to create a master process that uses ExecuteProcess to run both processes. When it runs the first process in the list it would prompt them for the parameter, then the second ...
by M1ndbender
Fri Feb 10, 2023 5:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using TI process to parse data from a text file
Replies: 4
Views: 4260

Re: Using TI process to parse data from a text file

Thank you for the reply. I have a ticket open with our ETL team to look at this but they are notorioulsy slow and I am trying to deply something soon.

Do you have an example of parsing the file in VB?