<?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: Filter Records in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Records-in-Script/m-p/427671#M702650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestion - I will give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2012 20:00:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-20T20:00:59Z</dc:date>
    <item>
      <title>Filter Records in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Records-in-Script/m-p/427669#M702648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am trying to filter item numbers in the script so item numbers that start with A through Z and items starting with 6DDP and 6DDR display.&lt;/P&gt;&lt;P&gt;Have tried many functions including sample below without any success &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SELECT&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;"Inventory Master File"&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;WHERE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;WILDMATCH(ITEM_NUMBER&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;='A*'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;'B*'&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; color: #004d4d; font-size: 9pt;"&gt;'C*' or '6DDP*' or '6DDR*');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Thank you in advance for your help!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 18:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Records-in-Script/m-p/427669#M702648</guid>
      <dc:creator />
      <dc:date>2012-09-20T18:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Records in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Records-in-Script/m-p/427670#M702649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;one way would be with like statement:&lt;/P&gt;&lt;P&gt;...where ITEM_NUMBER like ‘A*’ or ITEM_NUMBER like ‘B*’ ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 18:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Records-in-Script/m-p/427670#M702649</guid>
      <dc:creator />
      <dc:date>2012-09-20T18:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Records in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Records-in-Script/m-p/427671#M702650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestion - I will give it a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 20:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Records-in-Script/m-p/427671#M702650</guid>
      <dc:creator />
      <dc:date>2012-09-20T20:00:59Z</dc:date>
    </item>
  </channel>
</rss>

