Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the domain name and username from the credentials given to the system at connection time
Syntax
USERNAME()
Return Value
The username from the credentials given to the system at connection time
Remarks
Under Windows authentication, the returned string has the structure: <domain-name>\<user-name>
Example
The following code verifies if the user login is part of the UsersTable.
=IF(CONTAINS(UsersTable,UsersTable[login], USERNAME()), "Allowed", BLANK())