I have a calculated columns in Tm1 cube.
Columns is YTD Growth and this has a calculation like
IF(['YTD Change'] <> 0,(['YTD Change']/['Prior YTD Grouped']),0); in tm1 rules.
So what happens when the value of 'Prior YTD Grouped' becomes zero , divide by zero will happen and tm1 is smart enough it to replace it with "N/A"
This when Exported to Excel replaces "N/A" with the number 65535.
Is there anything we can do to retain the N/A value on the excel when exported.
Thanks,
Manu
Export to Excel displays 65535 for N/A values
-
- MVP
- Posts: 1831
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Export to Excel displays 65535 for N/A values
Do you actually want it to show N/A in tm1?
If not just swap the divisor sign from / to \.
If you do want the N/A's in TM1 then looks like your exports will be an issue:
http://www-01.ibm.com/support/docview.w ... wg1PM85526
If not just swap the divisor sign from / to \.
If you do want the N/A's in TM1 then looks like your exports will be an issue:
http://www-01.ibm.com/support/docview.w ... wg1PM85526
Declan Rodger