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 8410535
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T00:12:10+00:00 2026-06-10T00:12:10+00:00

I have a report in SSRS which is generated for around 50-60 items. Say,

  • 0

I have a report in SSRS which is generated for around 50-60 items.

Say, the report shows Country name on one scale and their population on another.
When the graph is generated, it shows around 100 countries.
If I want to see population of only UK, US, India and China. Then I Should have an option to select the countries of my choice.

Having one dropdown and allowing them to select only one country at a time is simple.

I have no idea on how I can have a checkbox in dropdown to allow multiple selections.

TIA.

  • 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-06-10T00:12:11+00:00Added an answer on June 10, 2026 at 12:12 am

    You’ll want to search for Multi-valued Parameters. If you open the properties of the parameter there will be an option something like “Allow multiple values”. Reporting services will handle the UI with checkboxes.

    One important thing to know about multi-valued parameters is how to use them in your query. Suppose your parameter @CountryId is being filled with this query:

    SELECT CountryId, -- This will be the value for the parameter
           CountryName, -- The label for the parameter
    FROM   Country
    

    If you set this parameter to allow multiple-values, reporting services will generate the multi-select UI for you. When executing any subsequent query that uses the parameter, before sending the query to your SQL server it will replace the parameter with a comma-seperated list of CountryId values. So this query:

    SELECT  *
    FROM    MyDataTable
    WHERE   MyDataTable.CountryId IN (@CountryID)
    

    Will be sent to SQL server as something like this, supposing there are 3 countries selected:

    SELECT  *
    FROM    MyDataTable
    WHERE   MyDataTable.CountryId IN (1001,1002,1003)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have designed a tabular report in SSRS which has columns Student Name, Quarter
I have a reportviewer control to which I feed a SSRS report. The report
I am novice with SSRS. I have a report which should display 60 months
I have a SSRS report which displays hundred of rows. I was wondering if
I have a report in SSRS 2008 that shows data aggregated from four levels
I have a SSRS report which runs from a stored procedure. I've got 2
I have a report, which is developed in SSRS 2005 and i am using
in an SSRS report textbox, i have this =Fields!FullName.Value which displays a customers Full
I have a SSRS report which displays daily status report for the team members.
I have a report created in SSRS in client mode, which is run disconnected:

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.