Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
kathyc
Starting Member
9 Posts |
Posted - 2009-03-22 : 10:33:50
|
HiI have created a report that has a parameter "Region"and selected multi-value for this parameter.It can have values of...Central Ontario 1Eastern Ontario 2North Western Ontario 3Northern Ontario 4South Central Ontario 5South Western Ontario 6I also have to have a way of checking for null valuesso I added to the list..Not Completed 0In my expression for the Region column is:=Parameters!Region.Value(0)I have 2 questions...1) How do I loop through the Region array if more than one region is selected?2) How do I check for a null value?Thanks |
|
|
|
|