<?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: Subfield issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739850#M264318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the duplicate fields were coming from a table further in the script which had the same feld which led to concatenation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help guys &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2015 07:36:12 GMT</pubDate>
    <dc:creator>fashid</dc:creator>
    <dc:date>2015-02-04T07:36:12Z</dc:date>
    <item>
      <title>Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739844#M264312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issues with subfield operation .&lt;/P&gt;&lt;P&gt;I have a dataset which contains domin name and username in the folowing format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOMAIN\abc&lt;/P&gt;&lt;P&gt;DOMAIN\xyz&lt;/P&gt;&lt;P&gt;DOMAIN\efg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needed to extract just the user names so i used the subfield function&lt;/P&gt;&lt;P&gt;Subfield(Upper([Authenticated user]),'\') as AuthenticatedUser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue that i am facing here is that , when i create a list box of the AuthenticatedUser field , Along with the desired output i also get the the original rows which are along with the DOMAIN keyword &lt;/P&gt;&lt;P&gt;eg &lt;/P&gt;&lt;P&gt;ABC&lt;/P&gt;&lt;P&gt;XYZ&lt;/P&gt;&lt;P&gt;EFG&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;DOMAIN\ABC&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;DOMAIN\XYZ&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;DOMAIN\EFG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 05:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739844#M264312</guid>
      <dc:creator>fashid</dc:creator>
      <dc:date>2015-02-04T05:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739845#M264313</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;Try like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upper(Subfield([Authenticated User],'\',2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 05:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739845#M264313</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-04T05:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739846#M264314</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 need to give a third parameter in the subfiled function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Subfield(Upper([Authenticated user]),'\',-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Greeshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 05:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739846#M264314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-04T05:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739847#M264315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nadeem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the 2 parameter of the sub-field then you need to pass as that as the 3 parameter&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Upper(Subfield([Authenticated User],'\',2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;to get second filed we are giving it as 2, if you want 1 then give 1 respectively &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 05:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739847#M264315</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-04T05:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739848#M264316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of them are working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 06:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739848#M264316</guid>
      <dc:creator>fashid</dc:creator>
      <dc:date>2015-02-04T06:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739849#M264317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share the sample data, will see what s the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 06:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739849#M264317</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-04T06:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield issue</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739850#M264318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the duplicate fields were coming from a table further in the script which had the same feld which led to concatenation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help guys &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 07:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-issue/m-p/739850#M264318</guid>
      <dc:creator>fashid</dc:creator>
      <dc:date>2015-02-04T07:36:12Z</dc:date>
    </item>
  </channel>
</rss>

