<?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 Help in the load script with right function .? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-in-the-load-script-with-right-function/m-p/2037413#M85468</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have values in variable like -&lt;/P&gt;
&lt;P&gt;3000001-77777&lt;/P&gt;
&lt;P&gt;344444-8888888&lt;/P&gt;
&lt;P&gt;444444&lt;/P&gt;
&lt;P&gt;My req to get the values like below in load script -&lt;/P&gt;
&lt;P&gt;77777&lt;/P&gt;
&lt;P&gt;8888888&lt;/P&gt;
&lt;P&gt;444444&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 03:31:05 GMT</pubDate>
    <dc:creator>ashmitp869</dc:creator>
    <dc:date>2023-02-14T03:31:05Z</dc:date>
    <item>
      <title>Help in the load script with right function .?</title>
      <link>https://community.qlik.com/t5/App-Development/Help-in-the-load-script-with-right-function/m-p/2037413#M85468</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have values in variable like -&lt;/P&gt;
&lt;P&gt;3000001-77777&lt;/P&gt;
&lt;P&gt;344444-8888888&lt;/P&gt;
&lt;P&gt;444444&lt;/P&gt;
&lt;P&gt;My req to get the values like below in load script -&lt;/P&gt;
&lt;P&gt;77777&lt;/P&gt;
&lt;P&gt;8888888&lt;/P&gt;
&lt;P&gt;444444&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 03:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-in-the-load-script-with-right-function/m-p/2037413#M85468</guid>
      <dc:creator>ashmitp869</dc:creator>
      <dc:date>2023-02-14T03:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help in the load script with right function .?</title>
      <link>https://community.qlik.com/t5/App-Development/Help-in-the-load-script-with-right-function/m-p/2037416#M85469</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD SubField(F1, '-', SubStringCount(F1, '-')+1) as F1 INLINE [&lt;BR /&gt;F1&lt;BR /&gt;3000001-77777&lt;BR /&gt;&lt;BR /&gt;344444-8888888&lt;BR /&gt;&lt;BR /&gt;444444&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 03:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-in-the-load-script-with-right-function/m-p/2037416#M85469</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-02-14T03:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help in the load script with right function .?</title>
      <link>https://community.qlik.com/t5/App-Development/Help-in-the-load-script-with-right-function/m-p/2037447#M85474</link>
      <description>&lt;P&gt;Don't forget that the 3rd parameter to subfield can be negative -- counts from right.&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;SubField&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;F1&lt;/SPAN&gt;, '-', -1)&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 05:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-in-the-load-script-with-right-function/m-p/2037447#M85474</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2023-02-14T05:48:56Z</dc:date>
    </item>
  </channel>
</rss>

