Hi Everyone,
How can I make a drag / drop action populate a global variable with a list of dragged elements?
For example I want to drag year elements in random order into a global variable, that I can then use in a hyperblock. It is also important that I would like to allow dragging the same element multiple times, which is not possible with the select element action with multi-selection.
So the drop action would just add further elements to the ent of the xml list in the global variable.
Thanks, Zsolt