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: 
nurettinsahin
Contributor II
Contributor II

how to use two or more "binary" functions in one document

Hi all,

how to use two or more "binary" functions in one document.

Sample;

Document 1: c:\Qlikview\Inventory.qvw

Document 2: c:\Qlikview\Sales.qvw

Document 3: c:\Qlikview\Purchase.qvw


if two or more "binary" functions are used in one document; I'm getting the bottom error.

Syntax error

Unknown statement : Binary

>>BINARY<<


New Qlikview document script;

Binary [c:\Qlikview\Inventory.qvw];

Binary [c:\Qlikview\Sales.qvw];

Binary [c:\Qlikview\Purchase.qvw];


Thanks,

Nurettin

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

It is not allowed to use more than 1 binary load in single document (Application).

If you want you can create 2 applications like below.

1. To add the Binary load of Inventory and Script for Sales

2. Second application will have binary load of above application (Created in 1st Step) and script for Purchase.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
tresesco
MVP
MVP

Only one binary load is allowed per document. You could try chaining them like:


Sales(with binary load of first qvw -Inventory)  // Sales+Inventory

Purchase(with binary load of Sales)                 // Purchase+Sales+Inventory