Skip to main content
Announcements
Global Transformation Awards submissions are open! SUBMIT YOUR STORY
cancel
Showing results for 
Search instead for 
Did you mean: 
antonio_navas
Contributor II

Dinamic tab navigation

I've a project who need has visualizations tab dinamic. Publish de Qliview projecto to the intranet corporative and view dinamicaly de diferents tabs who is in the project. Keeping as tab for 2 minutes and view other one.

Tab1 (2 minutes), close the tab and open de Tab2 (2 minutes)

There are any extension or macro who can use to do this action? 

thks., 

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

If you are using QlikView Desktop, you could use a macro to achieve that functionality. However, VBS is being deprecated by Microsoft.

With the Ajax client, there is nothing out of the box to loop through sheets, you will need to create something ad-hoc.

You could use a web site that embeds the QlikView sheet or app (using IFRAME or DIV for example) and a javascript function that makes the loop.

About IFRAMEs and DIVs:
https://help.qlik.com/en-US/qlikview-developer/April2020/Subsystems/Mashups/Content/QV_Mashups/mashu...
https://community.qlik.com/t5/QlikView-Documents/Sharing-and-Embedding-Multiple-QlikView-Objects-v11...

View solution in original post

1 Reply
Miguel_Angel_Baeyens

If you are using QlikView Desktop, you could use a macro to achieve that functionality. However, VBS is being deprecated by Microsoft.

With the Ajax client, there is nothing out of the box to loop through sheets, you will need to create something ad-hoc.

You could use a web site that embeds the QlikView sheet or app (using IFRAME or DIV for example) and a javascript function that makes the loop.

About IFRAMEs and DIVs:
https://help.qlik.com/en-US/qlikview-developer/April2020/Subsystems/Mashups/Content/QV_Mashups/mashu...
https://community.qlik.com/t5/QlikView-Documents/Sharing-and-Embedding-Multiple-QlikView-Objects-v11...