Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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