<?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: Loading in number string without preceeding characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105454#M366117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right(Sales, Len(&lt;STRONG style="font-size: 13.3333px;"&gt;Sales&lt;/STRONG&gt;) - 1)) as &lt;STRONG style="font-size: 13.3333px;"&gt;Sales&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2016 15:06:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-09T15:06:15Z</dc:date>
    <item>
      <title>Loading in number string without preceeding characters</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105452#M366115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'd like to know how to load in a series of numbers from a field without the proceeding characters. For instance I have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$35666&lt;/P&gt;&lt;P&gt;£50000&lt;/P&gt;&lt;P&gt;(6788&lt;/P&gt;&lt;P&gt;)89998 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to return the list so that it only loads in the numbers ie :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;35666&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;50000&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;6788&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;89998 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 15:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105452#M366115</guid>
      <dc:creator />
      <dc:date>2016-05-09T15:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in number string without preceeding characters</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105453#M366116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use: keepchar(Sales, '0123456789') as Sales.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 15:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105453#M366116</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-09T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in number string without preceeding characters</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105454#M366117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right(Sales, Len(&lt;STRONG style="font-size: 13.3333px;"&gt;Sales&lt;/STRONG&gt;) - 1)) as &lt;STRONG style="font-size: 13.3333px;"&gt;Sales&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 15:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105454#M366117</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-09T15:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in number string without preceeding characters</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105455#M366118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - would this work correctly even if one the values didnt contain any characters or will always remove the first character ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 15:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105455#M366118</guid>
      <dc:creator />
      <dc:date>2016-05-09T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in number string without preceeding characters</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105456#M366119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will always remove the first character. The above mentioned keepchar-function will with these parameter only return numeric chars. If your data are more different then that then you should post more of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 15:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105456#M366119</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-05-09T15:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Loading in number string without preceeding characters</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105457#M366120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will always remove the first character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this if you don't want to remove in case the first character is a number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNum(Left(Sales, 1)), Sales, &lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Right(Sales, Len(Sales) - 1))) as Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 15:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-in-number-string-without-preceeding-characters/m-p/1105457#M366120</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-09T15:28:16Z</dc:date>
    </item>
  </channel>
</rss>

