Forum Replies Created

Viewing post 1 (of 2 total)

  • Reply To: SSRS Report & Null

    Hi ,

    I had the same question as you , here u go with a solution .

    In the SSRS text box expression type the following by updating your fields name .

    =IIf(ISNothing(Fields!YourFeild.Value),"NULL",(Fields!YourFeild.Value))

    Thanks...

Viewing post 1 (of 2 total)