Search found 18 matches

by bogdan
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

MDX query in the subset

Hello, As in the TI paste the MDX query in the subset, which is used in the view?
Thanks.
by bogdan
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.
by bogdan
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.
by bogdan
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
by bogdan
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
by bogdan
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...
by bogdan
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...
by bogdan
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...
by bogdan
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+']'), [...
by bogdan
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...
by bogdan
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
by bogdan
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?
by bogdan
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

Image

How do I remove the select child elements ?
by bogdan
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)}
Filters for level 1, but an opportunity to expand the child elements. And what would need cannot be displayed.
by bogdan
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
by bogdan
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
by bogdan
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
by bogdan
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