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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

GetCSVFIleNames

Hi Experts,

I am migration a QlikView  backend script to Qlik Sense Backend Script.

I noticed that GetCSVFIleNames functions is used in Qlikview, I tried applying it in Qlik Sense, but it is not taking this function.

Any Suggestion or Alternative.

 

Thank you

 

2 Replies
Mark_Little
Luminary
Luminary

Hi @Purushothaman 

Not sure what the sxact use case is, but can you not use FileName()?

Can add a clause to limit where right(FileName(),4) = '.csv'

Purushothaman
Partner - Creator III
Partner - Creator III
Author