<?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: Button - only show where value not equal to zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631062#M1087264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the button to filter the 0 rows from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2014 12:58:28 GMT</pubDate>
    <dc:creator>danielnevitt</dc:creator>
    <dc:date>2014-05-28T12:58:28Z</dc:date>
    <item>
      <title>Button - only show where value not equal to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631059#M1087261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I have a calculated expression field 'DIFFERENCE': &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;MARGIN&lt;/SPAN&gt;)-((&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;PAY&lt;/SPAN&gt;)+(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;COLLECT&lt;/SPAN&gt;)))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I would like to create a button that the user is able to click to show where this field does not equal zero.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Thanks for any help with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 12:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631059#M1087261</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2014-05-28T12:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Button - only show where value not equal to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631060#M1087262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need to mark non 0 rows using color or filter 0 rows from table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 12:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631060#M1087262</guid>
      <dc:creator />
      <dc:date>2014-05-28T12:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Button - only show where value not equal to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631061#M1087263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a variable, say vFilter. Set vFilter = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a button and add the action 'Set Variable' where the variable is vFilter and the value is if(vFilter = 0, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your table, set the background color expression of 'DIFFERENCE' to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(vFilter, RGB(0,200,0), RGB(255,255,255))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 12:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631061#M1087263</guid>
      <dc:creator />
      <dc:date>2014-05-28T12:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Button - only show where value not equal to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631062#M1087264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dariusz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the button to filter the 0 rows from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 12:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-only-show-where-value-not-equal-to-zero/m-p/631062#M1087264</guid>
      <dc:creator>danielnevitt</dc:creator>
      <dc:date>2014-05-28T12:58:28Z</dc:date>
    </item>
  </channel>
</rss>

