永洪社区

标题: 条件判断问题 [打印本页]

作者: yhdata_BdTEPyLA    时间: 2022-5-20 16:40
标题: 条件判断问题
请问 在脚本里面
if (col['产品种类' == "咖啡") and(col['省份' == 001)
then
a=1
else
a=2
end





这条语句为什么报错?


去掉else 就可以


if (col['产品种类' == "咖啡") and(col['省份' == 001)
then
a=1
end


作者: 冲鸭鸭鸭鸭鸭鸭    时间: 2022-5-20 16:47
脚本还是计算列啊?
作者: yhdata_BdTEPyLA    时间: 2022-5-20 16:57
提交时运行的脚本
作者: Il.Mare    时间: 2022-5-20 17:00
您好,if else 即可,把 then 去掉试下呢
作者: yhdata_BdTEPyLA    时间: 2022-5-20 17:05
if (col['产品种类' == "咖啡") and(col['省份' == 001)
a=1
else
a=2
end

也是不行
作者: Il.Mare    时间: 2022-5-20 17:35
您好,这样写呢?
if(xx){

} else{

}
作者: yhdata_5AO8PBrc    时间: 2022-5-21 11:02
col['产品种类' ,这个是少打了,还是没有]结束
作者: Il.Mare    时间: 2022-5-23 09:40
yhdata_5AO8PBrc 发表于 2022-5-21 11:02
col['产品种类' ,这个是少打了,还是没有]结束






欢迎光临 永洪社区 (https://club.yonghongtech.com/) Powered by Discuz! X3.4