Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Custom extension not supported in new release

Hi,

I am using a very good custom extension which populate Sheet List in list box and user can navigate to different sheet by selecting items in the list.

This was working fine since Qlik upgrade to 2.3.SR4 version.

I have found that getAppObjectList() method is deprecated in new version and need to use getList() method instead. However there is no code available to implement getList method. I have tried using getList method but still getting an error.

Can anyone please help with this?

Thanks,

Kranti

1 Solution

Accepted Solutions
ErikWetterberg

Hi,

I haven't tried this, but it is pretty likely that this is because of the currApp bug described in this thread: Re: Global Variable issue in QlikSense 3.2 SR3

If you can modify the source code of the extension you could try this:

- check if the extension uses the call qlik.currApp(this) (could be another parameter than this)

- if it does remove the parameter from all currApp calls

- save

- refresh the browser cache and test

Hope this helps - please let us know if it does

Erik Wetterberg

View solution in original post

2 Replies
ErikWetterberg

Hi,

I haven't tried this, but it is pretty likely that this is because of the currApp bug described in this thread: Re: Global Variable issue in QlikSense 3.2 SR3

If you can modify the source code of the extension you could try this:

- check if the extension uses the call qlik.currApp(this) (could be another parameter than this)

- if it does remove the parameter from all currApp calls

- save

- refresh the browser cache and test

Hope this helps - please let us know if it does

Erik Wetterberg

Anonymous
Not applicable
Author

Hi Eric,


I have removed the parameter qlik.currApp(this).

and perform the steps.

This resolved the problem.


Thanks for your support!!!


Regards,

Kranti