在RDLC中的表中将备注置于平均分之上 [英] Putting Remarks above Average Score in Table in RDLC

查看:84
本文介绍了在RDLC中的表中将备注置于平均分之上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在尝试计算所有评估人员的平均得分,并将备注放在总平均之上,然后我使用Switch语句进行了检查.平均分数是非常同意,同意,不同意还是非常不同

Hi i am trying to Compute the Average Score of all the evaluators and put the Remarks above the total average and i used Switch Statement to check it. if the Average Score is Strongly Agree,Agree,Disagree or Strongly Disagree

我认为我的Switch语句代码中有问题,请帮助说明不正确

i think there is a problem in my Switch statement code please help the remarks is not accurate

这是我的报告图片

The Fields!ans1.值有平均分

The Fields!ans1. Value have the average score

这是我的代码,用于确定平均分数"的备注是同意",完全同意"还是不同意"

Here is my code in Determining if the remarks of Average Score is Agree,Strongly Agree or Disagree

  =Switch(
Fields!ans1.Value < 1.50, "Strongly Disagree",
Fields!ans1.Value > 1.74, "Disagree",
Fields!ans1.Value > 2.74, "Agree",
Fields!ans1.Value > 3.74, "Strongly Agree"

    )

推荐答案

解决!.我用的是ReportItems!Textbox.Value而不是Fields!ans1.value

SOLVE ! . i used ReportItems!Textbox.Value instead of the Fields!ans1.value

这篇关于在RDLC中的表中将备注置于平均分之上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆