Hi,
As per TM1's number formatting capability, is it possible to display - (dash) instead of space for (aggregated) cells that does not have any data?
Regards,
Displaying - (Dash) for Empty numeric values
-
- MVP
- Posts: 3706
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Displaying - (Dash) for Empty numeric values
If you edit the FORMAT attribute I would think so. It is definitely possible to display a blank rather than 0 ...mce wrote:Hi,
As per TM1's number formatting capability, is it possible to display - (dash) instead of space for (aggregated) cells that does not have any data?
Regards,
-
- MVP
- Posts: 733
- Joined: Wed May 14, 2008 11:06 pm
Re: Displaying - (Dash) for Empty numeric values
Here's the documentation for reference. It falls short of actually giving an example of a useful custom format but, to be fair, I've seen much worse examples of TM1 documentation.
An example of what you are looking for is:
I had to do this directly in }ElementAttributes_DIMENSION NAME as the Attribute dialog didn't seem to let me make custom entries.
An example of what you are looking for is:
Code: Select all
b:#,##0.00;-#,##0.00;-
Robin Mackenzie
- mce
- Community Contributor
- Posts: 352
- Joined: Tue Jul 20, 2010 5:01 pm
- OLAP Product: Cognos TM1
- Version: Planning Analytics Local 2.0.x
- Excel Version: 2013 2016
- Location: Istanbul, Turkey
Re: Displaying - (Dash) for Empty numeric values
yeah, I had looked at documentation but could not derive this format that you gave. as you said, documentation is quite poor. Many thanks.rmackenzie wrote:Here's the documentation for reference. It falls short of actually giving an example of a useful custom format but, to be fair, I've seen much worse examples of TM1 documentation.
An example of what you are looking for is:I had to do this directly in }ElementAttributes_DIMENSION NAME as the Attribute dialog didn't seem to let me make custom entries.Code: Select all
b:#,##0.00;-#,##0.00;-