Search found 26 matches

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: 888

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: 888

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: 428

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: 2828

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: 1463

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: 570

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: 1710

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?
by M1ndbender
Thu Feb 09, 2023 4:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using TI process to parse data from a text file
Replies: 4
Views: 1710

Using TI process to parse data from a text file

Hello, I am totally new to this and was wondering if I could be pointed in the right direction to learn more about parsing a text file to another file in a proper format. The data comes in like this and I am trying to do things like get the values between the **, capture the date, and all other data...
by M1ndbender
Tue Sep 20, 2022 3:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Wildcard text searches in a TI process
Replies: 5
Views: 1457

Re: Wildcard text searches in a TI process

Some more details as I have gotten farther. In the Data Source Query of my TI process I have the following section that returns properly in the Preview CASE WHEN upper(A.TOWN) like '%HALIFAX%NS%' or upper(A.TOWN) like '%BEDFORD%NS%' or upper(A.TOWN) like '%DARTMOUTH%NS%' then 'Y' ELSE 'N'END AS NS_M...
by M1ndbender
Mon Sep 19, 2022 3:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Wildcard text searches in a TI process
Replies: 5
Views: 1457

Wildcard text searches in a TI process

Hi gurus,
Is there a way to do wildcard search in a TI process?

If (element like Rad*)

Any help as always is appreciated
by M1ndbender
Wed Jul 20, 2022 2:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX for All fiscal periods up to and including last month
Replies: 9
Views: 2799

Re: MDX for All fiscal periods up to and including last month

I was also trying something like this but can't get the second half to default to previous month...always says invalid mdx statement [fixed_asset_fiscalPeriod].[fixed_asset_fiscalPeriod].[2011.12] : FILTER(TM1SUBSETALL([fixed_asset_fiscalPeriod]) , [fixed_asset_fiscalPeriod].[NextPeriod] = [CONTROL]...
by M1ndbender
Wed Jul 20, 2022 2:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX for All fiscal periods up to and including last month
Replies: 9
Views: 2799

Re: MDX for All fiscal periods up to and including last month

Thank you for the help. When I try that updated with the actual dimension name and date format, I get everything from Dec-11 to Mar-27 returned by the mdx. Did I mess it up somehow? {{SUBSET(TM1FILTERBYLEVEL( {TM1SUBSETALL( [fixed_asset_fiscalPeriod] )}, 0),0,VAL([fixed_asset_fiscalPeriod].[JUL-22]....
by M1ndbender
Tue Jul 19, 2022 4:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX for All fiscal periods up to and including last month
Replies: 9
Views: 2799

MDX for All fiscal periods up to and including last month

Hello everyone, We have a zero level fiscal period dimension that shows dates in the following format JUL-22. These dates go all the way out to 2027. I am trying to write an MDX subset that will return all data for all periods prior to current month. If I ran it is July-22 I would like all fiscal pe...
by M1ndbender
Fri Apr 29, 2022 11:56 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: String measure value to consolidation level
Replies: 8
Views: 1584

Re: String measure value to consolidation level

The data is in Cognos Analytics coming is in data module from a TM1 cube. The report is just displaying data results, there is no user input.

I will look at our data load processes and see what is there
by M1ndbender
Thu Apr 28, 2022 6:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: String measure value to consolidation level
Replies: 8
Views: 1584

Re: String measure value to consolidation level

Could you point me in the direction of some steps or something to google on for this. I am new and my searches are returning nothing useful
Thanks
by M1ndbender
Thu Apr 28, 2022 4:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: String measure value to consolidation level
Replies: 8
Views: 1584

String measure value to consolidation level

Hello, I am wondering if it is possible/how to copy the string measure value from the leaf level to the consolidation level. I have a date string that shows on the report at the leaf level but not at the consolidated levels of the same report. I am trying to see if it is possible and how to copy the...
by M1ndbender
Fri Dec 10, 2021 3:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clearing a drop down selection made using subnm
Replies: 5
Views: 20759

Re: Clearing a drop down selection made using subnm

Thank you so much. I will give this a try
by M1ndbender
Thu Dec 09, 2021 6:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clearing a drop down selection made using subnm
Replies: 5
Views: 20759

Re: Clearing a drop down selection made using subnm

This sounds like a good idea but I am a bit lost. So each subnm would have a checkbox and that check box would contain logic to see if it is in use? - not sure how to do this and then the could unselect the checkbox and rebuild the sheet - would there need to be anything needed in the checkbocx logi...
by M1ndbender
Mon Dec 06, 2021 5:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clearing a drop down selection made using subnm
Replies: 5
Views: 20759

Clearing a drop down selection made using subnm

I have basically a set of columns in PAX with the ability for the user to filter from a drop down generated by a subnm pointing to a subset. The issue I have is there is no way to clear out the selections the user made if they want to remove a filter. Is there a way to do this through a button using...