<?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 Textobject won't hold more than 6 GetFieldSelections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Textobject-won-t-hold-more-than-6-GetFieldSelections/m-p/615292#M547387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box which uses the windows checkbox style. As the user selects items, I want them to show in a text object. This works fine with =GetFieldSelections([acct number], ',') in the text formula box as long as the selections do not exceed six [acct number]. Any more selected and the text object displays "7 of 2145". Is there any way to display all of the GetFieldSelections in the text object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2014 21:09:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-20T21:09:50Z</dc:date>
    <item>
      <title>Textobject won't hold more than 6 GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Textobject-won-t-hold-more-than-6-GetFieldSelections/m-p/615292#M547387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box which uses the windows checkbox style. As the user selects items, I want them to show in a text object. This works fine with =GetFieldSelections([acct number], ',') in the text formula box as long as the selections do not exceed six [acct number]. Any more selected and the text object displays "7 of 2145". Is there any way to display all of the GetFieldSelections in the text object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 21:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Textobject-won-t-hold-more-than-6-GetFieldSelections/m-p/615292#M547387</guid>
      <dc:creator />
      <dc:date>2014-02-20T21:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Textobject won't hold more than 6 GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Textobject-won-t-hold-more-than-6-GetFieldSelections/m-p/615293#M547388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want it to show more than 6, you need to up the max value:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;getfieldselections (&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="Italic"&gt; FieldName [, ValueSep [, MaxValues]]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Returns a string with the current selections in a field. &lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Italic"&gt;ValueSep&lt;/SPAN&gt; is the separator to be put between field values. The default is ', '. &lt;/P&gt;
&lt;P&gt;&lt;SPAN class="Italic"&gt;Maxvalues&lt;/SPAN&gt; is the maximum number of field values to be individually listed. When a larger number of values is selected the format 'x of y values' will be used instead. The default is 6. &lt;/P&gt;
&lt;P class="example"&gt;&lt;STRONG&gt;Examples&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="Code"&gt;getfieldselections ( Year ) &lt;/P&gt;
&lt;P class="Code"&gt;getfieldselections ( Year, '; ' ) &lt;/P&gt;
&lt;P class="Code"&gt;getfieldselections ( Year, '; ' , 10 ) &lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case (1000 or whatever number you want):&lt;/P&gt;&lt;P&gt;=GetFieldSelections([acct number], ',', 1000)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 21:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Textobject-won-t-hold-more-than-6-GetFieldSelections/m-p/615293#M547388</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-20T21:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Textobject won't hold more than 6 GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Textobject-won-t-hold-more-than-6-GetFieldSelections/m-p/615294#M547389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 21:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Textobject-won-t-hold-more-than-6-GetFieldSelections/m-p/615294#M547389</guid>
      <dc:creator />
      <dc:date>2014-02-20T21:16:43Z</dc:date>
    </item>
  </channel>
</rss>

