Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 nareshthavidish
		
			nareshthavidishHi,
I have an qvw with path name as SET vQVDPath='..\..\..\QVD\ServiceScorecard\';
how can i use the qvd for another qvw by using path variables,ie.
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Your question is not clear. Please provide more information.
 Gysbert_Wassena
		
			Gysbert_Wassena
how can i use the qvd for another qvw by using path variables,ie. 
I don't understand what you're trying to ask. Can you explain what you want to do?
 qlikviewwizard
		
			qlikviewwizard
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Naresh,
May be like this:
It is not good practice to use Relative path like SET vQVDPath='..\..\..\QVD\ServiceScorecard\';
SET vQVDPath='C:\QLIKVIEW\PROJECT\QVD\ServiceScorecard\';
You can use ServiceScorecard folder QVDs in any qvw. Hope this will help you. Thank you.
 
					
				
		
Did you mean to use the qvds which are in ServiceScorecard qvw in another qvw by referring to ServiceScorecard path ??
 
					
				
		
Hi,
You mean the qvw in the same folder ?
Follow the folder structure.

Keep qvd's in seperate folder.
use the qvds in other qvws .
