<?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: How to load data string staring with chracter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115200#M368243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;sure no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you will find a possible solution using match:&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;LOAD PolicyNumber&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[policynumbers.xlsx](ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;WHERE NOT match(left(PolicyNumber,1),0,1,2,3,4,5,6,7,8,9);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2016 16:52:32 GMT</pubDate>
    <dc:creator>santiago_respane</dc:creator>
    <dc:date>2016-08-30T16:52:32Z</dc:date>
    <item>
      <title>How to load data string staring with chracter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115195#M368238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In below attached application i have a policy number column and in that i am having policy numbers starting with Numbers and Characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to load policies starting with characters only..how i can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115195#M368238</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-08-30T16:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data string staring with chracter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115196#M368239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;you can use the &lt;STRONG&gt;alt&lt;/STRONG&gt; function to determine if the first character is a number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;LOAD IF(alt(left(PolicyNumber,1)),PolicyNumber) as PolicyNumber&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[policynumbers.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find sample attached.&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115196#M368239</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-08-30T16:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data string staring with chracter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115197#M368240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help..but actually want other way round. Means I want policy numbers starting with charters only should get upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115197#M368240</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-08-30T16:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data string staring with chracter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115198#M368241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;my bad, i interpreted totally the opposite.&lt;/P&gt;&lt;P&gt;Here is a possible solution attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it fits your needs.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115198#M368241</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-08-30T16:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data string staring with chracter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115199#M368242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks no problem at all...As I have a personal edition i can not open your application so can you please paste the solution the way you posted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115199#M368242</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-08-30T16:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data string staring with chracter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115200#M368243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;sure no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you will find a possible solution using match:&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;LOAD PolicyNumber&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[policynumbers.xlsx](ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;WHERE NOT match(left(PolicyNumber,1),0,1,2,3,4,5,6,7,8,9);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 16:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115200#M368243</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-08-30T16:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to load data string staring with chracter</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115201#M368244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much Santiago...very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 17:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-data-string-staring-with-chracter/m-p/1115201#M368244</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-08-30T17:31:19Z</dc:date>
    </item>
  </channel>
</rss>

