Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1093339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:48:44+00:00 2026-05-16T23:48:44+00:00

I have a SSRS report with a few dropdowns that are chained together. Basically

  • 0

I have a SSRS report with a few dropdowns that are chained together. Basically a item is selected from dropdown 1 which then populates dropdown 2 and so on. The issue I am having is that in dropdown 3, which is a multi-value populated from a query I want to allow no selection.

Problem #1
Although that report parameter is set to allow blanks, it will not let me deselect all values. I get a required error.

Problem #2
In my stored procedure I have the parameter in question being filtered by an IN statement, which will not work if a blank is coming though as I want the blank to skip that filter.

Problem #3
The dropdown #3 may not have any values once the other 2 are selected.

I feel that I am using the multi-value incorrectly causing all 3 issues. Any help is appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T23:48:44+00:00Added an answer on May 16, 2026 at 11:48 pm

    Problem #1

    Can you add something like this to the end of your query that populates the DropDown?

    Union
    Select Null as (value field name), 'None' as (label field name)
    

    Problem #2

    Do you have to pass in an empty value? Can you do something like this:

    WHERE (@Param is null OR t.id in @Param)
    

    or even

    WHERE (@Param ='' OR t.id in @Param)
    

    If you want to keep it as a string?

    Problem #3

    Should be taken care of if you can do my suggestions for 1 and 2.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a SSRS 2005 report that has a number of images in it.
I have a report in SSRS 2005 that's based on a query that's similar
I have created a report in SSRS that contains 2 matrices (not tables/lists), each
I have a report in SQL Server Reporting Services (SSRS) that I'd like to
I have an SSRS report where I need to collapse data into a summary
I have created a one-time subscription in SSRS report manager 2008. However I keep
I have the following as the value for my textbox in SSRS report: =iif(IsNothing(Fields!MyDate.Value),
Out of the box SSRS reports cannot have data exposed in the page header.
I have a series of reports served by SSRS. They are great and the
Have just started using Google Chrome , and noticed in parts of our site,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.