Hi All,
I have active form built with few tabs zero suppress ON (=1) OFF (=0)....
Issue i am facing is Zero suppress should be been hidden on the measures (accounts) when we use cognos tm1 print functionality generating PDF's - PDF show-up Zero- which we don't want. please advise.
Regards,
Ravi
Active form issue with zero suppress
- gtonkin
- MVP
- Posts: 1259
- Joined: Thu May 06, 2010 3:03 pm
- OLAP Product: TM1
- Version: Latest and greatest
- Excel Version: Office 365 64-bit
- Location: JHB, South Africa
- Contact:
Re: Active form issue with zero suppress
As the TM1 Print Report functionality runs off subsets, you want to have your subsets that drive the reporting excludes sites which are zero, rather than suppress zeroes on the Active Form. Use MDX to filter out unwanted elements.
-
- Posts: 138
- Joined: Mon Apr 26, 2010 12:39 pm
- OLAP Product: cognos
- Version: tm1 9.5
- Excel Version: 2007
Re: Active form issue with zero suppress
Use MDX to filter out unwanted elements already in place- our MDX is currently pulling accounts list only.
Some of the accounts (numbers) values are Zero- we have written macro hide accounts having zero's -but when use the print functionality of tm1 and generating PDF reports- we see the Zero appear there- which we don't want to show-up.
Any help further..........will be appreciated.
Some of the accounts (numbers) values are Zero- we have written macro hide accounts having zero's -but when use the print functionality of tm1 and generating PDF reports- we see the Zero appear there- which we don't want to show-up.
Any help further..........will be appreciated.
-
- MVP
- Posts: 2836
- 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: Active form issue with zero suppress
I don't use the Print Report functionality much but I believe your problem is that it only issues a Recalc between selections, not a Rebuild (which is what you need to happen for the zero suppression to remove the unwanted rows).