Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
prashantsanchet
Creator
Creator

QlikSense import same extension with different name twice

Hi Team,

I am using one extension "Climber Selection Bar" for one purpose.

Now i have modified some code for it for different purpose  and now i want to import it into server.

What are the changes we need to do to allow new extension in Server . We cant replace this with existence one .

We have tried changing name in qext file so please let me know if any other changes is done.

for testing purpose i have copied both "Original one" and "extension with new name" to Extension folder but while i am opening in desktop it shows only one not both

Please provide your input.

Thank you.

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

also change .js files name

View solution in original post

3 Replies
shraddha_g
Partner - Master III
Partner - Master III

also change .js files name

micheledenardi
Specialist II
Specialist II

You have to change is the .qext name,example:

OriginalExtension.qext to OriginalExtensionMOD.qext

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
ErikWetterberg

There are at least three places to look:

- qext file name

- javascript file name

- CSS class name in the CSS file

Possibly there can also be other places, like dependencies etc.

I would recommend doing a text search in all source code for the extension.

Hope this helps

Erik Wetterberg