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

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