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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Retrieve subfolders names into cursor

Hi , i want to retrieve the name of subfolders contained within a specific folder , and put those names in a cursor (variable) , how can it be done ?

thank you

1 Reply
whiteline
Master II
Master II

Hi.

It can be done in many ways.

Consider you want to do it in the load script using QV functionality. Search for the 'for each..next'  keyword in QV help. There is an example of using dirlist() function.