【发布时间】:2016-02-01 06:11:30
【问题描述】:
您好,我需要给出 textbox148 和项目成本相乘的公式我还需要为轻量级用户选择项目。我在下面添加了公式,但它给出了错误
=ReportItems!Textbox148.value
*First(Fields!projectcost_per_Year.Value
(IIf(Fields!Light_user.Value="Yes",1,Nothing), "SAP"),"SAP")
【问题讨论】:
-
SAP 数据集是否有
projectcost和Light_user字段?请注意,如果您使用First()函数,它将返回数据集的第一行。
标签: reporting-services ssrs-2008 reporting ssrs-tablix reportbuilder3.0