<?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() function problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956537#M971842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should create a field at script level and use it into your listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2015 17:40:31 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-09-15T17:40:31Z</dc:date>
    <item>
      <title>Subfield() function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956536#M971841</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;I have a list box containing values with comma(s) and without comma. I would like to show all distinct values in that list box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used subfield() function, it shows value which is not there in the available choices. Looks like something weird happening. Please see a snap shot below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99045_Capture.PNG" style="height: 89px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Picture on the left is what I have, picture on the right is the outcome of the following &lt;SPAN style="font-size: 13.3333px;"&gt;expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Index(UseCase,',') &amp;lt;&amp;gt; 0,Trim(SubField(UseCase,',')),Trim(UseCase)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to see the following result:&lt;/P&gt;&lt;P&gt;Data Center Consolidation&lt;/P&gt;&lt;P&gt;Disaster Recovery&lt;/P&gt;&lt;P&gt;Partial Environment Consolidation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Parth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956536#M971841</guid>
      <dc:creator />
      <dc:date>2015-09-15T17:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield() function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956537#M971842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should create a field at script level and use it into your listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 17:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956537#M971842</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-09-15T17:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield() function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956538#M971843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;SubField(UseCase,',') as UseCase&lt;/P&gt;&lt;P&gt;at script level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 18:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956538#M971843</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-09-15T18:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield() function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956539#M971844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. It worked. Have a good one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Parth Shah.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 18:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956539#M971844</guid>
      <dc:creator />
      <dc:date>2015-09-15T18:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Subfield() function problem</title>
      <link>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956540#M971845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you. It worked. Have a good one.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Parth Shah.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2015 18:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Subfield-function-problem/m-p/956540#M971845</guid>
      <dc:creator />
      <dc:date>2015-09-15T18:19:12Z</dc:date>
    </item>
  </channel>
</rss>

