Hi all, I have a report with a multi-value parameter. Is there any way the users can choose a set of possible values, other than using the checkboxes? For example, choosing something like "a*" to select all the values starting with the letter 'a', so that all these values will be automatically checked in the parameter check box when the user types "a*" . How can I do that in my report? Thanks!!! Lior
Welcome to the forums. I believe you have to write a function to perform such action, as there is no such setting on SSRS side. Being its an user action, the process can be controlled with a function or so.