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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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);

            }

        });

0 Replies