<?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: Do not show default selection in current selection Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209400#M388210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2016 01:38:38 GMT</pubDate>
    <dc:creator>didierodayo</dc:creator>
    <dc:date>2016-10-21T01:38:38Z</dc:date>
    <item>
      <title>Do not show default selection in current selection Box</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209396#M388206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a select in field action trigger applied to a Qlikview document. It is working fine when the document is opened.&lt;/P&gt;&lt;P&gt;question: is it possible not to show that selection in the CUrrent Selection Box? how can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Didier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 00:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209396#M388206</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2016-10-21T00:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Do not show default selection in current selection Box</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209397#M388207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can suppress a field from appearing in the Current Selections box by marking it as a hidden field in the script. You can do this one of two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;SET HidePrefix='_';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That will hide any fieldname that begins with _ ("eg _Currency")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TAG FIELD myField with '$hidden';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will make "myField" a hidden field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 01:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209397#M388207</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-21T01:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Do not show default selection in current selection Box</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209398#M388208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the challenge with this is that I have the field as a list box which is available to users. when they select from the filter (list box) I want it to show in the current selection box BUT when the document first loads my default selection is not show (of course it will be highlighted in the list box).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it that possible or would I load the field twice 1 hidden and 1 available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 01:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209398#M388208</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2016-10-21T01:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Do not show default selection in current selection Box</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209399#M388209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was afraid that's what you were going to come back with &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 think your idea of loading the field twice and selecting the hidden field in your trigger would be a good solution. Unfortunately, the non-hidden field will not show as green in the listbox. But it will show as white, and the other values gray. Hope that's acceptable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 01:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209399#M388209</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-10-21T01:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Do not show default selection in current selection Box</title>
      <link>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209400#M388210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 01:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Do-not-show-default-selection-in-current-selection-Box/m-p/1209400#M388210</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2016-10-21T01:38:38Z</dc:date>
    </item>
  </channel>
</rss>

