Hello,
I'm suppose to create custom function to concate Question Title with value in expression. So can you please guide me how to get question object in custom function using expression.
Thanks,
Hiren
Hello,
I'm suppose to create custom function to concate Question Title with value in expression. So can you please guide me how to get question object in custom function using expression.
Thanks,
Hiren
Hello Hiren,
You can get survey as this.survey
. To get a question you may pass question name and then get the question by calling: survey.getQuestionByName(yourQuestionName)
Thank you,
Andrew
SurveyJS Team