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: 
vangurideepu
Creator
Creator

Binary Load in Qlik Sense cloud

I tried so many times in Qlik sense desktop and as well in cloud, can anyone explain the Binary load with example.

thanks in advance, help would be appreciated.

Regards

Pradeep

1 Solution

Accepted Solutions
4 Replies
ChennaiahNallani
Creator III
Creator III

vangurideepu
Creator
Creator
Author

Hello Chennaiah,

Thanks for quick reply.

McDonald-1022
Contributor
Contributor

Great for the Desktop......doesn't help Cloud

RamanaKumarChintalapati
Partner - Contributor III
Partner - Contributor III

Hi @vangurideepu ,

Here is the Binary Loading in the Qlik Sense Cloud/SaaS

 

We have one limitation with in the Qlik Sense SaaS for Binary Load

 

You cannot upload QVW or QVF files to the /DataFiles folder. Instead,

you can upload the file to a file share, for example AWS S3 or Google Drive,

and then load the data from a data connection connected to the file share.

 

Reference Link:

https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularS....

 

Below is the process to do Binary Loading in Qlik Sense Cloud:

Example: I have already an application name called Section_8_Data_Validation .qvf This application already loads some data.

This application is loaded into One-Drive

I create a new application, naming it Binaryload.qvf

With its Data Load Editor I created a new connection with One-Drive and authenticate as with required details.

RamanaKumarChintalapati_0-1702439619743.png

 

Then, on the very first line of the script (It must be the very first line) the statement Binary

[lib://Banking:OneDrive/Binaryloading/Section_8_Data_Validation .qvf]

 

RamanaKumarChintalapati_1-1702439619748.png

 

 

Now I clicked on the Load data button, and the new application, Binary-Load now features the same Data Model from the Section_8_Data_Validation .qvf

I was able to create a different UI for the new application;

RamanaKumarChintalapati_2-1702439619749.png

 

 

 

For Qlik Sense Enterprise on windows Please follow below link:

https://community.qlik.com/t5/App-Development/Create-Data-Model-and-use-the-same-for-different-apps/...

 

I Hope this will helps!!!