<?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 How to select certain digit from a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100137#M603923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have i have a field with 16 digit number. How can i select&amp;nbsp; first 10 digits from that field and rename it as well as how to select last 6 digits and rename it.&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp; &lt;STRONG&gt;FIELD A = 0010025010001000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i want to show first 10 digits as TEST1&amp;nbsp; and 2nd 6 digits as TEST2&amp;nbsp; (&lt;STRONG&gt;TEST1 =0010025010&amp;nbsp;&amp;nbsp; and TEST2 =001000&lt;/STRONG&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Kazi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2018 10:54:20 GMT</pubDate>
    <dc:creator>geam1988</dc:creator>
    <dc:date>2018-09-06T10:54:20Z</dc:date>
    <item>
      <title>How to select certain digit from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100137#M603923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have i have a field with 16 digit number. How can i select&amp;nbsp; first 10 digits from that field and rename it as well as how to select last 6 digits and rename it.&lt;/P&gt;&lt;P&gt;Example:&amp;nbsp; &lt;STRONG&gt;FIELD A = 0010025010001000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i want to show first 10 digits as TEST1&amp;nbsp; and 2nd 6 digits as TEST2&amp;nbsp; (&lt;STRONG&gt;TEST1 =0010025010&amp;nbsp;&amp;nbsp; and TEST2 =001000&lt;/STRONG&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Kazi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100137#M603923</guid>
      <dc:creator>geam1988</dc:creator>
      <dc:date>2018-09-06T10:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to select certain digit from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100138#M603924</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;use left() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LEFT(FIELDA,10) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TEST1,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;LEFT(FIELDA,6) as &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;TEST2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FROM...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 11:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100138#M603924</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-09-06T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to select certain digit from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100139#M603925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have attached a great "cheat sheet" for you.&lt;/P&gt;&lt;P&gt;best wishes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 12:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100139#M603925</guid>
      <dc:creator>wade12</dc:creator>
      <dc:date>2018-09-06T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to select certain digit from a field</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100140#M603926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Tab:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;left(field_name,10) as &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Desired_name,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;right(field_name,6) as &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;Desired_name1&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-certain-digit-from-a-field/m-p/100140#M603926</guid>
      <dc:creator>tulabandula</dc:creator>
      <dc:date>2018-09-06T13:07:02Z</dc:date>
    </item>
  </channel>
</rss>

