<?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: 6hPkcFQn in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627541#M477049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try 250*. Sorry if I missed something. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 21:38:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-08T21:38:24Z</dc:date>
    <item>
      <title>6hPkcFQn</title>
      <link>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627540#M477048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use *###* I find the data that is separated by the delimiter in a list.&amp;nbsp; Is there a way to search the data inside of the delimiter from left to right or the numbers at the start instead of pulling numbers in the middle of a larger number?&amp;nbsp; I want to find the numbers that start with 250.&amp;nbsp; Unfortunately, *250* pulls numbers that have 250 in it as well as the number that start with 250. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 21:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627540#M477048</guid>
      <dc:creator />
      <dc:date>2014-05-08T21:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: 6hPkcFQn</title>
      <link>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627541#M477049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try 250*. Sorry if I missed something. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 21:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627541#M477049</guid>
      <dc:creator />
      <dc:date>2014-05-08T21:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: 6hPkcFQn</title>
      <link>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627542#M477050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_13995865223081879 jive_text_macro jive_macro_code" jivemacro_uid="_13995865223081879"&gt;
&lt;P&gt;tabInput:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; valuelist&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123456 / 250678 / 234567 / 250123/ 250234/ 345678 / 456789 / 567890 / 250567&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;tabOutput:&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;Where number like '250*';&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Trim(SubField(valuelist, '/')) as number&lt;/P&gt;
&lt;P&gt;Resident tabInput;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_117802_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/58583_QlikCommunity_Thread_117802_Pic1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 22:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627542#M477050</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-05-08T22:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: 6hPkcFQn</title>
      <link>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627543#M477051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This helped me experiment and find that if I include the delimiter inside of the ** (i.e. *|250*) then it will only find those numbers that have the delimiter in front of it.&amp;nbsp; This effectively makes it so I am able to pull just those numbers that start with 250 and not the numbers with it buried in it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 23:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/6hPkcFQn/m-p/627543#M477051</guid>
      <dc:creator />
      <dc:date>2014-05-08T23:59:57Z</dc:date>
    </item>
  </channel>
</rss>

