<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: *Search* in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Search/m-p/127339#M1292544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2018 11:41:03 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2018-09-14T11:41:03Z</dc:date>
    <item>
      <title>*Search*</title>
      <link>https://community.qlik.com/t5/QlikView/Search/m-p/127336#M1292534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any automation for searching a particular word in all the Qlikview reports(Available report in my folder) script part ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search/m-p/127336#M1292534</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: *Search*</title>
      <link>https://community.qlik.com/t5/QlikView/Search/m-p/127337#M1292537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within your QVW scripts? No. QVW are binary files and not readable by text processings or findstr or grep-like command line instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can export those scripts to QVS files (plain text), and then $(Include=) them on the QVW. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use Windows Powershell &lt;EM&gt;ls&lt;/EM&gt; and &lt;EM&gt;sls&lt;/EM&gt; to do exactly what you mention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 08:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search/m-p/127337#M1292537</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-09-14T08:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: *Search*</title>
      <link>https://community.qlik.com/t5/QlikView/Search/m-p/127338#M1292540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will powershell reads the Qlikview file ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 09:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search/m-p/127338#M1292540</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2018-09-14T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: *Search*</title>
      <link>https://community.qlik.com/t5/QlikView/Search/m-p/127339#M1292544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 11:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search/m-p/127339#M1292544</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-09-14T11:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: *Search*</title>
      <link>https://community.qlik.com/t5/QlikView/Search/m-p/127340#M1292547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have nay sample script for it.. It would be more useful for me to go through&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search/m-p/127340#M1292547</guid>
      <dc:creator>Smeenakshi23</dc:creator>
      <dc:date>2018-09-24T13:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: *Search*</title>
      <link>https://community.qlik.com/t5/QlikView/Search/m-p/127341#M1292549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I have mentioned, I'm not using any script, but command ls and sls in Powershell:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15378598850407860 jive_text_macro" jivemacro_uid="_15378598850407860"&gt;
&lt;P&gt;ls *.qvs | sls texttosearchhere&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 13:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Search/m-p/127341#M1292549</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-09-24T13:47:24Z</dc:date>
    </item>
  </channel>
</rss>

