<?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: display/search values with pretended filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699278#M676767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;CONNECT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Database1; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load "ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Birthday";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Database1".db1."Customer"&amp;nbsp; Where "ID" Like 'ID500%' or "ID" Like 'ID600%';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: Corrected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 07:18:42 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-06-18T07:18:42Z</dc:date>
    <item>
      <title>display/search values with pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699277#M676766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;my &lt;STRONG&gt;first&lt;/STRONG&gt; question is about the simply search funktion.&lt;/P&gt;&lt;P&gt;While I have connected to my database, I have many IDs:&lt;/P&gt;&lt;P&gt;How can I search like: ID500***&amp;lt;X&amp;lt;ID600***&lt;/P&gt;&lt;P&gt;X is my search filter, so I want to show up all IDs from ID500*** to ID600*** - for selecting them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My second question is about to use the filter in the Script:&lt;/P&gt;&lt;P&gt;I work mostly with the database, so i can only read.&lt;/P&gt;&lt;P&gt;How can I use the filter in the Script&amp;nbsp; for selecting pretended values ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;CONNECT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Database1; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load "ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Birthday";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Database1".db1."Customer"; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699277#M676766</guid>
      <dc:creator />
      <dc:date>2014-06-18T07:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: display/search values with pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699278#M676767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;CONNECT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Database1; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load "ID",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Name",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Birthday";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM "Database1".db1."Customer"&amp;nbsp; Where "ID" Like 'ID500%' or "ID" Like 'ID600%';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: Corrected&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699278#M676767</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-18T07:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: display/search values with pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699279#M676768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might need to be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Where "ID" Like 'ID500%' or "ID" Like 'ID600%'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if you are using SQL Server&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699279#M676768</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-06-18T07:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: display/search values with pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699280#M676769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Righ, just missed that. QV is in mind &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;. Thanks Jonathan for the correction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/display-search-values-with-pretended-filter/m-p/699280#M676769</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-18T07:29:20Z</dc:date>
    </item>
  </channel>
</rss>

