Boolean cards(布尔值卡片(Boolean cards))¶
Back to: Index of cards
Cards in this section return and display Boolean values.
The following cards accept strings and return booleans:
The following cards accept numbers and return booleans:
The following cards accept date/times and return booleans:
Additional boolean cards include:
- Boolean parameter
- Coalesce
- Transform table column values
- Visual function boolean
- Code function value
- Array start
- Array end
- Array contains
- Value at index
中文翻译¶
布尔值卡片(Boolean cards)¶
返回:卡片索引
本节中的卡片返回并显示布尔值(Boolean values)。
以下卡片接受字符串并返回布尔值:
- 包含(Contains)
- 不包含(Does not contain)
- 以...开头(Starts with)
- 以...结尾(Ends with)
- 等于(Is)
- 不等于(Is not)
- 字符串转布尔值(String to Boolean)
以下卡片接受数字并返回布尔值:
- 等于(Equal to)
- 不等于(Not equal to)
- 大于(Greater than)
- 大于或等于(Greater than or equal to)
- 小于(Less than)
- 小于或等于(Less than or equal to)
以下卡片接受日期/时间并返回布尔值:
- 之前(Before)
- 当天或之前(On or before)
- 之后(After)
- 当天或之后(On or after)
- 当天(On)
- 非当天(Not on)
- 介于之间(含边界)(Between (inclusive))
其他布尔值卡片包括: