Function AUX.ASUSERDISPLAYNAME

Function converts user key pararemet into user’s display name.

Following parameter is obligatory:

Type

Notes

Type

Notes

TEXT / String

User key

The result of this function will be a display name of an user.

SELECT ASSIGNEE, REPORTER, AUX.ASUSERDISPLAYNAME(ASSIGNEE) assigne_name, AUX.ASUSERDISPLAYNAME(REPORTER) reporter_name FROM CORE.ISSUES LIMIT 10