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: 
Moro
Contributor
Contributor

tfileInputExcel - reading all Sheets with certain word in their names (using Regex?)

Hallo,

I would like to read (tFileInputExcel) all Sheets with "Bill" in their names. Sheet names looking like this: "Bill 01", "Bill 02",...

I tried the following:

tFileInputExcel - Basic Setting

Sheet list: "Bill (\\d(2))"

Use Regex (activated)

It doesnt work though. It starts reading from Sheet "Bill 02" and then some other Bill Sheets but not all and I dont know why. Do you have any advice for me please?

Thank you so much.

Mara

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Please try the Sheet list : "Bill \\d+" as the below , it should be working

0695b00000WuAwFAAV.png

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

Please try the Sheet list : "Bill \\d+" as the below , it should be working

0695b00000WuAwFAAV.png

Moro
Contributor
Contributor
Author

perfect! Thank you! 🙂