I have a report that runs a stored proc:
EXEC ra_spProjectCalendar @Month, @Year, @ProjectID
ProjectID is A multi-select dropdown. When a single project is selected, it works fine. If I select multiple projects, I get the error:
"Must declare scalar variable "@ProjectID"
It works fine when I run it from the Data tab, however, when I put it into Preview mode I have problems.