Pages Menu
Rss

Posted by on May 18, 2010 in Everything Else

Using multi-select drop-down boxes as parameters in reports

One of the options for a parameter is for it to be multi-selection. This is very useful for some report scenarios, and transforms the normal combo-box into something much more like the Excel filter drop down (why isn't this a native .NET control yet!) However, the format of the data returned by this drop-down can cause problems if you're trying to run SQL from it.

Read More