I have a gallery.
How can i display all options that the user have selected in a multiple choice dorpdownlist?
A user have selected two values from a dropdown list in my form.
Now i want to dispaly both values in the gallery....
How can i populate a dropdown, label, textinput or something with all selected values so they are both shown at the same time?
Solved! Go to Solution.
Hi @Oskarkuus ,
Do you want to display multiple choice values in the gallery?
I'm afraid using drop down is not a good idea. It could only show one choice at once.
I suggest you use combo box or listbox.
I've made a similar test for your reference:
Click the gallery, click the pen icon and choose control under the insert mune.
1)use combo box
Set the combo box: Items: tablename
Primary text: fieldname
DefaultSelectedItems: ThisItem.fieldname.Value
2)use listbox
set the listbox's Items: ThisItem.fieldname.Value
Then, the gallery will show multiple choice.
Best regards,
Community Support Team _ Phoebe Liu
Hi @Oskarkuus ,
Do you want to display multiple choice values in the gallery?
I'm afraid using drop down is not a good idea. It could only show one choice at once.
I suggest you use combo box or listbox.
I've made a similar test for your reference:
Click the gallery, click the pen icon and choose control under the insert mune.
1)use combo box
Set the combo box: Items: tablename
Primary text: fieldname
DefaultSelectedItems: ThisItem.fieldname.Value
2)use listbox
set the listbox's Items: ThisItem.fieldname.Value
Then, the gallery will show multiple choice.
Best regards,
Community Support Team _ Phoebe Liu
now how do you pull that data out of the gallery (with concat?) to display selected choices in a text box
User | Count |
---|---|
209 | |
94 | |
84 | |
49 | |
39 |
User | Count |
---|---|
265 | |
104 | |
104 | |
61 | |
59 |