Dear SQLcentral.com members and administrators:Hello, and a pleasant day. I hope everyone is in good health upon reading this forum.My RDL uses a stored procedure in getting data from the database, and typically I have a concatenated columns for a specified home address:[code="sql"]RTRIM(COALESCE(BLDGNum,'')) + RTRIM(COALESCE(Street,'')) + RTRIM(COALESCE(City,'')) AS [Home Address],[/code]After a long while, my supervisor said that I should do the text formatting right in the RDL. So I found the RTRIM() in the [i]Common Function->Text[/i] in the [i]Category[/i] Box in [i]Expression[/i], but I cannot find the COALESCE().Is there a COALESCE() function, or any counterpart of it in SSRS?Thank you and Godspeed.Warm regards,[b][color="#0000ff"]Mark Squall[/color][/b]
↧