【发布时间】:2014-12-15 19:47:41
【问题描述】:
我正在尝试正确编写一个公式脚本,请有人帮助我。我正在使用Birt 3.7.1。谢谢。这是一个Maximo报告
if(row["special"] == 'W' && row["metername"] == null){
false} *** I need this coded --don't hide --> must have a task ***
else{
true}
if(row["special"] == 'W' && row["metername"] != null){
false} *** I need this coded --don't hide --> must have task --> view ***
else if(row["special"] == 'W' true
else true}
【问题讨论】:
-
您应该编辑根本不清楚的问题:“我需要这个编码->必须有任务”是什么意思?
-
嗨,多米尼克,我相信。我试图了解如何在同一个 if 语句中添加多个条件,然后再转到 else。
标签: javascript birt maximo