Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any way or tool so i can use that for search purpose for qlikview application. I have many application folder but want to search perticular word in the qlikview application asume concat, for loop is there any third party tool for that so i search quickly.
Thanks
Is there any one please help me out for this.
I looked up more and more and more ... no result ...
... but with a long and awful work I solved the problem.
1) open your application, go in the script and select debug.
2) select all the code
3) copy it in a txt file with the name of the application in a folder with the correct name
4) repeat for all documents.
...
5) with notepad ++ you can search the word you need in all the txt files .... (I had more than 200 ...)
You can export all of your script by selecting File-> Export To Script File.
This is handy if you have multiple tabs worth of Script.
You still have the pain of searching the resultant files, of course!
Few suggestions:
1. Document Properties... > Title (add your desired name of application there) and use the Governance Dashboard (free application) to find the appropriate titles you are looking for. The governance dashboard is available (free to download and use) from QlikMarket. It is an awesome application that I use all the time with my customers.
2. Consider adding comments to the Edit Script > and search the comments in the governance dashboard
3. Loop through the names of the qvws, store in a qvw or export to csv/excel, associate to desired names
4. Set attributes in QlikView Management Console > open AccessPoint and find the desired attributes.
Hope this Helps.
~Greg