<?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: Problem with current selection box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16848#M2776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried with 39 its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2018 12:45:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-27T12:45:23Z</dc:date>
    <item>
      <title>Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16841#M2769</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;I Have a requirement where&amp;nbsp; i have to use action-&amp;gt;to select field-&amp;gt;and in place of search string i have to use a variable.&lt;/P&gt;&lt;P&gt;This works fine as expected ! but the values in current selection box is showing as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;("india"|"usa"|"uk")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of showing india,usa,uk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching a sample application,can someone please provide me the solution to this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 10:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16841#M2769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T10:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16842#M2770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just modify your your variable value as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=GetFieldSelections(Country)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 10:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16842#M2770</guid>
      <dc:creator>chinnuchinni</dc:creator>
      <dc:date>2018-03-27T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16843#M2771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In real, i have field values with spaces your solution is only working without spaces .&lt;/P&gt;&lt;P&gt;Please look into the new attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 10:55:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16843#M2771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T10:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16844#M2772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trim(Country) as Country&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16844#M2772</guid>
      <dc:creator>chinnuchinni</dc:creator>
      <dc:date>2018-03-27T11:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16845#M2773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this does not solve my problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)i cant trim the field values&lt;/P&gt;&lt;P&gt;2)search string in actions is not working if there are spaces in field values that is why i have used the below expression&lt;/P&gt;&lt;P&gt;='('&amp;amp;chr(34)&amp;amp; GetFieldSelections(Country,chr(34)&amp;amp;'|'&amp;amp;chr(34)&amp;nbsp; ) &amp;amp;chr(34)&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16845#M2773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T11:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16846#M2774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with chr(&lt;STRONG&gt;39&lt;/STRONG&gt;), instead of chr(34)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16846#M2774</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-03-27T11:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16847#M2775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Id&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;len(Country)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;0 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;1&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;India&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;USA&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;3&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;3&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;UK&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;2&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;4&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Australia&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;9&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;5&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;Brazil&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still do not understand your need, but in the field Country no have spaces...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The idea of Praveen is very good, solve in the script!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 11:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16847#M2775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T11:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16848#M2776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried with 39 its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 12:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16848#M2776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T12:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16849#M2777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Guy,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;thanks for helping out.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Let me put it in a simple way,i need a button by clicking it USA new,UK new and India new should be selected in country field&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and current selection box should show USA new,UK new,India new&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;insted of ("&lt;SPAN style="font-size: 13.3333px;"&gt;USA new","UK new","india new").&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 12:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16849#M2777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16850#M2778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Guy,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks for helping out.&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Let me put it in a simple way,i need a button by clicking it USA new,UK new and India new should be selected in country field&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and current selection box should show USA new,UK new,India new&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;insted of ("&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;USA new","UK new","india new").&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 12:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16850#M2778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T12:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16851#M2779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(Country,'|')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 13:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16851#M2779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-27T13:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16852#M2780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a macro for the selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub selectField&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Country").Select "UK new"&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Country").Toggleselect "USA new"&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 15:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16852#M2780</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2018-03-27T15:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16853#M2781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try using multiple toggle select actions as an alternative. PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 05:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16853#M2781</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-03-28T05:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with current selection box</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16854#M2782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a bookmark and then use Replace Bookmark / Apply Bookmark actions, the search syntax is not required and the search box will simply show the selected items in the way you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197725_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 06:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-current-selection-box/m-p/16854#M2782</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-03-28T06:21:49Z</dc:date>
    </item>
  </channel>
</rss>

