<?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: Current Selections box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468784#M1165870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, not really.&lt;/P&gt;&lt;P&gt;If it's something that you'd like to invest a bit of time in you could create this using a Text Object and GetFieldSelections() and concat() the selections with a carriage return chr() as the separator.. but it sounds like overkill.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2012 01:35:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-05T01:35:30Z</dc:date>
    <item>
      <title>Current Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468783#M1165869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to list values from a field - line by line in a Current Selections box instead of values appearing as one continuous string separated by commas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 19:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468783#M1165869</guid>
      <dc:creator />
      <dc:date>2012-10-04T19:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468784#M1165870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, not really.&lt;/P&gt;&lt;P&gt;If it's something that you'd like to invest a bit of time in you could create this using a Text Object and GetFieldSelections() and concat() the selections with a carriage return chr() as the separator.. but it sounds like overkill.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 01:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468784#M1165870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T01:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468785#M1165871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/dalejames" id="jive-949522796486114354164"&gt;dalejames&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the below function in the text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetCurrentSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 06:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468785#M1165871</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-10-05T06:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468786#M1165872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This option is not available for Current selection box, but you can do this by using GetFieldSelections() and formatting the result as required, using a Text object you can display the selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 11:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468786#M1165872</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-10-05T11:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468787#M1165873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks each of you for your quick responses. I’m trying to show the values that I have de-selected from a List Box containing [Diagnosis 1]. I’ve created a Text Object and tried concatenating with:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;concat&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[Diagnosis 1]&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;(13)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I’d like to see:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NOT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T39.1 Poisoning by 4-Aminophenol derivatives&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N39.0 Urinary tract infection, site not specified&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F20.0 Paranoid schizophrenia&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;But I get the following result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOT T39.1 Poisoning by 4-Aminophenol derivatives, N39.0 Urinary tract infection, site not specified, F20.0 Paranoid schizophrenia&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Which still appears as one string. As this may contain several values, I need to break up the values to make them more readable, one diagnosis per line. Have I got the syntax correct in my concat?Any further ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 19:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468787#M1165873</guid>
      <dc:creator />
      <dc:date>2012-10-05T19:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selections box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468788#M1165874</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; Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: blue;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: maroon;"&gt;[Diagnosis 1],c&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: blue;"&gt;hr&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; color: black;"&gt;(13))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; color: black;"&gt;And you can minimize the text object. As per value..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 21:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selections-box/m-p/468788#M1165874</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-05T21:37:14Z</dc:date>
    </item>
  </channel>
</rss>

