Export to Excel displays 65535 for N/A values
Posted: Wed Feb 25, 2015 9:08 pm
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
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