永洪社区

标题: 怎么把列数据中的1替换为正常,2替换为停用? [打印本页]

作者: 扣1送奥恩神器    时间: 2023-8-8 15:14
标题: 怎么把列数据中的1替换为正常,2替换为停用?


作者: yhdata_lyaa    时间: 2023-8-8 15:25
新建计算列
IF col["状态"]==1
THEN "正常"
ELSE "停用"
END

https://www.yonghongtech.com/rea ... 1%E7%AE%97%E5%88%97
作者: yhdata_yzm    时间: 2023-8-8 15:28
新建计算列
if col['列']==1
then 正常
else 停用
end

作者: 扣1送奥恩神器    时间: 2023-8-8 15:57
谢谢,已经解决了。
if col["状态"]==2
then "停用"
elseif(col["状态"]==1)
then "正常"
else ""
end
作者: yhdata_lyaa    时间: 2023-8-8 16:13
yhdata_XyeSN0kj 发表于 2023-8-8 15:57
谢谢,已经解决了。
if col["状态"]==2
then "停用"

欧克




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