本文介绍了InfoPath计算字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在信息路径中创建一条规则,该规则将使我能够基于2个位置添加值或飞行时间.我有两个下拉菜单,分别是出发城市和到达城市,一旦选择了到达城市,我希望增加飞行时间.

例如:出发地=城市A +到达地=城市B,flightTime = 15

我似乎可以使flightTime = 15正常工作.

任何建议将不胜感激

I am trying to create a rule in info path that will allow me to add a value or flight time based on 2 locations. I have two dropdowns named departure city and arrival city and I am looking to add a flight time once the arrival city is chosen.

Example: departure-from = cityA + arrival-to = cityB, flightTime=15

I can seem to get the flightTime=15 to work.

any advice would be greatly appreciated

推荐答案


这篇关于InfoPath计算字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 19:27