<?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: Filtering Data within a List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773943#M1022223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to solution I have posted?&lt;/P&gt;&lt;P&gt;Does it work?&lt;/P&gt;&lt;P&gt;If not could you post more of your samples?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 14:01:47 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2015-03-24T14:01:47Z</dc:date>
    <item>
      <title>Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773934#M1022214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Greetings!! I am pretty new to QlikView. Please do help me out in this issue. I have this list box with over a thousand rows. Almost each row has&amp;nbsp; a number like '22-3-01' as a part of the sentence like&amp;nbsp; Xxxxxxxx 22-4-02 xxxxxx. I want to see the all the records which match this number format. I find it very cumbersome to filter the records by entering the above number one by one.I want to see all of them together. I tried using the function&lt;/P&gt;&lt;P&gt; =if(match(Column/Field Name, '22-03-01', 22-05-08',etc (15 more values)), Column/Field Name)&lt;/P&gt;&lt;P&gt;But it's not working. &lt;/P&gt;&lt;P&gt; Seeking your advice on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 22:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773934#M1022214</guid>
      <dc:creator />
      <dc:date>2015-03-23T22:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773935#M1022215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the any pattern within your sentences so the numbers are in the same place or after specific character (space like in example above).&lt;/P&gt;&lt;P&gt;Then you can use any of Text function to extract your data.&lt;/P&gt;&lt;P&gt;post more examples to see if that will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 00:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773935#M1022215</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-24T00:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773936#M1022216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are they always after a set position in the string?&lt;/P&gt;&lt;P&gt;If so, you could use a "mid" function. Example: &lt;SPAN class="Code"&gt;mid('abcdef',3, 2 )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;'cd'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or are they always after a set character?&lt;/P&gt;&lt;P&gt;That add an "index" function at the spot of the "3" in the previous example. Example of index: &lt;SPAN class="Code"&gt;index( 'abcdabcd', 'b', 2 )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;6.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Hope that helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773936#M1022216</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-24T10:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773937#M1022217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert and Onno,&lt;/P&gt;&lt;P&gt;Greetings!! Thanks a lot for your replies. The problem is that there is no specific pattern to&amp;nbsp; the text in each record. The position of the number changes every time. For ex it maybe&amp;nbsp; "xxxxxx xxxxxxxx 22-3-02 xxx xx xxx" in one case and be like "xxx xxxx xx x 22-3-02 xxx xxx" in another case and so on. There is no set pattern or order unfortunately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773937#M1022217</guid>
      <dc:creator />
      <dc:date>2015-03-24T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773938#M1022218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are the dashes between the numbers (the -'s) only at that spot in the string or are they used in the rest of the text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are unique in the string, you can do the math from there (using that index function from my previous reply -2).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773938#M1022218</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-24T12:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773939#M1022219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;=textbetween(mid('xxxxxx xxxxxxxx 22-3-02 xxx xx xxx',index('xxxxxx xxxxxxxx 22-3-02 xxx xx xxx','-',1)-2),'',' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;load * Inline&lt;/P&gt;&lt;P&gt;[pattern&lt;/P&gt;&lt;P&gt;"xxxxxx xxxxxxxx 22-3-02 xxx xx xxx"&lt;/P&gt;&lt;P&gt; "xxx xxxx xx x 22-8-02 xxx xxx"]&lt;/P&gt;&lt;P&gt; ;&lt;/P&gt;&lt;P&gt; t2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; load &lt;/P&gt;&lt;P&gt; textbetween(mid(pattern,index(pattern,'-',1)-2),'',' ')as Pattern&lt;/P&gt;&lt;P&gt; Resident t1;&lt;/P&gt;&lt;P&gt; drop table t1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/81680_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773939#M1022219</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-24T12:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773940#M1022220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Onno,&lt;/P&gt;&lt;P&gt;The dashes are only present when there is a number&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773940#M1022220</guid>
      <dc:creator />
      <dc:date>2015-03-24T12:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773941#M1022221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Greetings!! I have 15 more different numbers like 22-3-02. Some of them are 22-17-02, 32-9-02 and so on. Each one is different. Is there a script for it to filter the records which contains the numbers along with the text? That might be pretty useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773941#M1022221</guid>
      <dc:creator />
      <dc:date>2015-03-24T12:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773942#M1022222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Onno,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Greetings!! I have 15 more different numbers like 22-3-02. Some of them are 22-17-02, 32-9-02 and so on. Each one is different. Is there a script for it to filter the records which contains the numbers along with the text? That might be pretty useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773942#M1022222</guid>
      <dc:creator />
      <dc:date>2015-03-24T13:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Data within a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773943#M1022223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to solution I have posted?&lt;/P&gt;&lt;P&gt;Does it work?&lt;/P&gt;&lt;P&gt;If not could you post more of your samples?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Data-within-a-List-Box/m-p/773943#M1022223</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-03-24T14:01:47Z</dc:date>
    </item>
  </channel>
</rss>

