02、输入 IF ElSEIF 语句 把‘公式’模块拖入视图中,连接‘输入数据’。 在左侧添加逻辑判断内容: IF [销售额]>10000 THEN '>10000' ELSEIF [销售额]>7500 THEN '7500-10000' ELSEIF [销售额]>5000 THEN '5000-7500' ELSEIF [销售额]>2500 THEN '2500-5000' ELSE '<2500' ENDIF 点击选择列右边的下...
Could someone explain why this statement is malformed? Workflow 2 REPLIES ncrlelia 11 - Bolide 09-13-202106:02 PM Hi@altercat, Based on your screenshot, you need to remove the space between the 'ELSE' and 'IF', so it will become 'ELSEIF'. ...
if-else condition Theif-elsecondition adds an additional step in the decision-making process compared to the simpleifstatement. The beginning of anif-elsestatement operates similar to a simpleifstatement; however, if the condition is false, instead of printing nothing, the indented expression under...
1、for:读取不同的变量值,逐个执行同一组命令,直到取值完毕退出,变量值以空格分隔 语法: for ...