antonio_navas
Contributor II
2020-07-29
09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.,
451 Views
1 Solution
Accepted Solutions
Miguel_Angel_Baeyens
Employee
2020-07-29
09:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
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...
1 Reply
Miguel_Angel_Baeyens
Employee
2020-07-29
09:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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...
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...