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: 
Anonymous
Not applicable

Wildcard in script

Hi folks,

our generator provides several QVDs for one subject which differentiates by year.

File2012.qvd

File2013.qvd

File2014.qvd

We still have the QVD which holds all data in one QVD

File.qvd

In Monitor we load

Load * from File????.qvd

The result is that 4 QVDs had been loaded (2012, 2013 and 2014 and the file.qvd)

I would have expected a different behaviour that only the QVDs File201x would have been loaded.

Is this the correct behaviour (I would have used File*.qvd if need this behaviour) or is it a bug?

We use 11.20 SR5

Regards

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Absolutely a normal behaviour.

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Absolutely a normal behaviour.

MarcoWedel

Maybe by adding the clause "where len(filebasename) = 8"

regards

Marco