Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get the order of selections?

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!

4 Replies
carvalguil
Contributor III
Contributor III

Something like this?

Not applicable
Author

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!

carvalguil
Contributor III
Contributor III

Hi Alberto,

No, that was all I have. I believe it's not possible to accomplish what you're looking for. Sorry.

Guilherme

Not applicable
Author

Hi,

attached is a Macro that I created for this purpose!

Thanks for the help,

Alberto