永洪社区
标题:
想要输出一列中第一个不为空的数值怎么写计算列
[打印本页]
作者:
菜鸟w
时间:
6 小时前
标题:
想要输出一列中第一个不为空的数值怎么写计算列
本帖最后由 菜鸟w 于 2024-12-19 15:31 编辑
if
isNull
(
col
[
'health_label'
)
then
col
[
'health_label'
end
我是这么写的好像不对啊,求解
作者:
yhdata_lyaa
时间:
5 小时前
if isNull(col['health_label'])
then
col['health_label']
else 0
end
欢迎光临 永洪社区 (https://club.yonghongtech.com/)
Powered by Discuz! X3.4