Values Selected for successive preceding questions in decreasing order

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
lmoriba
Posts: 56
Joined: June 10th, 2018, 6:21 pm

Values Selected for successive preceding questions in decreasing order

Post by lmoriba »

Dear CSPro Community,
Can anyone help develop a logic that will help achieve as follows:

I have three questions with the same values, a value selected in the first question must not appeared in the second question. Similarly, a value selected in the second question must not appear in the third question.

A sample application is attached.

Thanks in advance.
decrease_items.zip
(4.92 KiB) Downloaded 203 times
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Values Selected for successive preceding questions in decreasing order

Post by josh »

You could implement this using dynamic value sets with the setvalueset function.

Search for "ranking" on the forum. You will find examples very similar to what you are trying to do. http://www.csprousers.org/forum/search. ... ds=ranking
Post Reply