How to set Null Value as selected in the Multi Select parameter.

  • 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.

  • Hi Mahesh,

    Show your select statement.

    ARUN SAS

  • Select Employee_Id,Employee_Name from Employee

    union

    Select -2, 'Null'

  • Hi

    Counter question: Why don't you just try?

    Greets

    Flo

  • mahesh_sukale (5/6/2009)


    Select Employee_Id,Employee_Name from Employee

    union

    Select -2, 'Null'

    Do not use quatation marks around Null



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    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