Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 bilionut
		
			bilionut
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I have to loading data from  a range of folders like that:
..\ AAA \ 2015_12 \
..\ AAA \ 2016_01 \
..\ AAA \ 2016_02 \
...
..\ AAA \ 2016_12 \
How can I address a file from a specific folder in a row, for example, at the earliest month or the latest one?
 
					
				
		
 avinashelite
		
			avinashelite
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		To get the files path as a column use
FilePath() as path in the script
if you want yo load the latest files then check this
 
					
				
		
 qlikview979
		
			qlikview979
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do like this in your script
filepath() as Folder path
 
					
				
		
 avinashelite
		
			avinashelite
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		To get the files path as a column use
FilePath() as path in the script
if you want yo load the latest files then check this
 bilionut
		
			bilionut
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks a lot Avinash R!
 This link is what I needed 
