Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 qv_testing
		
			qv_testing
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
Loading data from Another QVW file,
is it possible more than one QVW file into one...
Please give me Example..
 qv_testing
		
			qv_testing
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Binary practice.qvw;
it works fine,
but i want to two QVW files into one QVW file
 qv_testing
		
			qv_testing
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
qvw1 = qvw1+qvw2 it's work fine
any other way.........
 
					
				
		
 kedar_dandekar
		
			kedar_dandekar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Raju,
It is not possible to perform more than one Binary Load in a QlikView application, as Binary load reads processed QlikView data into another QlikView document.
As mentioned in the QlikView ref. manual:
The "unpacking" used requires a "clean slate" in memory which is the reason why a Binary statement must be the very first statement in the script. Therefore it is also impossible to use Binary more than once in a script.
However you can perform binary load of one qvw to another, one-at-a-time.
e.g.
BinaryLoad QV1 data into QV2, and then
BinaryLoad QV2 data into QV3 and so on.
or
You can use QVD files to consolidate data from multiple QlikView documents.
HTH,
KD
