I have the following questions in my form:
a) List the candidates that contested in a constituency
b) Who won the election?
I would like the names entered in question (a) to be options in question (b). Any help, please.
I have the following questions in my form:
a) List the candidates that contested in a constituency
b) Who won the election?
I would like the names entered in question (a) to be options in question (b). Any help, please.
Hello,
could you provide some more information, please:
A solution might be to define and populate dynamically labeled selection_one list, for the winner by using ${candidate01} etc as labels. With selected-at() you could calculate the candidate0X variables, which are referenced in the labels.
But I think, there are some limits: