Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Smeenakshi23
Creator II
Creator II

*Search*

Is there any automation for searching a particular word in all the Qlikview reports(Available report in my folder) script part ??

5 Replies
Miguel_Angel_Baeyens

Within your QVW scripts? No. QVW are binary files and not readable by text processings or findstr or grep-like command line instructions.

But you can export those scripts to QVS files (plain text), and then $(Include=) them on the QVW.

I use Windows Powershell ls and sls to do exactly what you mention.

Smeenakshi23
Creator II
Creator II
Author

Will powershell reads the Qlikview file ??

Miguel_Angel_Baeyens

No, it reads the QVS files (just plain text files with a different extension), but it lets you use more options when searching than FINDSTR.

Smeenakshi23
Creator II
Creator II
Author

Do you have nay sample script for it.. It would be more useful for me to go through

Miguel_Angel_Baeyens

As I have mentioned, I'm not using any script, but command ls and sls in Powershell:

ls *.qvs | sls texttosearchhere