Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 28687

Query regarding how to use ISNULL in ssrs

$
0
0

I want to display results based on case statement or ISNULL or coalesce

my query looks something like this

CASE WHEN MiddleName IS NULL THEN FirstName + ' ' + LastName ELSE FirstName + ' ' + MiddleName + ' ' + LastName 

END AS FullName

This can be done using ISNULL also  ISNULL(FirstName + ' ' + LastName,FirstName + ' ' + MiddleName + ' ' + LastName)

We can achive this using coalesce

how can achieve this in SSRS using expression. PLease guide me




Smash126



Viewing all articles
Browse latest Browse all 28687

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>