Posted 6 January 2021, 10:04 am EST
When a cell value is 0 it is apearing as blank.
My current format is below
let formatString = '#,##0;(#,###0';
I changed it to the following with no luck
let formatString = '#,###;(#,###)';
Forums Home / Spread / DataViewsJS
Posted by: johngiblin on 6 January 2021, 10:04 am EST
Posted 6 January 2021, 10:04 am EST
When a cell value is 0 it is apearing as blank.
My current format is below
let formatString = '#,##0;(#,###0';
I changed it to the following with no luck
let formatString = '#,###;(#,###)';
Posted 6 January 2021, 1:35 pm EST
sorry this works as expected