Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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.