Hi All,
We are using a named MDX table and currently formatting the results using {{cell.value | formatNumber:2}}. However, this is rendering zero values as “-”. Is there a way to get zero values to show as “0”?
Thanks,
David
Hi All,
We are using a named MDX table and currently formatting the results using {{cell.value | formatNumber:2}}. However, this is rendering zero values as “-”. Is there a way to get zero values to show as “0”?
Thanks,
David
And as an extension to this, can tm1-ui-dbr results be formatted so zeros show as “0” instead of “-”?
Thanks,
David
The tm1-default-empty
property should help you out on this. Either set it to zero or an empty string.
Cheers!
Paul
Thanks @plim,
I thought there was something like that but was looking at the dbr-read-only directive where it doesn’t exist. That’s perfect, thanks.