<?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 functionality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899663#M1010978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep a button or a text object with an action to clear the field. You can make it look like an "All" by placing the object appropriately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 21:30:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-07T21:30:35Z</dc:date>
    <item>
      <title>Clear functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899660#M1010973</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;How to implement clear functionality of qlikview for one of the value in the list box drop down??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the listbox,I have company1,Company2 and All so.on.If user select "All" Clear functionality should be implemented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899660#M1010973</guid>
      <dc:creator />
      <dc:date>2015-05-07T20:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clear functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899661#M1010975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Document Properties&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Triggers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Field Event Trigger &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Select in Field Action&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if company is your field then&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=if(Match(concat(DISTINCT company, ','), 'All'), '*', '('&amp;amp;concat(DISTINCT company, ',')&amp;amp;')')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 20:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899661#M1010975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T20:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Clear functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899662#M1010977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry,I don't have "All" value in listbox and don't have "All" value in the data as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Req: We can display ALL in Listbox and user selects ALL clear functionality should be implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Brand&lt;/TD&gt;&lt;TD&gt;LinkedIn&lt;/TD&gt;&lt;TD&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Company 1&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Company 2&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Company 3&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Company 4&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899662#M1010977</guid>
      <dc:creator />
      <dc:date>2015-05-07T21:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Clear functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899663#M1010978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep a button or a text object with an action to clear the field. You can make it look like an "All" by placing the object appropriately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899663#M1010978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-07T21:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Clear functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899664#M1010980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand what you are trying to do, but my take on this is that it is a bad idea. The concept of QlikView is to make selections and make results based on your selections. Introducing a non-existing value that does not associate properly with your data will not give the end-user a good interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is that you look into using the sheet object's Special Icons instead. For example you can add a Clear icon in a list box. See Object Properties &amp;gt; Caption for available icons. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-05-08 08_28_27-QlikView x64 - [C__Users_tko_Documents__slask_Reload_QQ.qvw_].png" class="jive-image image-1" src="/legacyfs/online/85953_2015-05-08 08_28_27-QlikView x64 - [C__Users_tko_Documents__slask_Reload_QQ.qvw_].png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 22:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899664#M1010980</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2015-05-07T22:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Clear functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899665#M1010981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick reply Toni.I will try and let you know how it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 13:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Clear-functionality/m-p/899665#M1010981</guid>
      <dc:creator />
      <dc:date>2015-05-08T13:28:17Z</dc:date>
    </item>
  </channel>
</rss>

