SharePoint 2007计算列,按照微软Office的官方说明,我们应该这样使用。

          http://office.microsoft.com/en-us/windows-sharepoint-services-help/examples-of-common-formulas-HA010105479.aspx?CTT=3

          但是在不同的语言版本的SharePoint上会碰到同样的公式,却变的不可用,并且提示给你这样的错误。

          The formula contains a syntax error or is not supported.

          SharePoint 2007 计算列公式错误解决一例: The formula contains a syntax error or is not supported

          例如一个日期的计算公式: =DATEDIF([Column1], [Column2],"d")

 

          解决方案:

          将公式中的逗号","换成分号";"既能解决这个问题。

 

          很遗憾我没找到什么原因引起的这个问题,只是怀疑各地版本造成的。因为在丹麦使用习惯中,点"."会被逗号","代替,所以我这么怀疑。

相关文章:

  • 2021-10-05
  • 2021-08-16
  • 2022-12-23
  • 2021-09-06
  • 2021-04-02
  • 2021-04-15
  • 2021-04-28
猜你喜欢
  • 2022-12-23
  • 2022-02-16
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案