<?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 able to get all selected fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839722#M295131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got your answer I would suggest marking correct answer as well as any helpful answers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2015 10:14:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-09T10:14:23Z</dc:date>
    <item>
      <title>Not able to get all selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839717#M295126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this expression Concat(GetFieldSelections(Work)) I am not able to understand why this is not getting all selected values as when the selection increased 6 selections it is showing Not and then later selections and if all selctions are selected it is showing ALL , not sure whether any other function should be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Ferha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839717#M295126</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2015-07-09T09:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get all selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839718#M295127</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;&lt;STRONG&gt;=GetFieldSelections(Work, ',', 9999)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Update:&lt;BR /&gt;&lt;/STRONG&gt; here ',' is the seperater between each selected value and 9999 is telling the expression to show 9999 different values instead of showing ALL after the selection exceeds a certain count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839718#M295127</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-09T09:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get all selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839719#M295128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding, your trying to&amp;nbsp;&amp;nbsp; display the selection of the field in text box?? if you when you are selecting more values , may be due to the space constraint its showing like that....try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Concat(GetFieldSelections(Work),'&amp;amp;')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; 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: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;can you please share the what you getting and what the issue&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 09:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839719#M295128</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-07-09T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get all selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839720#M295129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You so much it is working....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:07:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839720#M295129</guid>
      <dc:creator>ferha_jafri</dc:creator>
      <dc:date>2015-07-09T10:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get all selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839721#M295130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;Concat(GetFieldSelections(key,',',GetSelectedCount(key)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839721#M295130</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-09T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get all selected fields</title>
      <link>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839722#M295131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad I was able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got your answer I would suggest marking correct answer as well as any helpful answers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 10:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-able-to-get-all-selected-fields/m-p/839722#M295131</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-09T10:14:23Z</dc:date>
    </item>
  </channel>
</rss>

