Passing repeater rows between picklists/listboxes

repeater-widget

#1

Hi all, I’m trying to create a dual picklist where items in the “available” list can be selected and transferred to the “selected” picklist. I’d like to be able to then move the “selected” items up or down and also transfer them back to the “available” list.

So far (in my attached project) I have 2 repeaters for the lists. I can select one or many items in the “available” list, but I can’t work out how to pass them into the “selected” list. I’ve tried passing the selection to the OnLoadVariable but that only passes one value.

Any help would be greatly appreciated!

Thanks

Dual Picklists.rp (77.7 KB)


#2

You can try creating the same list in both repeaters - then, just mark or unmark the rows, or even filter based on the selections on the left.


#3

Hi, I eventually achieved what I wanted using a bunch of variables (and some trial and error!) but I suspect there’s a much neater way of doing it. Just need to sort the up and down buttons.

Dual Picklists #2.rp (104.2 KB)


closed #4

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.