<?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 Buttons in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857464#M1012811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have a questions about buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have a chart that shows:&lt;/P&gt;&lt;P&gt;Brand&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variance&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Change&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013 Units&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014 Units&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variance&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i create a button that can switch all fields in that chart to show 2014 vs 2015 (just like above with different dates?) if so, what is the best way to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help,&lt;/P&gt;&lt;P&gt;Parrish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 13:34:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-17T13:34:30Z</dc:date>
    <item>
      <title>Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857464#M1012811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have a questions about buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have a chart that shows:&lt;/P&gt;&lt;P&gt;Brand&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variance&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Change&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013 Units&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014 Units&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variance&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can i create a button that can switch all fields in that chart to show 2014 vs 2015 (just like above with different dates?) if so, what is the best way to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help,&lt;/P&gt;&lt;P&gt;Parrish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857464#M1012811</guid>
      <dc:creator />
      <dc:date>2015-04-17T13:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857465#M1012812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define a variable (with value 0 and 1) then with the button switch between 0 and 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the column 2014 you can then write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(myVar=0, Sum(... values 2014). Sum(... values 2014))&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>Fri, 17 Apr 2015 13:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857465#M1012812</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-04-17T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857466#M1012813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you mean you want to hide buttons when you click on a button?&lt;/P&gt;&lt;P&gt;if this is the case, then you need to create a variable call it vShow, when you click on the button for the first time you will evaluate the variable if (vshow=0,1,0), so you will set it to 1 if it is 0 or 0 if it is 1.&lt;/P&gt;&lt;P&gt;now in your chart, go to the expressions that you want to show/hide, and under conditional add the variable vShow. and this will do the trick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857466#M1012813</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2015-04-17T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857467#M1012814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no, i want the entire chart to change from a 2013 vs 2014 comparison to a 2014 vs 2015 comparison - since some of the fields will be identical between the two comparisons i am a little stuck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857467#M1012814</guid>
      <dc:creator />
      <dc:date>2015-04-17T13:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857468#M1012815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a better idea is to have a list box with all possible years, where you can select a year, and the chart will be a little more dynamic.&amp;nbsp; That is, if you select 2015, the chart is 2014 - 2015, and if you select 2014, it is 2013 - 2014.&amp;nbsp; Easy to implement with set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857468#M1012815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-17T13:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857469#M1012816</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;you could use a input box and set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vBaseYear=Value from Input Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$ &amp;lt;Year={$(vBaseYear)}&amp;gt;} Value) and sum({$ &amp;lt;Year={$(vBaseYear) - 1}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857469#M1012816</guid>
      <dc:creator>sebastianlettner</dc:creator>
      <dc:date>2015-04-17T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857470#M1012817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple example attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857470#M1012817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-17T13:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857471#M1012818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Parrish,&lt;/P&gt;&lt;P&gt;If you want to did it that way,create 2 copies of the chart, one for each set of dates, create a variable, point a button at the variable to set the value to 1 or 0, then add a conditional show to each table, then you can toggle between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have attached a basic example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andy &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857471#M1012818</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T13:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857472#M1012819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael, this was very helpful for the date part, however is there another simple formula to use for units?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857472#M1012819</guid>
      <dc:creator />
      <dc:date>2015-04-17T17:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Buttons</title>
      <link>https://community.qlik.com/t5/QlikView/Buttons/m-p/857473#M1012820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just kidding! please disregard. this worked perfectly!! thanks so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 18:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buttons/m-p/857473#M1012820</guid>
      <dc:creator />
      <dc:date>2015-04-17T18:04:55Z</dc:date>
    </item>
  </channel>
</rss>

