Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
chaper
Creator III
Creator III

Correct Syntax for Binary load in Qlik Sense

I am trying to do binary in Qlik Sense. Tried all types with and without lib: .Not working. What is the right syntax for Binary load in Sense??

Thanks in advance

1 Solution

Accepted Solutions
Not applicable

Dear chaiperi, We are following the same syntax from QlikView, please check help page:

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

Please notice that: Only one binary statement is allowed in the script and it must be the first statement of the script.

//Bohua

View solution in original post

12 Replies
Not applicable

Dear chaiperi, We are following the same syntax from QlikView, please check help page:

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

Please notice that: Only one binary statement is allowed in the script and it must be the first statement of the script.

//Bohua

Anonymous
Not applicable

Try this:

Open settings.ini in qlik sense installed folder and change StandardReload=0 and save.

Then try the binary load statement without lib:.

chaper
Creator III
Creator III
Author

Thanks

Anonymous
Not applicable

Did it work?

Michael_Tarallo
Employee
Employee

Hello Chai - have you gotten this to work - if not have you seen this post and video:

Qlik Sense Desktop - Loading Data from QlikView Applications (video)

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
NareshGuntur
Partner - Specialist
Partner - Specialist

Anyone got this worked??

I tried Binary X.qvf;

Binary load X.qvf;

Binary C:\Users\xxx\Documents\Qlik\Sense\Apps\X.qvf;

Binary [lib://Binary/X.qvf];

As per Utkarsh's suggestion, I made StandardReload=0 as well. But no luck.

Cheers,

Naresh

Michael_Tarallo
Employee
Employee

Hi Naresh,

Take a look at this and let me know if this helps:

Qlik Sense Desktop - Loading Data from QlikView Applications (video)

If not - let me know what the issue is - and open a separate discussion thread.

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
chaper
Creator III
Creator III
Author

Hi naresh it worked for me

chaper
Creator III
Creator III
Author

Binary [lib://Name/Application.qvf];