Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Modifying the expression

$
0
0
HiI have a SSRS expression like[code="sql"]=Fields!internalPartnerName.Value & "" & Fields!addressLine1.Value & "" & Fields!addressLine2.Value & "" & Fields!addressLine3.Value & "" & Fields!zipCode.Value & "" & Fields!city.Value & "" & Fields!countryName.Value[/code]Here if addressLine2 & addressLine3 fields in database are empty, an empty space will be shown in the SSRS report.How to avoid that empty space, by modifying the expression?

Viewing all articles
Browse latest Browse all 2791

Trending Articles