Please enable JavaScript to view this site.

Process Designer

Navigation: Javascript API > User dialog functions > Dialog element functions > Data > Read values

jr_get_display_value(string elementName)

Scroll Prev Top Next More

The function returns the value of an element as text in the way it is displayed and formatted for the user. For example, the value for a DATE element is displayed taking into account the formatting settings of the current user. This is opposite to jr_get_value, where the unformatted value is returned.

Parameter

Type

Description

elementName

string

Name of dialog element

The function is not available for the following element types: BLANK, BUTTON, CHECKBOX, IFRAME, IMAGE, RADIO, SQLTABLE and SUBTABLE_VIEW.