Looking into the question that you had about how to get the full name in either a Business Views or Excel report I have the following information.
The Full Name of the user is no longer stored in the project. It is stored in the Site Admin database. Here is the information from the Project Database reference for the User table.
http://admhelp.microfocus.com/alm/en/12.53/api_refs/project_db/webframe.html#topic689.html
Since this information is not stored in the Project database you would not be able to use Business Views to display the full name in a report. The Business Views feature cannot attach to the Site Admin database and macro enabled excel files cannot be used with the Business Views feature.
If you were to use Excel Reports you would need Query the User table of the Project DB to get the username (which is still stored in the Project database) and then on the Post-processing tab use the Site Admin API (which will require that you register a copy of the Site Admin on the workstation) to get the full name associated with the user name that was retrieved in the query on the Project DB.
Here is a link to the online documentation for the API References for ALM 12.53 to included the Project DB, ALM OTA API, and the Site Admin API references.
http://admhelp.microfocus.com/alm/en/12.53/online_help/Content/api_guides_main_page.htm