May 4, 2009 at 1:26 am
I'm able to add null value in the multi select parameter through the query in the dataset. But i'm not able to set Null value as selected in the parameter list.
May 4, 2009 at 2:13 am
Hi Mahesh,
Show your select statement.
ARUN SAS
May 6, 2009 at 7:06 am
Select Employee_Id,Employee_Name from Employee
union
Select -2, 'Null'
May 6, 2009 at 12:33 pm
Hi
Counter question: Why don't you just try?
Greets
Flo
May 6, 2009 at 12:39 pm
mahesh_sukale (5/6/2009)
Select Employee_Id,Employee_Name from Employeeunion
Select -2, 'Null'
Do not use quatation marks around Null
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply