简体   繁体   中英

SSRS Arrow indicators

im looking to add some arrow indicators to compare 2 values within my Matrix. Current week v Last week.

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.

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 .

The START and END values are the range of values to compare the Value with.

In this example, the indicator would be RED if ADMIT is Between 0 and 33 .

在此处输入图片说明

MSDN - Indicators

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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