本文介绍了Crystal Report中的乘法公式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要在Crystal Report中找到单个字段的乘法公式。它是单个字段值的乘法汇总...
假设该领域是:
乘法
24
35
45
-10
结果是-10 * 45 * 35 * 24
这个公式怎么样?
我尝试了公式:
{DataTable1.Multiplication} * { DataTable1.Multiplication} ..但它不起作用......
Plz帮助
I need to find the Multiplication formula of a single field in Crystal Report..Its the multiplication summary of the values of a single field...
Suppose the Field is:
Multiplication
24
35
45
-10
The result is -10*45*35*24
Whats the formula for that?
I tried the formula:
{DataTable1.Multiplication}*{DataTable1.Multiplication}..But its not working...
Plz Help
推荐答案
这篇关于Crystal Report中的乘法公式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!