Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

how to exclude hidden rows from total based on two parameters

$
0
0
Hi,How do I exclude to hidden cells based on two parameters.I currently have the following expression which works fine, however I have now added in another parameter called Show Team Mangers. Therefore if Show Team Mangers is set to No then don't include them in the total, but I am struggling to put the two together as they are separate commands.=Floor(IIF(Parameters!Report_Type.Value = "Average", (Sum(Fields!ACD_Calls.Value) / CountRows()), Sum(Fields!ACD_Calls.Value)))is this possible.thanks

Viewing all articles
Browse latest Browse all 2791

Trending Articles