<?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 Problem with Right() function! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184188#M49179</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'm using QV 8.5 and I'm having a problem with the right() function.&lt;/P&gt;&lt;P&gt;This is what I'm writing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET V_File_Ext = right(text('ABC123567901xls'),12);&lt;/P&gt;&lt;P&gt;And it's returning 123567901xls.&lt;/P&gt;&lt;P&gt;It should returing xls since I have 12 chars before it.&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;The QV file is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cassiano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Mar 2010 15:47:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-17T15:47:02Z</dc:date>
    <item>
      <title>Problem with Right() function!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184188#M49179</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'm using QV 8.5 and I'm having a problem with the right() function.&lt;/P&gt;&lt;P&gt;This is what I'm writing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET V_File_Ext = right(text('ABC123567901xls'),12);&lt;/P&gt;&lt;P&gt;And it's returning 123567901xls.&lt;/P&gt;&lt;P&gt;It should returing xls since I have 12 chars before it.&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;The QV file is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Cassiano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 15:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184188#M49179</guid>
      <dc:creator />
      <dc:date>2010-03-17T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Problem with Right() function!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184189#M49180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function is working as expected. Per the documentation, the Right() function returns the rightmost &lt;I&gt;n&lt;/I&gt; characters. So, Right('somelongstring', 12) will return 'melongstring'.&lt;/P&gt;&lt;P&gt;The relevant portion of the documentation reads "Substring of the string s. The result is a string consisting of the last n characters of s."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 15:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184189#M49180</guid>
      <dc:creator />
      <dc:date>2010-03-17T15:56:45Z</dc:date>
    </item>
    <item>
      <title>Problem with Right() function!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184190#M49181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I didn't understand the function before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 16:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184190#M49181</guid>
      <dc:creator />
      <dc:date>2010-03-17T16:11:49Z</dc:date>
    </item>
    <item>
      <title>Problem with Right() function!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184191#M49182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to extract the extension from the filename a good function is subfield()&lt;/P&gt;&lt;P&gt;LET V_File_Ext = subfield('ABC12356790.xls', '.', -1);&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 23:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Right-function/m-p/184191#M49182</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-03-17T23:47:18Z</dc:date>
    </item>
  </channel>
</rss>

