Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
hi,
Anyone please tell me
 
					
				
		
use Qlikview help
 anbu1984
		
			anbu1984
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Search the forum before you post question
 Peter_Cammaert
		
			Peter_Cammaert
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The regular FOR statement loops from a start value to an end value, calculating the next value on the fly.
FOR EACH will step through a list of discrete values that cannot be calculated, like file names or text strings.
Otherwise they are pretty much identical.
