Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView 10 JS API - active object and all list box objects

Hi everyone,

I am new to QlikView extension development. I am using QVServer 10 to develop an extension at the moment and just getting bit by bit success.

The following questions would need some expert opinion:

1) How to retrieve all list objects from the current page? at the moment, i did the following but obviously it is not a right solution.

        mname = "LB" + ((i < 10)?("0"+i):i);

        var lb = this.GetQvObject(mname, function(){

            if (this==null||this.Data==null)return;

        });

2) Any function could use to show me the active object?

Thanks a lot and appreciate your help in advance!!

Regards,

Thomas Lo

1 Reply
Not applicable
Author

Hi All,

Even I have a requirement for the same .Can somebody please help me with the code?

Thanks,

Anju