Hello, As in the TI paste the MDX query in the subset, which is used in the view?
Thanks.
Search found 18 matches
- Mon Dec 29, 2014 12:35 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX query in the subset
- Replies: 3
- Views: 2819
- Thu Dec 25, 2014 2:00 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to check for the presence of the element in the subset?
- Replies: 3
- Views: 4302
How to check for the presence of the element in the subset?
Hello, How to check for the presence of the element in the subset?
Thanks.
Thanks.
- Mon Nov 17, 2014 10:10 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: reorder dimensions string elements
- Replies: 2
- Views: 3410
reorder dimensions string elements
Hi,
When I do "reorder dimensions" last dimension contains string element, generates an error "Dimension Re-Order Failed". You do "reorder dimensions" last Dimension?
Thanks.
When I do "reorder dimensions" last dimension contains string element, generates an error "Dimension Re-Order Failed". You do "reorder dimensions" last Dimension?
Thanks.
- Fri Nov 14, 2014 11:00 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Fillter in Cube
- Replies: 7
- Views: 7249
Re: MDX Fillter in Cube
This is must reading for anyone first learning MDX....http://www.bihints.com/creating_dynamic_subsets_in_applix_tm1_with_mdx_a_primer Thanks Tomok,This is the updated MDX Primer link: http://www.pxbconsulting.com/downloads.html :) I read this book. there is no information how to accomplish my task
- Fri Nov 14, 2014 8:54 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX no filter in Dimension
- Replies: 3
- Views: 3842
Re: MDX no filter in Dimension
In my view one dimension is filtered based on a second. Okay triggered when the child dimension in view as row
- Thu Nov 13, 2014 2:28 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX no filter in Dimension
- Replies: 3
- Views: 3842
MDX no filter in Dimension
Hello. I have a MDX query which filters one dimension [CAPEX OPEX Accounts] for the selected dimension item [CAPEX-OPEX]. When the dimension [CAPEX OPEX Accounts] in View as ViewRowDimension, the filtering works, but when ViewTitleDimension the MDX does not work? Tell me how to solve the problem? {T...
- Thu Nov 13, 2014 9:56 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Fillter in Cube
- Replies: 7
- Views: 7249
Re: MDX Fillter in Cube
bogdan, To be able to use CurrentMember it has to have some context for that dimension; which either must be for that dimension you are filtering or via a query to another cube. The MDX you supplied is a dimensional MDX expression not an MDX query. You are also working with [Model] dimension so the...
- Wed Nov 12, 2014 3:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Fillter in Cube
- Replies: 7
- Views: 7249
Re: MDX Fillter in Cube
I have cube "Measures" with dimensions ("Model", "OPEX cost centers", 'Business', 'Measures' ... etc) and cube 'Сost centers mapping 4' ("Model", "OPEX cost centers", "!y22") And that I had to select dimension 'OPEX cost centers' in cube 'M...
- Wed Nov 12, 2014 12:01 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Fillter in Cube
- Replies: 7
- Views: 7249
MDX Fillter in Cube
Hello, I create an MDX query that filters by the value of the cube, a dimension which we asked, but why it does not work? This query does not return result {Filter ({TM1SUBSETALL( [Model] )}, [cost centers mapping 4].(STRTOMEMBER('[OPEX cost centers].['+[OPEX cost centers].CurrentMember.Name+']'), [...
- Thu Oct 30, 2014 10:55 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: RULE LINE ERROR [] = S:
- Replies: 6
- Views: 5815
RULE LINE ERROR [] = S:
Hello! I have a dimension in which both text and numeric elements. I need for all text to execute the rule which will be the first. [] = S: IF(!Version @<> 'New', CONTINUE, STET); But then writes the error in the trace on the consolidated elements "RULE LINE ERROR" Tell me how to solve the...
- Fri Oct 17, 2014 11:51 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: View Dimension Weight
- Replies: 5
- Views: 3829
Re: View Dimension Weight
I need to change the width dimension in the view
- Thu Oct 16, 2014 12:47 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Filter by level 1 and not level 0
- Replies: 9
- Views: 10077
Re: MDX Filter by level 1 and not level 0
And with the help of functions "HIERARCHIZE" or "EXPAND" it is impossible to exclude the child elements?
- Thu Oct 16, 2014 12:21 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Filter by level 1 and not level 0
- Replies: 9
- Views: 10077
Re: MDX Filter by level 1 and not level 0

How do I remove the select child elements ?
- Thu Oct 16, 2014 12:04 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Filter by level 1 and not level 0
- Replies: 9
- Views: 10077
Re: MDX Filter by level 1 and not level 0
Code: Select all
{TM1FILTERBYLEVEL( {TM1SUBSETALL( [Account] )}, 1)}
- Thu Oct 16, 2014 11:48 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Filter by level 1 and not level 0
- Replies: 9
- Views: 10077
Re: MDX Filter by level 1 and not level 0
What would I need to display only the elements of level 1 and it was not possible to choose the elements of level 0 .
I am having an dimension with the following structure
-aaa
| - a11
| - a12
| - a12
-bbb
| - b14
| - b21
I need what would happen
aaa
bbb
I am having an dimension with the following structure
-aaa
| - a11
| - a12
| - a12
-bbb
| - b14
| - b21
I need what would happen
aaa
bbb
- Thu Oct 16, 2014 11:40 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: View Dimension Weight
- Replies: 5
- Views: 3829
Re: View Dimension Weight
Architect
- Thu Oct 16, 2014 11:31 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: View Dimension Weight
- Replies: 5
- Views: 3829
View Dimension Weight
Hi, As in Turbo Integrator created a View and you can change the width dimension?
Many thanks
Many thanks
- Thu Oct 16, 2014 11:26 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX Filter by level 1 and not level 0
- Replies: 9
- Views: 10077
MDX Filter by level 1 and not level 0
Hi, this is an MDX for TM1 subset create question.
We want display level 1 and remove level 0 rom the subset.
Many thanks
We want display level 1 and remove level 0 rom the subset.
Many thanks