Quantcast
Channel: SQL Server Reporting Services, Power View 포럼
Viewing all articles
Browse latest Browse all 24955

SUMIFS in SSRS expressions

$
0
0

Hello, how do you do the equivalent excel function in SSRS2008r2 expressions

SUMIFS($D$7:$D$148,$C$7:$C$148,"<>CINSTR",$C$7:$C$148,"<>MT",$C$7:$C$148,"<>SPA",$C$7:$C$148,"<>CID")

sum range will be based on number of Sum(Fields!Grads.Value)

the conditions are CINSTR, MT, SPA, CID -> Fields!Course.Value

to be excludes from the Sum(Fields!Grads.Value)

Should this be done in SQL dataset or .Net

Thanks, would appreciate any help



Viewing all articles
Browse latest Browse all 24955

Trending Articles