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

Is it possible to read a excel file from module editor of qlikview

Hi,

I have a problem, I'm trying to read a excel file from module editor of qlikview but I don't know how to do it (I'm trying to use the getOpenFileName function but it doesn't work). I want to do it because i need to read all the registers of the first column of the excel file  and after select all of them using the SelectValues function.

Would it be possible?

Thanks in advance

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

If you have Excel installed on the computer that is running the macro you could use Windows Automation to grab hold of Excel and find the values you need and then do a selection based on that.

What makes it necessary to do it in the first place?

View solution in original post

2 Replies
petter
Partner - Champion III
Partner - Champion III

If you have Excel installed on the computer that is running the macro you could use Windows Automation to grab hold of Excel and find the values you need and then do a selection based on that.

What makes it necessary to do it in the first place?

Not applicable
Author

You're right Peter. I have be able to use Windows automation.

Thanks a lot