QlikSense QVD load based on naming pattern - Advanced
I have below qvd files in my library location. I only want to load data from AUXFILE_2018_05.qvd to rest all (The objective is to load data from Year-Month 2018_05 to rest all. How to transform my existing code(Given below) (presently it is loading from all the QVDs in the location)?
****My Code****
Set vStartYear = 2018; Let vCurrentYear= year(now()); For vYear = $(vStartYear) to $(vCurrentYear)