<?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: Regarding select all values in ListBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496134#M1143219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ori Tal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's Working fine, Thanks for effort on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Sep 2013 17:26:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-08T17:26:45Z</dc:date>
    <item>
      <title>Regarding select all values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496130#M1143215</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 have one List Box which contains Region Values : Asia, Europe, America.&lt;/P&gt;&lt;P&gt;My requirement is I have one Button (Which contains text “Select All Regions”),&lt;/P&gt;&lt;P&gt;When I click on Button All values in ListBox should be selected and Text on Button should change as “Clear All”, if I click on that button again all the values in the ListBox Should be Clear.&lt;/P&gt;&lt;P&gt;i tried it i can select all values in Listbox, But i can't Clear all the values.&lt;/P&gt;&lt;P&gt;Please can anyone help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 07:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496130#M1143215</guid>
      <dc:creator />
      <dc:date>2013-09-08T07:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding select all values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496131#M1143216</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;try to create 2 buttons one to select all and one to clear all.&lt;/P&gt;&lt;P&gt;in the select all&amp;nbsp; button in the show condition put : &lt;SPAN style="color: #0000ff;"&gt;GetSelectedCount&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Your_field&lt;/SPAN&gt;)=0&lt;/P&gt;&lt;P&gt;in the clear all button the show condition put : &lt;SPAN style="color: #0000ff;"&gt;GetSelectedCount&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Your_field&lt;/SPAN&gt;)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ariel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 07:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496131#M1143216</guid>
      <dc:creator>ariel_klien</dc:creator>
      <dc:date>2013-09-08T07:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding select all values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496132#M1143217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chiru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the trick. First you have to define the varibale vToggleAction='SELECT'. Your Toggle-Button needs 3 actions.&lt;/P&gt;&lt;P&gt;The first action is "Clear field". The second action is "Toggle Select",&amp;nbsp; the second parameter is searchstring = if (vToggleAction = 'SELECT', '(*)', ''). The third action toggles the variable vToggleAction which controls the action, something like this: =if (vToggleAction = 'SELECT', 'CLEAR', 'SELECT').&lt;/P&gt;&lt;P&gt;The caption of the button is also controled via if (vToggleAction = 'SELECT', 'Unselect the fieled', 'Select all').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Sacho&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/46325_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 08:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496132#M1143217</guid>
      <dc:creator />
      <dc:date>2013-09-08T08:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding select all values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496133#M1143218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached for solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 11:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496133#M1143218</guid>
      <dc:creator>orital81</dc:creator>
      <dc:date>2013-09-08T11:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding select all values in ListBox</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496134#M1143219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ori Tal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's Working fine, Thanks for effort on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Sep 2013 17:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-select-all-values-in-ListBox/m-p/496134#M1143219</guid>
      <dc:creator />
      <dc:date>2013-09-08T17:26:45Z</dc:date>
    </item>
  </channel>
</rss>

