in an SSRS report textbox, i have this =Fields!FullName.Value which displays a customers Full name (FirstName and LastName). What i want to do is to only display their FirstName. I basically want to to remove every character that comes after the first white space
E.G if the value returned is Tom Ndovu, i want to Dispaly Tom.
if its Bill M Chark, i want to only display Bill.