【发布时间】:2012-11-01 08:32:12
【问题描述】:
我有一份报告应该按货币从 2 个数据集中读取值:
Dataset1: Production Total
Dataset2: Net Total
我试过用:
Lookup(Fields!Currency_Type.Value,
Fields!Currency_Type1.Value,
Fields!Gross_Premium_Amount.Value,
"DataSet2")
这仅返回数据集 2 中的第一笔金额。
我也尝试过 Lookupset 函数,但它没有对检索到的值求和。
任何帮助将不胜感激。
【问题讨论】:
标签: ssrs-2008 reporting reporting-services reportbuilder3.0