Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've got a problem with the BINARY instruction:
I've one source.qvw that has ~10 internal tables linked together and various graphs and tables.
I create a dest.qvw that has this only load instruction: BINARY source.qvw;
If I copy a graph from souce.qvw to dest.qvw the 2 graphs shows different data.
How is it possible?
What error do I make?
Thanks
Andrea
Just guessing, do your expressions / dimensions use variables?
I believe these will not be read in from your source.qvw when binary loaded.