Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello;
I have two qvw file.
The first (File1.qvw) have information about sales with products.
The second one (File2.qvw) only have a Binary that load the first qvw:
Binary [\\Path\File1.qvw];
(I have to add more scripts in this file but I want to test this first)
When I reload the second qvw, it lose data.
Appears sales with only one product when, in the file1.qvw have three
Someone knows why can do something like this?
Thanks,
Fernando Izquierdo
Perhaps there is section access with data reduction applied? I am not sure if the data reduction is triggered in a binary load.
When you reload the original document, the reduction is not applied, so you would see all products. The reduction is applied when the document is opened without reloading (and perhaps when doing a binary load).
Perhaps there is section access with data reduction applied? I am not sure if the data reduction is triggered in a binary load.
When you reload the original document, the reduction is not applied, so you would see all products. The reduction is applied when the document is opened without reloading (and perhaps when doing a binary load).
Thanks Jonathan.
I didn't see an script that executes after the binary.