本文介绍了嵌套的IIF语句在Project Professional 2010(公式)中有效,但在MS Project Server 2010中无效。为什么会这样?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人可以给我一个在MS Project Server 2010上运行的嵌套IIF语句的例子吗? 我在MS Project Professional 2010中创建了一个可以正常工作的自定义字段。 然后我在MS Project Server
2010中创建了另一个自定义字段,并添加了相同的公式,并继续说"此公式包含错误。 更正公式并再次尝试"。 我不确定为什么同样的公式在Proj中有效。专业2010而不是Server 2010. 任何想法都会非常感谢
。 谢谢。  
2010中创建了另一个自定义字段,并添加了相同的公式,并继续说"此公式包含错误。 更正公式并再次尝试"。 我不确定为什么同样的公式在Proj中有效。专业2010而不是Server 2010. 任何想法都会非常感谢
。 谢谢。  
Could somebody please give me an example of nested IIF statements that work on MS Project Server 2010? I created a custom field in MS Project Professional 2010 that works fine. Then I created another custom field in MS Project Server 2010 and added the same formula and it keeps on saying "This formula contains errors. Correct the formula and try again". I'm not sure why the same formula works in Proj. Professional 2010 but not on Server 2010. Any ideas would be much appreciated. Thank you.
推荐答案
IIf([Baseline Finish] = projdatevalue(" NA"),"no baseline",iif([Status Date] > [基线完成],"状态日期更大","状态小于或等于"))
IIf([Baseline Finish]=projdatevalue("NA"), "no baseline", iif([Status Date]>[Baseline Finish], "status date greater", "status less than or equal"))
它会起作用。
希望有所帮助。
DKLJoe
这篇关于嵌套的IIF语句在Project Professional 2010(公式)中有效,但在MS Project Server 2010中无效。为什么会这样?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!