<?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: Left/Right Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814912#M1030596</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;You can use subfield as Gysberts said / you can use Left() like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left(Fieldname, Index(Fieldname, '~')-1) as FieldName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 13:35:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-03T13:35:55Z</dc:date>
    <item>
      <title>Left/Right Function</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814909#M1030593</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;Is there a function in Qlikview equivalent to SQL Left and Right function.&lt;/P&gt;&lt;P&gt;I have a "~" separator and would like to get values to the left of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1~08-24 should return 1&lt;/P&gt;&lt;P&gt;125~feb 28 should return 125&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 13:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814909#M1030593</guid>
      <dc:creator />
      <dc:date>2015-02-03T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right Function</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814910#M1030594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the subfield for this with ~ as field separator. subfield('1~08~24', '~', 1) will return 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 13:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814910#M1030594</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-03T13:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right Function</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814911#M1030595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another Way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=TextBetween('~'&amp;amp;'125~feb 28','~','~') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 13:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814911#M1030595</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-02-03T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right Function</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814912#M1030596</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;You can use subfield as Gysberts said / you can use Left() like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left(Fieldname, Index(Fieldname, '~')-1) as FieldName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 13:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814912#M1030596</guid>
      <dc:creator />
      <dc:date>2015-02-03T13:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right Function</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814913#M1030597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I often use the QV mid() function as simpler alternative to the QV left() and right() functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 13:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814913#M1030597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-03T13:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Left/Right Function</title>
      <link>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814914#M1030598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot guys for the solution&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 16:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Left-Right-Function/m-p/814914#M1030598</guid>
      <dc:creator />
      <dc:date>2015-02-03T16:07:36Z</dc:date>
    </item>
  </channel>
</rss>

