Hi,
I am running below expression on survey,
survey.runExpression(displayValue("Please select the option which describes the circumstan")
);
It is giving me result as false even I can see there is value as well as displayValue present for that question.
Am i doing something wrong here?
Thanks,
Ramkumar MOre
Hello,
Would you share a survey JSON definition so that I can test it on my end? Also, please elaborate on your end goal.
Thanks
Hi Jane,
Sharing the entire JSON is quite difficult since it contains some confidentials information.
What I am trying to achieve here is a summary of all the questions in questionnaire into a question for that I am adding an expression which will collect the responses of the questions.
For some reasons like I have a need of using displayValue in this function but seems like it is not working & giving me result as false.
Without displayValue the expression is working fine but it is not showing the displayText of selected value.
Thanks,
Ramkumar More