<?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: Strings Right and Index in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Strings-Right-and-Index/m-p/1986504#M81504</link>
    <description>&lt;P&gt;You may simplify this task by using subfield(&lt;STRONG&gt;CD_CALENDAR,'-',2&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Wed, 28 Sep 2022 12:04:56 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2022-09-28T12:04:56Z</dc:date>
    <item>
      <title>Strings Right and Index</title>
      <link>https://community.qlik.com/t5/App-Development/Strings-Right-and-Index/m-p/1986497#M81501</link>
      <description>&lt;P&gt;Hello everybody.&lt;/P&gt;
&lt;P&gt;I have a doubt, I'm different needing to separate these values ​​that are concatenated &lt;STRONG&gt;2735489-80&lt;/STRONG&gt;, in two fields.&lt;BR /&gt;I'm using the following in my script:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;RIGHT(CD_CALENDAR,INDEX(CD_CALENDAR,'-',2)-1) AS test&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;However, the value is coming to null. What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 11:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Strings-Right-and-Index/m-p/1986497#M81501</guid>
      <dc:creator>lucasx15</dc:creator>
      <dc:date>2022-09-28T11:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Strings Right and Index</title>
      <link>https://community.qlik.com/t5/App-Development/Strings-Right-and-Index/m-p/1986500#M81502</link>
      <description>&lt;P&gt;Index(Field,'-',2) looks for the second instance of '-' in the string. Since there is only one '-' in the string, this presumably returns null.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Strings-Right-and-Index/m-p/1986500#M81502</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-09-28T12:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Strings Right and Index</title>
      <link>https://community.qlik.com/t5/App-Development/Strings-Right-and-Index/m-p/1986504#M81504</link>
      <description>&lt;P&gt;You may simplify this task by using subfield(&lt;STRONG&gt;CD_CALENDAR,'-',2&lt;/STRONG&gt;).&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 12:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Strings-Right-and-Index/m-p/1986504#M81504</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-09-28T12:04:56Z</dc:date>
    </item>
  </channel>
</rss>

