Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
MaclimRakesh
Contributor
Contributor

Loading data into an app with no access to original qvds?

Hello everyone, Is there a way to make changes to data within an app loaded from the qvd sources I don't have access to? To be more precise, in the app, there is sales data with several dates linked to it, and I would like to add a master calendar based on one of those dates. When i try to upload the calendar, errors come up. What would be a better way to proceed? Is there a way to make a connection to the existing date data within the script?
1 Reply
GaryGiles
Specialist
Specialist

@MaclimRakesh 

You can use a binary load statement.  Make a copy of your app.  Then, in the load script of your copied app, have the first line be:

Binary lib://Connection/Original App.qvf;

Depending on where your Original App is located, you may need to adjust the statement.  This will load the data model from the Original App into your copied app and allow you to run additional load script statements.

After this statement, you can add you master calendar load script and any other additions to the load script that you want to make.