<?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: selected values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196931#M875672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;You can also try this,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat( LETTER &amp;amp;Chr(2) )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Oct 2016 11:55:42 GMT</pubDate>
    <dc:creator>susovan</dc:creator>
    <dc:date>2016-10-27T11:55:42Z</dc:date>
    <item>
      <title>selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196926#M875662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a filter and want to show selected values of LETTER in a text box.&lt;/P&gt;&lt;P&gt;If I omit some of the values of LETTER, it is showing like LETTER : &lt;STRONG&gt;NOT&lt;/STRONG&gt; A, B, D, C, N with GetCurrentSelections.&lt;/P&gt;&lt;P&gt;I want to show all the selected values in text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196926#M875662</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196927#M875663</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(LETTER, ',', 1000)&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;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142194_Capture.PNG" style="height: 242px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196927#M875663</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-27T09:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196928#M875664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Get&lt;STRONG&gt;Field&lt;/STRONG&gt;Selections(LETTER,',',&lt;STRONG&gt;100&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;To understand read (&lt;STRONG&gt;From help&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor283"&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 [, State]]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Returns a string with the current selections in a field. It is possible to query an alternate state.&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&gt;&lt;SPAN class="Italic"&gt;State&lt;/SPAN&gt; is the alternate state to query.&lt;/P&gt;&lt;P&gt;The string that is returned can be in these forms:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;'x, y,z'&lt;/TD&gt;&lt;TD&gt;If the number of selected values is &lt;SPAN class="Italic"&gt;Maxvalues&lt;/SPAN&gt; or less, the string returned is a list of the selected values, separated with &lt;SPAN class="Italic"&gt;Valuesep&lt;/SPAN&gt; as delimiter.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;'NOT x, y, z'&lt;/TD&gt;&lt;TD&gt;If the number of non-selected values is &lt;SPAN class="Italic"&gt;Maxvalues&lt;/SPAN&gt; or less, the string returned is a list of the non-selected values, separated with &lt;SPAN class="Italic"&gt;ValueSep&lt;/SPAN&gt; as delimiter, and NOT as a prefix.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196928#M875664</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-10-27T09:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196929#M875665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using&lt;/P&gt;&lt;P&gt;=GetFieldSelections(LETTER, ', ', 26)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see more examples here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8030"&gt;Missing Manual - GetFieldSelections() + Bonus Example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196929#M875665</guid>
      <dc:creator>-SW-</dc:creator>
      <dc:date>2016-10-27T09:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196930#M875668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;May be this expression will be work,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat( LETTER &amp;amp;Chr(10) )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 11:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196930#M875668</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-10-27T11:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: selected values</title>
      <link>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196931#M875672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;You can also try this,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Concat( LETTER &amp;amp;Chr(2) )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 11:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/selected-values/m-p/1196931#M875672</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-10-27T11:55:42Z</dc:date>
    </item>
  </channel>
</rss>

