<?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 GetFieldSelections() problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147548#M505371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a calendar component that lets users choose years, months and days to analyze. I'm using a set analysis statement that forces the calculations to use the same date information (day, month, year) as selected elsewhere in a few expressions. I've made variables that have values (in short) GetFieldSelections(Year), GetFieldSelections(Month), GetFieldSelections(Day). I use those variables in the set analysis statements.&lt;/P&gt;&lt;P&gt;If I select days 1, 2 and 3 for example, everything works like it's supposed to. If I increase the amount of selections to 1,2,3,4,5,6,7, the current selections box displays my selections like this: (7 of 31). At the same time my expressions stop working and nothing is printed. GetSelectedCount() returns 7 like it's supposed to but for some reason the GetFieldSelections() -function won't return any selections. Or it might return something but definately not the ones I've selected.&lt;/P&gt;&lt;P&gt;Any tips?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2009 19:57:34 GMT</pubDate>
    <dc:creator>teempi</dc:creator>
    <dc:date>2009-06-23T19:57:34Z</dc:date>
    <item>
      <title>GetFieldSelections() problem</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147548#M505371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a calendar component that lets users choose years, months and days to analyze. I'm using a set analysis statement that forces the calculations to use the same date information (day, month, year) as selected elsewhere in a few expressions. I've made variables that have values (in short) GetFieldSelections(Year), GetFieldSelections(Month), GetFieldSelections(Day). I use those variables in the set analysis statements.&lt;/P&gt;&lt;P&gt;If I select days 1, 2 and 3 for example, everything works like it's supposed to. If I increase the amount of selections to 1,2,3,4,5,6,7, the current selections box displays my selections like this: (7 of 31). At the same time my expressions stop working and nothing is printed. GetSelectedCount() returns 7 like it's supposed to but for some reason the GetFieldSelections() -function won't return any selections. Or it might return something but definately not the ones I've selected.&lt;/P&gt;&lt;P&gt;Any tips?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 19:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147548#M505371</guid>
      <dc:creator>teempi</dc:creator>
      <dc:date>2009-06-23T19:57:34Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections() problem</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147549#M505372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what are QV HELP is saying: Look for MaxValues ...&lt;/P&gt;&lt;P&gt;Maybe the only thing you need is to increase the number for MaxValues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;getfieldselections&lt;A id="getfieldselections" name="getfieldselections"&gt;&lt;/A&gt; ( FieldName [, ValueSep [, MaxValues]] )&lt;/H4&gt;&lt;P&gt;Returns a string with the current selections in a field.&lt;/P&gt;&lt;P&gt;ValueSep is the separator to be put between field values. The default is ', '.&lt;/P&gt;&lt;P&gt;Maxvalues 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;H2&gt;Examples&lt;/H2&gt;&lt;P class="hcp6"&gt;getfieldselections ( Year )&lt;/P&gt;&lt;P class="hcp6"&gt;getfieldselections ( Year, '; ' )&lt;/P&gt;&lt;P class="hcp4"&gt;getfieldselections ( Year, '; ' , 10 )&lt;/P&gt;&lt;P class="hcp4"&gt;&lt;/P&gt;&lt;P class="hcp4"&gt;Rainer&lt;/P&gt;&lt;P class="hcp4"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="hcp4"&gt;&lt;/P&gt;&lt;P class="hcp4"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 20:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147549#M505372</guid>
      <dc:creator />
      <dc:date>2009-06-23T20:05:12Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections() problem</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147550#M505373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The default is 6:&lt;/P&gt;&lt;P&gt;GetFieldSelections (field_name [, value_sep [, max_values=6]])&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 20:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147550#M505373</guid>
      <dc:creator />
      <dc:date>2009-06-23T20:10:14Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections() problem</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147551#M505374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick, thank you so much! Now I feel ashamed for not figuring that out myself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 20:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147551#M505374</guid>
      <dc:creator>teempi</dc:creator>
      <dc:date>2009-06-23T20:10:19Z</dc:date>
    </item>
    <item>
      <title>GetFieldSelections() problem</title>
      <link>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147552#M505375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn´t matter.&lt;/P&gt;&lt;P&gt;That´s one of the reasons the community is good for:&lt;/P&gt;&lt;P&gt;Helping out each other ...&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;A&gt;&lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 20:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetFieldSelections-problem/m-p/147552#M505375</guid>
      <dc:creator />
      <dc:date>2009-06-23T20:17:25Z</dc:date>
    </item>
  </channel>
</rss>

