Boolean formula(布尔公式(Boolean formula))¶
Create a new column in a transform table using a formula. Write a mathematical expression returning a boolean value which can reference table columns using @ (for example, @column > 0). You can also use data in your analysis by referencing global identifiers using $. (for example, @column > $A, where $A is a numeric parameter in your analysis).
Input type¶
Number, boolean
Output type¶
Boolean
Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Unsupported |
| Transform table transform | Supported |
中文翻译¶
布尔公式(Boolean formula)¶
在转换表中使用公式创建新列。编写一个返回布尔值的数学表达式,该表达式可使用 @ 引用表格列(例如 @column > 0)。您还可以通过使用 $ 引用全局标识符(global identifiers)来利用分析中的数据(例如 @column > $A,其中 $A 是分析中的数值参数)。
输入类型¶
数值(Number)、布尔值(Boolean)
输出类型¶
布尔值(Boolean)
使用信息¶
| 功能 | 支持情况 |
|---|---|
| 标准 Quiver 卡片 | 不支持 |
| 转换表转换 | 支持 |