Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi All,
Even I have a requirement for the same .Can somebody please help me with the code?
Thanks,
Anju