<?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: Extract right hand values from a specified position in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729127#M261278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Mid(FieldName, Start_Character,End_Character) to fetch any part of string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 10:31:06 GMT</pubDate>
    <dc:creator>ychaitanya</dc:creator>
    <dc:date>2014-09-18T10:31:06Z</dc:date>
    <item>
      <title>Extract right hand values from a specified position</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729123#M261274</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 a text field and I would like to extract all its characters from the position twuelve to the end. The strings do not have allways the same size so I can not use a simple right(field,x) command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729123#M261274</guid>
      <dc:creator />
      <dc:date>2014-09-18T10:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extract right hand values from a specified position</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729124#M261275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Mid(field, 12)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729124#M261275</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-09-18T10:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extract right hand values from a specified position</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729125#M261276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try mid(field,12,len(field)).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729125#M261276</guid>
      <dc:creator>geert_gelade</dc:creator>
      <dc:date>2014-09-18T10:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract right hand values from a specified position</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729126#M261277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mid(YourFieldName,12) as YourRequiredFIeld&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729126#M261277</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-18T10:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract right hand values from a specified position</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729127#M261278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Luis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Mid(FieldName, Start_Character,End_Character) to fetch any part of string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729127#M261278</guid>
      <dc:creator>ychaitanya</dc:creator>
      <dc:date>2014-09-18T10:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract right hand values from a specified position</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729128#M261279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;mid(field,12,len(field))&lt;/STRONG&gt; is not the right solution... if you want to use Len(Field) you have to use as below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;MID(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;field&lt;/SPAN&gt;,12,Len(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;field&lt;/SPAN&gt;)-12+1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Correct me if I am wrong...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 10:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-right-hand-values-from-a-specified-position/m-p/729128#M261279</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-18T10:35:51Z</dc:date>
    </item>
  </channel>
</rss>

