简体   繁体   English

SSRS箭头指示器

[英]SSRS Arrow indicators

im looking to add some arrow indicators to compare 2 values within my Matrix. 我正在寻找添加一些箭头指标以比较我的矩阵中的2个值。 Current week v Last week. 当前周v上周。

I'm getting confused on where to put my expression which I'm currently using (for a Red arrow going down) 我对当前使用的表达式的位置感到困惑(红色箭头向下)

=Fields!COUNT_Signed.Value<Fields!COUNT_Signed_lw.Value

I have entered this into the Start Expr and have -1 in the End Expr. 我已将其输入到Start Expr中,并且在End Expr中有-1。

all I'm getting is Green arrows going up as I'm also using > for green 我得到的只是绿色箭头向上,因为我也使用>表示绿色

Any help would be grateful 任何帮助将不胜感激

I think you have Fields!COUNT_Signed_lw.Value as the Value and you just need to use =Fields!COUNT_Signed_lw.Value as your END and -1 as the START . 我认为您将Fields!COUNT_Signed_lw.Value作为值,并且只需要使用=Fields!COUNT_Signed_lw.Value作为END并使用-1作为START即可

The START and END values are the range of values to compare the Value with. STARTEND值是与“值”进行比较的值范围。

In this example, the indicator would be RED if ADMIT is Between 0 and 33 . 在此示例中,如果ADMIT033之间,则指示器将为红色

在此处输入图片说明

MSDN - Indicators MSDN-指标

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM