Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
List 比较简单或条件中计算列公式中的数字,然后如果条件在SharePoint中未返回正确的值_List_Sharepoint_Sharepoint 2013_Formula_Calculated Columns - Fatal编程技术网

List 比较简单或条件中计算列公式中的数字,然后如果条件在SharePoint中未返回正确的值

List 比较简单或条件中计算列公式中的数字,然后如果条件在SharePoint中未返回正确的值,list,sharepoint,sharepoint-2013,formula,calculated-columns,List,Sharepoint,Sharepoint 2013,Formula,Calculated Columns,只需尝试比较路线中计算列总天数的公式中的数字。要比较的数字通过减法返回,如TODAY()-[CurrentRouteDateTemp],其中列CurrentRouteDateTemp为日期类型 为什么它仍然只是从主计算返回值,即今天()-[CurrentRouteDateTemp]为什么其余条件不起作用?? 尝试在公式中添加值函数,如下所示: or(value(TODAY()-[CurrentRouteDateTemp])=43725,value(TODAY()-[CurrentRouteDa

只需尝试比较路线中计算列总天数的公式中的数字。要比较的数字通过减法返回,如
TODAY()-[CurrentRouteDateTemp]
,其中列CurrentRouteDateTemp为日期类型

为什么它仍然只是从主计算返回值,即今天()-[CurrentRouteDateTemp]为什么其余条件不起作用??


尝试在公式中添加值函数,如下所示:

or(value(TODAY()-[CurrentRouteDateTemp])=43725,value(TODAY()-[CurrentRouteDateTemp])<0)

或(value(今日()-[CurrentRouteDateTemp])=43725,value(今日()-[CurrentRoutedAtemp])尝试在公式中添加value函数,如下所示:

or(value(TODAY()-[CurrentRouteDateTemp])=43725,value(TODAY()-[CurrentRouteDateTemp])<0)

or(value(TODAY()-[currentdroutedatetemp])=43725,value(TODAY()-[currentdroutedatetemp])谢谢你。或者与
or(TODAY()-[currentdroutedatetemp]>43700,TODAY()-[currentdroutedatetemp]一起工作,我试图对你的答案进行投票,并将其标记为已被接受,但我的声誉不到15……别忘了对我的问题进行投票,谢谢!)如果我的回答对你有帮助的话,你可以接受。只有upvote需要超过15个声誉。accept没有任何请求。谢谢你,伙计。或者与
或(今天()-[CurrentRouteDateTemp]>43700,今天()-[CurrentRouteDateTemp]我试图更新您的答案并将其标记为已接受,但我的声誉不足15…请不要忘记更新我的问题,谢谢!=)如果有帮助,您可以接受我的答案。只有更新需要超过15个声誉。接受没有任何要求。