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

问题描述

Hello All, 

Hello All, 

我正在创建简单的订单管理系统 使用与信息通信一起使用的共享点列表。  我在sharepoint 中创建了列,并使用infopath创建了界面。



我有qty1( 来存储数量) 和pu1(价格单位)字段 我需要qty1 * pu1的值。  总计。    是否可以动态获得此计算值。

I am creating simple Order management system  using  Share Point list with the infopath.  I  created  columns in sharepoint  and interface using infopath.

I have qty1 (  to store the quantity )  and pu1(price unit) field  and i need  value of the qty1*pu1 of that.  in total.    Would it be possible to get this  calculated value  dynamically.

例如 我正在寻找能够立即计算的解决方案,如果我输入qty1和Pu1的值。 (我假设java脚本可以这样做)

For example  i am looking for solution that calculates instantly if i enter values to qty1 and Pu1. (I am assuming  java script can do this)

感谢您的提示

thank you for the tips

推荐答案


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

09-26 22:34