Use Search Function instead of using dropdownlist in SSRS

JJ TT 141 Reputation points
2021-07-01T20:17:44.013+00:00

Goal:
Possible to use use search function instead of using dropdownlist in Reporting services.

Problem:
Today, the dropdownlist consist of 2500 rows in relation to parameter for prompt.

You might understand that it is not userfriendly to review and locate a specific information from the dropdownlist by using scroll.

Does SSRS provide a function that you can write in a textbox something similiar and it will display the result based on the data from dropdownlist?
In other words, you write something and a result will display instead of reviewing the dropdownlist.

Info:
*This is related to reporting services that is part of SQL server

Thank you!

SSRS-Drop-Down-List-Parameters-4.jpg
This picture is a sample of dropdownlist.

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,063 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Joyzhao-MSFT 15,636 Reputation points
    2021-07-02T03:25:23.357+00:00

    Hi @JJ TT ,
    If I understand correctly, you want to manually enter the parameters for query.
    I did a test locally:

    • First of all, I have a very simple Table in VS.

    111195-02.jpg

    • Then please refer to my following steps:

    111204-12.gif

    Step analysis:

    1. Add parameters and set as follows:

    111205-03.jpg

    2.Dataset properties-Filters-set as follows:
    111206-04.jpg
    Hope this helps. If I misunderstand what you mean, please feel free to correct me.
    Best Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.