When using QvaPublic.Data.GetSelected(); only getting one element in the array when I have multiple items selected. See Javascript below, I have a button that calls getSelections().
See screen shot below the javascript, which shows firebug output. The alert below reports length of 1.
This is with V10 SR1 workbench and server.
I believe .GetSelected(); should be returning an array of 3 elements. Or am I misunderstanding how .GetSelected(); should work. Not very good documentation....