Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qv button click event

Hi ther.

Is there any way I can read the listbox on qv button(one of the custom object) click

for e.g on button click do this

    var myobj1 = this.GetQvObject("LB02", function () {

            text = myobj1.QvaPublic.Data.GetSelected();

            for (var i = 0; i < text.length; i++) {

                para1 = (text);

            }

        });

Labels (1)
0 Replies