Zero Supression and C-level Rule 0 value

Post Reply
rameez
Posts: 7
Joined: Mon Sep 08, 2014 7:43 pm
OLAP Product: TM1
Version: 9.5 10.2 PA
Excel Version: 2010

Zero Supression and C-level Rule 0 value

Post by rameez »

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.

Code: Select all

SKIPCHECK;
['Exception']= ['Value'] * ['Factor'];
FEEDERS;
['Value'] => ['Exception'];
I will have more dimensions in the cube with various consolidations, so setting up the element weight to 0 is not going to work.
Any thoughts?

Thank you in advance
Attachments
cube.jpg
cube.jpg (11.8 KiB) Viewed 2877 times
--
TM1 9.5, 10.2, Planning Analytics
Excel 2010, 2013, 2016
tomok
MVP
Posts: 2831
Joined: Tue Feb 16, 2010 2:39 pm
OLAP Product: TM1, Palo
Version: Beginning of time thru 10.2
Excel Version: 2003-2007-2010-2013
Location: Atlanta, GA
Contact:

Re: Zero Supression and C-level Rule 0 value

Post by tomok »

I'm not sure what you are expecting here. The highlighted cell is not going to suppress from a column perspective because there are values for other rows in the same column and it's not going to suppress from a row perspective because there are values for other columns in the same row. That's how zero suppression works in TM1. Were you expecting something else?
Tom O'Kelley - Manager Finance Systems
American Tower
http://www.onlinecourtreservations.com/
rameez
Posts: 7
Joined: Mon Sep 08, 2014 7:43 pm
OLAP Product: TM1
Version: 9.5 10.2 PA
Excel Version: 2010

Re: Zero Supression and C-level Rule 0 value

Post by rameez »

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.
Attachments
cube.jpg
cube.jpg (17.13 KiB) Viewed 2853 times
--
TM1 9.5, 10.2, Planning Analytics
Excel 2010, 2013, 2016
Emixam
Posts: 139
Joined: Tue May 21, 2019 3:33 pm
OLAP Product: TM1
Version: PA 2.0.x
Excel Version: 2016
Location: The Internet

Re: Zero Supression and C-level Rule 0 value

Post by Emixam »

What is the format of that 'Exception' cell ? If you right click on the cell and select 'Trace Calculation...' what do you see ?
rameez
Posts: 7
Joined: Mon Sep 08, 2014 7:43 pm
OLAP Product: TM1
Version: 9.5 10.2 PA
Excel Version: 2010

Re: Zero Supression and C-level Rule 0 value

Post by rameez »

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!
--
TM1 9.5, 10.2, Planning Analytics
Excel 2010, 2013, 2016
Emixam
Posts: 139
Joined: Tue May 21, 2019 3:33 pm
OLAP Product: TM1
Version: PA 2.0.x
Excel Version: 2016
Location: The Internet

Re: Zero Supression and C-level Rule 0 value

Post by Emixam »

You still see the 0 on the consolidation element because you try to override a consolidation with rules. The zero-suppression will not make that intersection disappear because if there was no rules on C: level, the value would not be 0. I guess that's how TM1 works !
User avatar
Elessar
Community Contributor
Posts: 338
Joined: Mon Nov 21, 2011 12:33 pm
OLAP Product: PA 2
Version: 2.0.9
Excel Version: 2016
Contact:

Re: Zero Supression and C-level Rule 0 value

Post by Elessar »

Emixam wrote: Thu Feb 25, 2021 8:53 pm I guess that's how TM1 works !
Yes, exactly:
  1. Calculate consolidations
  2. Suppress zeroes
  3. Override consolidation value with C: formula
If you have at least one fed/input cell in consolidation's children, it will not be suppressed with zero suppression.
Best regards, Alexander Dvoynev

TM1 and Data Science blog: 6th article - PAfE + VBA: Commit each cell without pressing “Commit” button.
Post Reply