Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
my requirement is very strict: I need to get, based on a field, the order of selection based on user clicks.
Example: if my field has these values: 1 2 3 4, and the user selects 4,3,1,2 then I would like to get into separate variables 4,3,2,1 in the same order.
How can I accomplish that? Is there a way to do it?
Thanks!
Something like this?
Hi Guilherme,
thanks for your answer, it may be done in this way!
But I was looking for a way to select the values through Ctrl button. If you test this scenario on your qvw, it will order the selected values not by click to select but by number (in this case)
Any other thought?
Thanks!
Hi Alberto,
No, that was all I have. I believe it's not possible to accomplish what you're looking for. Sorry.
Guilherme
Hi,
attached is a Macro that I created for this purpose!
Thanks for the help,
Alberto