<?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: NOT in listbox selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537693#M482707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;It's working fine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 11:46:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-30T11:46:27Z</dc:date>
    <item>
      <title>NOT in listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537688#M482702</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;BR /&gt;I am using =Getfieldselection(Field1) in a variable v1.&lt;/P&gt;&lt;P&gt;When i select more than 6 values in Field1 using listbox, then the variable in text object shows "NOT apple,mango".&lt;/P&gt;&lt;P&gt;instead of showing the selected values.&lt;/P&gt;&lt;P&gt;What can we do for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 10:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537688#M482702</guid>
      <dc:creator />
      <dc:date>2013-07-30T10:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: NOT in listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537689#M482703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;see QV help file for details like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor281"&gt;&lt;/A&gt;&lt;A name="getfieldselections"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;getfieldselections (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; FieldName [, ValueSep [, MaxValues]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns a string with the current selections in a field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;ValueSep&lt;/SPAN&gt; is the separator to be put between field &lt;BR /&gt;values. The default is ', '. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Maxvalues&lt;/SPAN&gt; is the maximum number of field values to &lt;BR /&gt;be individually listed. When a larger number of values is selected the format 'x &lt;BR /&gt;of y values' will be used instead. The default is 6. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;getfieldselections ( Year ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;getfieldselections ( Year, '; ' ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code"&gt;getfieldselections ( Year, '; ' , 10 ) &lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Good luck!&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 11:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537689#M482703</guid>
      <dc:creator />
      <dc:date>2013-07-30T11:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: NOT in listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537690#M482704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The syntax for Getfieldselections() is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Getfieldselections(DimensionName, value separator, Max values)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the max values is 6, if you specify more than that the values are displayed, if the values are more than the given number then qlikview automatically formats the result as &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;"NOT apple,mango" if excluded values are less.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 11:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537690#M482704</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-07-30T11:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: NOT in listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537691#M482705</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;please try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getfieldselections(Field1,',',getpossiblecount(Field1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Matthias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 11:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537691#M482705</guid>
      <dc:creator>mseeck75</dc:creator>
      <dc:date>2013-07-30T11:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: NOT in listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537692#M482706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=getfieldselections(Fieldname,',',8) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8 is the number of fields, so you can adjust it urself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 11:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537692#M482706</guid>
      <dc:creator />
      <dc:date>2013-07-30T11:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: NOT in listbox selections</title>
      <link>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537693#M482707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;It's working fine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 11:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NOT-in-listbox-selections/m-p/537693#M482707</guid>
      <dc:creator />
      <dc:date>2013-07-30T11:46:27Z</dc:date>
    </item>
  </channel>
</rss>

