gpt4 book ai didi

sharepoint - Infopath (Xpath) 中的 If then Else : how to ?

转载 作者:行者123 更新时间:2023-12-02 20:22:49 25 4
gpt4 key购买 nike

我在 InfoPath/Sharepoint 中有一个模块、一个查询字段和一些字段。我想用简单的公式来执行:

If (Condition) then
True Condition
Else
False Condition

我特别想写这个公式:

如果 (FieldA = "") 那么 获取字段B别的 获取字段A

InfoPath公式怎么办?

谢谢

最佳答案

如果您想将此用作默认值,只需使用条件默认值即可。因此只需使用以下代码片段:

(TrueResult | ElseResult) [(BoolCondition) + 1]

就你而言:

(FieldA | FieldB) [(string-length(FieldA) > 0) + 1]

有关这方面的更多信息,请参阅: https://blogs.msdn.microsoft.com/infopath/2006/11/27/conditional-default-values/

关于sharepoint - Infopath (Xpath) 中的 If then Else : how to ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45485029/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com