<?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 Script PRob in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865104#M1017788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I ahve id as:&amp;nbsp; ABC\gnikhil&lt;/P&gt;&lt;P&gt;In my script, i want Id as : gnikhil only. How to acheive 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>Tue, 07 Apr 2015 09:11:43 GMT</pubDate>
    <dc:creator>nikhilgarg</dc:creator>
    <dc:date>2015-04-07T09:11:43Z</dc:date>
    <item>
      <title>Script PRob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865104#M1017788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I ahve id as:&amp;nbsp; ABC\gnikhil&lt;/P&gt;&lt;P&gt;In my script, i want Id as : gnikhil only. How to acheive 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>Tue, 07 Apr 2015 09:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865104#M1017788</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-04-07T09:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Script PRob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865105#M1017789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUBFIELD(MyField, '\', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 09:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865105#M1017789</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-04-07T09:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Script PRob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865106#M1017790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;Subfield([FIELD],'\',2)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as "FIELD"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 09:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865106#M1017790</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-04-07T09:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Script PRob</title>
      <link>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865107#M1017791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Use SubField function in script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;&amp;lt;your field&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'\',2) as &amp;lt;your field&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;the third parameter&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;indicates the column&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;interests you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;after&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the split,&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the count&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;starts at 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 09:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-PRob/m-p/865107#M1017791</guid>
      <dc:creator />
      <dc:date>2015-04-07T09:19:54Z</dc:date>
    </item>
  </channel>
</rss>

