Hello All,
I'm currently developing reports in Visual Studio .NET using the reporting services for data stored in SQL Server.
The database presents a username in the format of "SURNAME, GIVEN NAMES".
I want to divide it into two fields - Surname, and Given Name, using the "," as a point of reference to break it up.
I've successfully extracted the surname, but am having trouble with given names. Can anybody suggest an expression I might use to do this? I've tried utilising the help facility but to no avail. Perhaps I am not searching properly, but any help is appreciated!
I'm currently developing reports in Visual Studio .NET using the reporting services for data stored in SQL Server.
The database presents a username in the format of "SURNAME, GIVEN NAMES".
I want to divide it into two fields - Surname, and Given Name, using the "," as a point of reference to break it up.
I've successfully extracted the surname, but am having trouble with given names. Can anybody suggest an expression I might use to do this? I've tried utilising the help facility but to no avail. Perhaps I am not searching properly, but any help is appreciated!