You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since SurveyJS v1.11.8, the displayValue function supports a second parameter that can be used to get a display text associated with any question value. For instance, the following expression references a display text that corresponds to value 5 in a Dropdown question.
RomanTsukanov
changed the title
Add value as a second parameter into 'displayValue' function
Expressions: Add an API to access a display text associated with any value rather than with the current question value
Jul 22, 2024
IMPLEMENTED
Since SurveyJS v1.11.8, the
displayValue
function supports a second parameter that can be used to get a display text associated with any question value. For instance, the following expression references a display text that corresponds to value 5 in a Dropdown question.Documentation
You may need to get the display value based on value that are not set to the question. Please review the following JSON:
The expressions values are based on row cell value & 'q1' and 'q2' settings.
The text was updated successfully, but these errors were encountered: