Set number format to Millions with 1 decimal place
Table.getNumberFormat().setScaleUnit(NumberFormatScaleUnit.Million);
Table.getNumberFormat().setDecimalPlaces(1);
Code language: JavaScript (javascript)
Set number format to Millions with 1 decimal place
Table.getNumberFormat().setScaleUnit(NumberFormatScaleUnit.Million);
Table.getNumberFormat().setDecimalPlaces(1);
Code language: JavaScript (javascript)