Scenario: I have a report that pulls up stats for agents for a certain date range (usually the same day, yesterday) which I've set as parameters. I've built the report in Visual Studio Report builder and the report works great.
Challenge: Some agents are taken off calls and work on emails instead that day. So, though they are logged in, they can't be added to the call queue stats.
Need: I need to add parameters which can select agents from the drop down (Ctrl+select) and have the report run where employeeID NOT IN the ones that were selected. Then I need to add those parameters in the report builder to show as a drop-down so the user can ctrl+select the agents to exclude.
Question: I know how to create 1 parameter to exclude 1 agent. How do I create parameter(s) to exclude more than 1 agent? Sometimes, it can be 0 agents, sometimes they are 10.
I'm using MS SQL Server 2014.