Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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