Code to check not null value

  • I have problem in below code. it just checks for first row in tablix and return the value. However the first row is sometimes coming blank for me. How can i make it so that it checks the Not null value in status column and return that value.please help.thanks.

    public Dim Statusname as String = "Test"

    public function setStatus(ByVal Status as String) As String
        Statusname = Status

        return Status

    End Function

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply