Issue
When using initial SQL and the parameter, TableauServerUserFull, Tableau Server returns the NETBIOS/ nickname when passing the variable while on Tableau Desktop, the result shows the Domain Name.
Desktop:
SET tableau_user = [TableauServerUser]; ---------> SET tableau_user = 'joeblogs'
SET tableau_user = [TableauServerUserFull]; ---------> SET tableau_user = 'contorso.domain.com\\joeblogs'
Tableau Server:
SET tableau_user = [TableauServerUser]; ---------> SET tableau_user = 'joeblogs'
SET tableau_user = [TableauServerUserFull]; ---------> SET tableau_user = 'Netbios\\joeblogs'