<?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: Clear Button Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986758#M964626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you brief me what the dummy value is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 16:30:22 GMT</pubDate>
    <dc:creator>varunreddy</dc:creator>
    <dc:date>2015-10-02T16:30:22Z</dc:date>
    <item>
      <title>Clear Button Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986754#M964622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a button object to select multiple field and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, If I select Button Object, it should display the multiple selections and if I select a button for the second time it should clear selections made before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me the solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 14:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986754#M964622</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-02T14:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Button Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986755#M964623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to Button objects one Button select selections &amp;amp; other button object Clear selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write conditional show expression on the object to hide &amp;amp; show:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not getselectedcount(Field1) --&amp;gt; Selection Button Object&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;getselectedcount(Field1) --&amp;gt; Clear Button Object&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 14:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986755#M964623</guid>
      <dc:creator />
      <dc:date>2015-10-02T14:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Button Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986756#M964624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to use one button object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 14:52:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986756#M964624</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-02T14:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Button Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986757#M964625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though you have 2 button objects technically user have access to one button object only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If really need only one object, then your selection string will need to change on fly like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF( getselectedcount(Field1) , &amp;lt;dummy value&amp;gt; , FieldValue)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986757#M964625</guid>
      <dc:creator />
      <dc:date>2015-10-02T15:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Button Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986758#M964626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you brief me what the dummy value is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986758#M964626</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-02T16:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Button Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986759#M964627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain me what not get selected count(field1) is doing here and how there are hiding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986759#M964627</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-02T16:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Button Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986760#M964628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any alternate to achieve this instead of using Get Selected Count?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use Get Selected Count, The Button is getting selected, if I choose other values from the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My button needs to select - BCBS, BCBS-Accuracy.&lt;/P&gt;&lt;P&gt;Even if I select BAU, the buton is getting activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you guide me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 15:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-Button-Selection/m-p/986760#M964628</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-10-20T15:50:34Z</dc:date>
    </item>
  </channel>
</rss>

