On single select parameter lists in SSRS, when the user opens the parameter list and starts typing, it automatically moves to the closest word in the list to what the user is typing. Is it possible for a multi select parameter to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Correct, this is not possible, but a possible workaround would be to create a parameter that acts as a filter for your multi-select parameter. This allows the user to begin typing what they want (say the letter ‘B’) and hit tab to go into the drop-down and it will be filtered to only items that start with ‘B’. The limitation is if you want ‘A’, ‘B’ and ‘C’ but not ‘D’ nor ‘E’, so in that case you would just have to not enter any values into the textbox parameter.