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

Qlikview change sheet in extension

Hi guys,

I have a Text element in my properties panel which I give a index number of the sheet i want to change to.

I have the following which works fine until you hide the tabrow:

$("#" + divName).click(function(){

   $('li').siblings().eq(IndexNumber).click()

  });

});

Can someon advise how to do this using using the qlikview javascript api? Or how can i add Actions to the properties panel?

Thanks for any help.

2 Replies
Not applicable
Author

As a quick and dirty solution i hid the tabrow. Hoping for someone to propose a better solution.

Not applicable
Author

I whould recomend using actions vs. extensions. I got it to work (with hidden tabs) using input field + variable + button action:

There is a copy of the solution attached.

Hope it helps!