AND(Expression 1, Expression 2, ...)
Evaluates a series of expressions and returns true only if all expressions are true.
Expression 1, Expression 2, ...
Data to be judged
Boolean
1. Expressions are allowed to be numeric and boolean expressions.
2. The function returns true if all expressions are true and returns false if any expression is false.
Non-zero values are considered true.
Zero values are considered false.
When a NULL value is involved in the evaluation of an expression, the result of the entire operation will also be NULL.
AND(1+7=8, 5+7=12)
true
AND(1+7=8, 5+7=11)
false
For example, add a Data Transformation node and drag in a New Calculation Column operator. To check if the purchase quantity and contract type meet the conditions, input the formula AND(#{Purchase_Quantity}>1,#{Contract_Type}="Long-Term Agreement Order"), as shown in the following figure.
The following figure shows the calculated results.
Adding a Column Using the IF Function
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy