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

Having trouble with an "IF" expression

$
0
0

This should be a simple issue, but it is kicking my arse. I want to say if last name is NOT blank, print last name, else print organization name. When last name is blank and there is an organization name, nothing prints for the field. What am I doing wrong???

=IIF(Fields!LastName.Value

ISNOTHING, (Fields!OrganizationName.Value), (Fields!FirstName.Value &" "& Fields!LastName.Value))



Viewing all articles
Browse latest Browse all 20764

Trending Articles



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