<?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 Toggle Select in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654213#M239066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Can anyone explain to me what Toggle Select does as a button action?&lt;/P&gt;&lt;P&gt;I have looked on the forum but all topics seem to refer to managing the toggle manually, ie. switching from one value to another then back again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm basically looking for a button action which makes a field selection when clicked, and then clears the selection when clicked again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2014 09:37:42 GMT</pubDate>
    <dc:creator>richard_chilvers</dc:creator>
    <dc:date>2014-09-09T09:37:42Z</dc:date>
    <item>
      <title>Toggle Select</title>
      <link>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654213#M239066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Can anyone explain to me what Toggle Select does as a button action?&lt;/P&gt;&lt;P&gt;I have looked on the forum but all topics seem to refer to managing the toggle manually, ie. switching from one value to another then back again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm basically looking for a button action which makes a field selection when clicked, and then clears the selection when clicked again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 09:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654213#M239066</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-09-09T09:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Select</title>
      <link>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654214#M239067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) set a variable: LET myVar = 0;&lt;/P&gt;&lt;P&gt;2) in the button set the action add -&amp;gt; selection -&amp;gt; select in field; in the upper textbox write the name of your field, in the lower textbox write : if(myVar=0, '', 'myValue')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where myValue is the value to which you want to set your field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 09:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654214#M239067</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-09-09T09:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Select</title>
      <link>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654215#M239068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It changes the selection state of the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;If you have a field 'year' with '2013' and '2014' selected.&lt;/P&gt;&lt;P&gt;Then if you use the 'Toggle Select' action with in field year with 2013 value, the 2013 value is de-selected and 2014 remains selected.&lt;/P&gt;&lt;P&gt;If you use again the action, 2013 is selected again. (2014 keeps selected)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 09:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654215#M239068</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-09-09T09:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Select</title>
      <link>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654216#M239069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understand, in the attachment some example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 10:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654216#M239069</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-09T10:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Select</title>
      <link>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654217#M239070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Allessandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt response. I have used the method you have described several times.&lt;/P&gt;&lt;P&gt;However, if you look under the Action list for a button, there is an action specifically called 'Toggle Select'. I cannot find any descritpion of how this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 10:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654217#M239070</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2014-09-09T10:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Toggle Select</title>
      <link>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654218#M239071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ruben Marin has yet described the logic before,&lt;/P&gt;&lt;P&gt;when you use toggle select, you specify a field (Customer for example) and a value to filer the field (SONY for Example)&lt;/P&gt;&lt;P&gt;when you click once on the button the filter "SONY" is applied on the field Customer, if you click again the filter is removed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 10:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Toggle-Select/m-p/654218#M239071</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-09-09T10:16:30Z</dc:date>
    </item>
  </channel>
</rss>

