<?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 please help: condition on button to display heatmap in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654778#M239223</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;I have a heapmap which shows some expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is to create a filter (button will also do). so that it only shows based on a condition.&lt;/P&gt;&lt;P&gt;for eg. After we select the filter/button, it should only show projects which has End Date in past, if we unselect the filter it should show All. (default page load feature)&lt;/P&gt;&lt;P&gt;End Date is one of the field that i have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Sep 2014 17:46:57 GMT</pubDate>
    <dc:creator>sayadutt</dc:creator>
    <dc:date>2014-09-21T17:46:57Z</dc:date>
    <item>
      <title>please help: condition on button to display heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654778#M239223</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;I have a heapmap which shows some expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my requirement is to create a filter (button will also do). so that it only shows based on a condition.&lt;/P&gt;&lt;P&gt;for eg. After we select the filter/button, it should only show projects which has End Date in past, if we unselect the filter it should show All. (default page load feature)&lt;/P&gt;&lt;P&gt;End Date is one of the field that i have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 17:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654778#M239223</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-09-21T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: please help: condition on button to display heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654779#M239224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should use the conditional field of graphics so that only &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;displays&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; it &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;when termination_date &amp;lt; selected_date&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 17:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654779#M239224</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-09-21T17:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: please help: condition on button to display heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654780#M239225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Enrique.&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I apply condition on heatmap, then it will always show the filtered data. I dnt want that. By default it should show All. It should only filter when I click a button (say)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 17:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654780#M239225</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-09-21T17:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: please help: condition on button to display heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654781#M239226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the expression for the heatmap, use a variable&amp;nbsp; whose value is manipulated by the action on the button, e.g.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;$(IncludAll)&amp;gt;} Project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable IncludeAll will be set to&lt;/P&gt;&lt;P&gt;termination_date = {"&amp;lt;$(Max(termination_date))"}&lt;/P&gt;&lt;P&gt;when the button is clicked else&lt;/P&gt;&lt;P&gt;termination_date =&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 18:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654781#M239226</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2014-09-21T18:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: please help: condition on button to display heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654782#M239227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added the expression in the heatmap.&lt;/P&gt;&lt;P&gt;Can you please guide how to set up the button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 18:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654782#M239227</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-09-21T18:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: please help: condition on button to display heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654783#M239228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Schermata 2014-09-21 alle 20.45.23.png" class="jive-image" src="/legacyfs/online/67278_Schermata 2014-09-21 alle 20.45.23.png" style="width: 620px; height: 522px;" /&gt;&lt;/P&gt;&lt;P&gt;Hi ,you should put the expression there, hope thi help&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 18:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654783#M239228</guid>
      <dc:creator />
      <dc:date>2014-09-21T18:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: please help: condition on button to display heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654784#M239229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apolozise, I am very new to qlikview. Can you please give an end to end steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Button on click should show this:&lt;/P&gt;&lt;P&gt;Projects where End Date &amp;lt;= today()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 19:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654784#M239229</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2014-09-21T19:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: please help: condition on button to display heatmap</title>
      <link>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654785#M239230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, here an example, try if this can help you, there is a button that fire a macro that toggle the selection of&lt;/P&gt;&lt;P&gt;a finish date according the today date.&lt;/P&gt;&lt;P&gt;let me know if this is what you was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Matteo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Sep 2014 21:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/please-help-condition-on-button-to-display-heatmap/m-p/654785#M239230</guid>
      <dc:creator />
      <dc:date>2014-09-21T21:51:56Z</dc:date>
    </item>
  </channel>
</rss>

