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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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.