TEXT (Report Builder 1.0)
将数值转换为文本。
语法
TEXT(value)
value |
表示要转换为字符串的数字。 |
备注
- 通过将数值、公式或字段转换为文本字符串,可以连接文本字符串或对值执行其他文本函数。
示例
公式 |
结果 |
---|---|
("There are " & TEXT(#Product Inventories)) & " product inventories from which to select." |
返回下列句子:There are 1069 product inventories from which to select. |