Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what is the use of ForEach function in qlikview?

hi,

    Anyone please tell me

3 Replies
Not applicable
Author

use  Qlikview help

anbu1984
Master III
Master III

Search the forum before you post question

Re: How to read from subfolders?

Peter_Cammaert
Partner - Champion III
Partner - Champion III

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.