Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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