自定义数字格式?
Custom Number formatting?
我有一个包含一个维度和一个度量的 Qlik Sense 图表。我从度量中得到的数字是 (99,999861) 我需要一个自定义格式模式来获得像 99,99 % 这样的数字。
单击编辑,选择图表,打开数据选项卡,展开度量,在数字格式 select 自定义下。格式模式应该是这样的。
#,##0.00%
该页面的一些细节:
To denote a specific number of digits, use the symbol "0" for each digit.
To denote a possible digit to the left of the decimal point, use the symbol "#".
To mark the position of the thousands separator or the decimal separator, use the applicable thousands separator and the decimal separator.
我有一个包含一个维度和一个度量的 Qlik Sense 图表。我从度量中得到的数字是 (99,999861) 我需要一个自定义格式模式来获得像 99,99 % 这样的数字。
单击编辑,选择图表,打开数据选项卡,展开度量,在数字格式 select 自定义下。格式模式应该是这样的。
#,##0.00%
该页面的一些细节:
To denote a specific number of digits, use the symbol "0" for each digit.
To denote a possible digit to the left of the decimal point, use the symbol "#".
To mark the position of the thousands separator or the decimal separator, use the applicable thousands separator and the decimal separator.