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: 
Anonymous
Not applicable

how to do Binary load from qlikview to qliksense

Hi All , Need help on Step by Step procedure with an example for loading data from qlikview to Qlik sense app.

23 Replies
satishkurra
Specialist II
Specialist II

Hi

Please find here

1.

QlikView App is Test.qvw

Copy the Test.qvw to C:\Users\username\Documents\Qlik\Sense\Apps\

Now open QlikSense

U can see the QlikView APp coming up

or

2. Binary Load the QLikView application in QLiksense

Go to QlikSense -> Open App -> Data Load Editor -> Create New Connection -> Create a folder where QlikView app is placed ->

Now in the script write as

Binary 'lib://data/Test.qvw';

satishkurra
Specialist II
Specialist II

Lastly Binary Load has to be the 1st statement in the script window

Anonymous
Not applicable
Author

Satish when i create the connection folder i named it as QVWs. Does it have to be data.. and my Binary statement is like :

Binary 'lib://QVWs/BI_Dashboard.qvw';

I am getting Data has not been loaded. Please correct the error and try loading again.. please let me know if i am missing anything.

satishkurra
Specialist II
Specialist II

See here

What i have done is

QlikView app: BI_dashbaord.qvw

The qvw is in (C:\QlikView\QlikViewScripts\BI_dashboard.qvw)

Now i created a new app in QlikSense

In data load editor folder

Create a new connection with path as C:\QlikView\QlikViewScripts\

Connection Name is data (In your case it is QVW's)

Binary 'lib://QVWs/BI_Dashboard.qvw';


Attaching both qvw and qvf


Also Is binary load the 1st statement in Load script in QlikSense?



satishkurra
Specialist II
Specialist II

Is the issue resolved Vinay?

Anonymous
Not applicable
Author

yes it is the first statement in the script. let me attach the qvf file...

satishkurra
Specialist II
Specialist II

Seems like attachment missing...

Anonymous
Not applicable
Author

Please see the attachment.

satishkurra
Specialist II
Specialist II

See attached

I created a folder desktop and copied the BI_dashboard.qvw in that folder and reloaded, it worked,

Can you try edit connection and change name from satishkurra to kumar... and load once again?