Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

how to take binary in QlikSense

Hi,

How to take Binary in qlikSense??

regards

Abhay

5 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

Check this link

Is binary load supported in Qlik Sense ?

Regards,

Jagan.

abhaysingh
Specialist II
Specialist II
Author

hi jagan,,

M not able to understand what is exactly going there..

i Want to take Binary of TestBinary.qvf.

what would be the Binary Statement??

kindly Help..

jagan
Luminary Alumni
Luminary Alumni

Then try

Binary TestBinary.qvf; (If both the files are in the same path)

Binary Filepath/TestBinary.qvf;(If both the files are in different path)

Note: Binary load will load data and tables from one Qlikview/Qliksense file to another Qlikview/Qliksense file.

Regards,

Jagan.

Ralf-Narfeldt
Employee
Employee

For that to work, it requires that you have set Qlik Sense to Legacy mode (for support of absolute/relative paths).

In Standard mode, which is default when you install Qlik Sense, you need to refer to a lib data connection, like

Binary lib://MyData/customer.qvw;

That also means you must have created a data connection MyData pointing to the folder where customer.qvw is located.

http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/LoadData/FileSystemAccessRestrict...

Here is the help topic for Binary load:

http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/ScriptRegularStatements...

abhaysingh
Specialist II
Specialist II
Author

Hi,

Binary has to taken in this way,,,

1- create folder connection through which you want to take binay..

2- binary 'lib://FolderConnectionName/Filename.qvw'.

Regards

Abhay