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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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