Optional multi-valued parameters in SSRS

后端 未结 1 1787
长发绾君心
长发绾君心 2020-12-01 18:40

I have 3 multivalued parameters in my report.Out of them 2 are optional. Is there any way to get the results in the report with out selecting any from the 2 optional paramet

相关标签:
1条回答
  • 2020-12-01 19:26

    Have a look at this article on Passing Multivalued parameters.

    Basically the above link contains a workaround to meet your requirement for an optional multivalued parameter. The steps to achieve this are as follows:

    1. Replace "ALL" with " " (BLANK) in the parameter's dataset query.
    2. Assign -1 as default parameter value for your multivalued parameter.
    0 讨论(0)
提交回复
热议问题