Hi Friends,
Am working on SSRS reports, have written a query where i need to check one column with the is NULL or is NOT NULL with parameter. in runtime depending on the condition of the parameter, result should come.

how i can do this ???

You can check in the SQL itself like in the below code

select isnull("",Customercode) from customertable
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.