Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Merging two qlikview dashboards in one

Hi all,

I want to do the following thing and trying to find out what the best way to do it would be: I have 2 separate dashboards (single tab) that I would like to merge them in one qlikview file, which will have a page with a selection button for which one you would like to see. Any ideas?

Thanks in advance

21 Replies
Not applicable
Author

That would be the easy fix but it means that all qlikview files must be available. I am trying to create and send out a single qvw file.

I believe it's only manual work left for now.

Not applicable
Author

Hi Joseph,

In case you need veriables too from old qvw then there are 2 options you can work with

1. create an input box and add all the variables from the qvw and then export it to an excel sheet. Later you can import this file in the new application and write a loop which will create variables and its definitions one by one.

2. write a macro to export all variables to an excel sheet (which can also exprt those variables with correct definition which are having '=' sign before definiion).

*1st option will be more easy to implement!

Thanks,

Amey Pantoji