SSRS adding a default blank to parameter properties
问题 One can put the distinct values from a table into a dropdown in SSRS reports using 'parameter' --> "Parameter Properties' --> 'Available Values' --> Get Values From a query. This works. However, is there a way to add a blank so that one can filter for any / all with a 'like' statement. I use Visual Studio 2015, but the underlying databse is SSMS 2008 R2 (!) The SSRS syntax for this filtering is VB: ="*" + Parameters!OurParameter.Value + "*" It would be nice to let the user see all potential