Skip to main content

DBO function to return first and last name of current user in the system

DBO.EQ_STD_USER_NAME_GET(Parameter1) This function will return the first and last name of the current user running the report or widget.   Parameter(s) Parameter1: Current user id - @SBUILDER_USER_ID

Updated over 2 weeks ago

DBO.EQ_STD_USER_NAME_GET(Parameter1)

This function will return the first and last name of the current user running the report or widget.

Parameter(s)

Parameter1: Current user id - @SBUILDER_USER_ID

Example(s)

Example 1: Return the first and last name of the current user in the system.

  • DBO.EQ_STD_USER_NAME_GET(@SBUILDER_USER_ID)

Did this answer your question?