<?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 find the position of first numerical value? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742298#M265054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('computer 23technology',2)&lt;BR /&gt; &lt;BR /&gt; =&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('asdf 1234',1)&lt;BR /&gt; &lt;BR /&gt; =&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('asdf1234',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 09:46:03 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2015-02-18T09:46:03Z</dc:date>
    <item>
      <title>How to find the position of first numerical value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742296#M265052</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;&lt;/P&gt;&lt;P&gt;I have a below requirement to be accomplished,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a string I need to find the position of first numerical value from left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples:&lt;/P&gt;&lt;P&gt;'asdf1234',&lt;/P&gt;&lt;P&gt;'asdf 1234',&lt;/P&gt;&lt;P&gt;'computer 23technology'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the above strings I need to get the output of 5,6,10 respectively, which are positions for the first numeric from left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above are the example strings and it could vary in any manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone please help me out on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Karthikeyan A R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742296#M265052</guid>
      <dc:creator />
      <dc:date>2015-02-18T09:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the position of first numerical value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742297#M265053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; *, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Example&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;keepchar&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Example&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,0123456789),1)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;tmp1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Example&lt;BR /&gt; asdf1234&lt;BR /&gt; asdf 1234&lt;BR /&gt; computer 23technology&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742297#M265053</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2015-02-18T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the position of first numerical value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742298#M265054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('computer 23technology',2)&lt;BR /&gt; &lt;BR /&gt; =&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('asdf 1234',1)&lt;BR /&gt; &lt;BR /&gt; =&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('asdf1234',1) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742298#M265054</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-02-18T09:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the position of first numerical value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742299#M265055</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;from the internal help I gather that you can pass several characters to look for to the INDEX() function? Then you could write like&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; INDEX([field], '0123456789')&amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;and that should return the position of the first occurence of any of these, no?&lt;/P&gt;&lt;P&gt;Give it a try.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742299#M265055</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-02-18T09:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the position of first numerical value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742300#M265056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the strings with numeric will be dynamic. We cannot exactly say whether the number is 1 or 2 or 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first we need to find the first number in string from left and then its position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742300#M265056</guid>
      <dc:creator />
      <dc:date>2015-02-18T09:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the position of first numerical value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742301#M265057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78349_1.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *, FindOneOf(Example, '1234567890')&amp;nbsp; as Number &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Example&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;asdf1234&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;asdf 1234&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;computer 23technology&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742301#M265057</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-02-18T09:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the position of first numerical value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742302#M265058</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;I have tried the above but it is not working as I expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below function works,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Index('text01234567890','0123456789') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not with this:&amp;nbsp; Index('text0123','0123456789')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742302#M265058</guid>
      <dc:creator />
      <dc:date>2015-02-18T09:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the position of first numerical value?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742303#M265059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 09:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-the-position-of-first-numerical-value/m-p/742303#M265059</guid>
      <dc:creator />
      <dc:date>2015-02-18T09:57:09Z</dc:date>
    </item>
  </channel>
</rss>

