I am attempting to use one Parameter for multiple uses in a SSRS report and I am having some issues. It works fine when I just pass one value to the query using IN @Parameter. However, I have a SUM that would need to pass all the possible values to this Parameter and I cannot seem to get it to work. I have checked Allow Multiple Values for the Parameter. On the Jump To properties, how can I pass the specific multiple values that I need? Or, can I somehow get the query to ignore the need for the Parameter when I am clicking on the SUM field?
↧