Do not display all the value labels CSEntry

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
Vicmarfe
Posts: 12
Joined: September 12th, 2018, 2:53 pm

Do not display all the value labels CSEntry

Post 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
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Do not display all the value labels CSEntry

Post 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.
Post Reply