<?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: Trigger Selected Fields won't clear in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger-Selected-Fields-won-t-clear/m-p/1396976#M802907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works! Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2017 15:06:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-15T15:06:49Z</dc:date>
    <item>
      <title>Trigger Selected Fields won't clear</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Selected-Fields-won-t-clear/m-p/1396974#M802905</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;&lt;/P&gt;&lt;P&gt;I searched a few times for an answer for this, since it seems like I'm missing something simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field [SliderOptions] that I use for a slider, from that a trigger selects options in [Score]. The trigger select is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='(' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SliderOptions]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '|') &amp;amp; ')' &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;The problem is, when I make a selection on the slider and then hit 'clear' at the top, the [SliderOptions] clear but the [Score] selects everything. Can someone help me determine why? And a way to make the clear work in this format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: hitting clear twice will clear everything, I know, but I'd like it to do it the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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/Trigger-Selected-Fields-won-t-clear/m-p/1396974#M802905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Selected Fields won't clear</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Selected-Fields-won-t-clear/m-p/1396975#M802906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below expression in your trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SliderOptions&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;=1, '(' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;DISTINCT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SliderOptions]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '|') &amp;amp; ')') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Selected-Fields-won-t-clear/m-p/1396975#M802906</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-11-15T15:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Selected Fields won't clear</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Selected-Fields-won-t-clear/m-p/1396976#M802907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works! Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Selected-Fields-won-t-clear/m-p/1396976#M802907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-15T15:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Selected Fields won't clear</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-Selected-Fields-won-t-clear/m-p/1396977#M802909</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;Just added a condition on the Trigger to check if the Slider Is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-Selected-Fields-won-t-clear/m-p/1396977#M802909</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-11-15T15:09:52Z</dc:date>
    </item>
  </channel>
</rss>

