I have a string with values that are separated by a space. It looks like this: DAY MICS SUN FIX STD . I would like to take the string and make it a drop down list in a report parameter. I have tried the split function but it errors on me. How can I accomplish this

Drop Down Parameter List
truittjl
If not, could have manually put into parameter list
If it's dynamic, I think best way is to use a Query for the parameters
and do the split in T-SQL
split function
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnsqlmag01/html/TreatYourself.asp
Filipo