Page 1 of 1

Do not display all the value labels CSEntry

Posted: January 29th, 2019, 4:36 pm
by Vicmarfe
Dear All:
We have a problem for the development of an application for CSEntry, we would like help to find some function or logic to solve it.
One of the questions in the developing survey asks to select three attributes out of ten possible, when asking for the second and third option the value labels that were already selected should not be displayed.
I hope you can understand our doubt.
Thanks in advance for everyone.

Vicmar

Re: Do not display all the value labels CSEntry

Posted: January 29th, 2019, 6:49 pm
by josh
You can use the setvalueset() to change the responses at runtime from your logic. You would use three questions on your form. After picking the first response you can create a value set for the second question that includes all the options except the option chosen in the first questions. If you search the forum for "ranking" you will find some similar examples.