Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

Following parameter is obligatory:

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

  • No labels