Search found 7 matches

by rameez
Tue Feb 15, 2022 6:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX subset based on element from alternate hierarchy
Replies: 3
Views: 2337

MDX subset based on element from alternate hierarchy

Hi, I am trying to achieve functionality in PAW view where I have a dimension with default hierarchy and a selector dropdown from the same dimension but different hierarchy. I want to make the view dynamic in a way that when a user makes a selection in the drop down, the view displays only those mem...
by rameez
Thu Feb 25, 2021 6:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Zero Supression and C-level Rule 0 value
Replies: 6
Views: 4415

Re: Zero Supression and C-level Rule 0 value

Trace Calculation shows 0.
I tested it out by slicing it to excel and divided a value by the exception to prove it to myself that it is indeed a zero as I got #DIV/0!
by rameez
Thu Feb 25, 2021 5:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Zero Supression and C-level Rule 0 value
Replies: 6
Views: 4415

Re: Zero Supression and C-level Rule 0 value

Hello Tomok,
I was showing it expanded for clarity.
When the Period dimension is collapsed to only show Consolidation. It is not suppressing the exception column.

See collapsed screenshot.
by rameez
Thu Feb 25, 2021 3:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Zero Supression and C-level Rule 0 value
Replies: 6
Views: 4415

Zero Supression and C-level Rule 0 value

Hi, I have a rule that applies to both N and C levels. There are instances where the value of Consolidation might be zero, but the N level might have values. The issue is when zero suppression is on while only looking at C level zero values are not suppressed. SKIPCHECK; ['Exception']= ['Value'] * [...
by rameez
Wed May 25, 2016 5:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Active form MDX Order
Replies: 8
Views: 9784

Re: Active form MDX Order

Thanks,
Not the most elegant solution but it works. I was hoping to achieve this without the need of an extra element.
by rameez
Fri May 20, 2016 8:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Active form MDX Order
Replies: 8
Views: 9784

Re: Active form MDX Order

Thanks,
That is exactly what i thought would work. But the outer order resorts the data based on the values in Amount column, breaking the inner ordered set. :?
by rameez
Wed May 18, 2016 8:49 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Active form MDX Order
Replies: 8
Views: 9784

Active form MDX Order

Hi, I have an active form with a requirement to sort on multiple levels like in excel (sort by col1 then by col2). The active form needs to be sorted by the value in the cube based on selected parameters (SUBNM). In the rows i have territory dimension at the level zero. in the columns are Amount &am...