Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any automation for searching a particular word in all the Qlikview reports(Available report in my folder) script part ??
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.
Will powershell reads the Qlikview file ??
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.
Do you have nay sample script for it.. It would be more useful for me to go through
As I have mentioned, I'm not using any script, but command ls and sls in Powershell:
ls *.qvs | sls texttosearchhere