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

Do loop in QlikView

How do I creat a do-loop in QlikView?

1 Reply
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Below is the usage.

let a=1;

do while a<10

load * from file$(a).csv;

let a=a+1;

loop

Hope it helps

Celambarasan