<?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 Filter to show only 0 values in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-to-show-only-0-values-in-a-table/m-p/1559611#M744173</link>
    <description>&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;Wonder if you can help me. I am new to Qlik and struggling with something. I have a simple stock table and have three expressions. Expression 1 calculates the stock totals for all items yesterday:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;StockDate = {'$(=Date(today()-1))'}&amp;gt;} BOH)&lt;/P&gt;&lt;P&gt;expression 2 calculates the stock totals today:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;StockDate = {'$(=Date(today()))'}&amp;gt;} BOH)&lt;/P&gt;&lt;P&gt;and the final expression is a simple calculation that works out the difference.&lt;/P&gt;&lt;P&gt;I then want to just show any items that are basically out of stock but cant seem to figure this out.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:05:22 GMT</pubDate>
    <dc:creator>pandrews87</dc:creator>
    <dc:date>2024-11-16T04:05:22Z</dc:date>
    <item>
      <title>Filter to show only 0 values in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-to-show-only-0-values-in-a-table/m-p/1559611#M744173</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;Wonder if you can help me. I am new to Qlik and struggling with something. I have a simple stock table and have three expressions. Expression 1 calculates the stock totals for all items yesterday:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;StockDate = {'$(=Date(today()-1))'}&amp;gt;} BOH)&lt;/P&gt;&lt;P&gt;expression 2 calculates the stock totals today:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;StockDate = {'$(=Date(today()))'}&amp;gt;} BOH)&lt;/P&gt;&lt;P&gt;and the final expression is a simple calculation that works out the difference.&lt;/P&gt;&lt;P&gt;I then want to just show any items that are basically out of stock but cant seem to figure this out.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-to-show-only-0-values-in-a-table/m-p/1559611#M744173</guid>
      <dc:creator>pandrews87</dc:creator>
      <dc:date>2024-11-16T04:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter to show only 0 values in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-to-show-only-0-values-in-a-table/m-p/1560418#M744174</link>
      <description>&lt;P&gt;You could add to all measure if statement^&lt;/P&gt;&lt;P&gt;1. if(value_today - valye_yesterday &amp;lt;=0, value_yesterday)&lt;/P&gt;&lt;P&gt;2. if(value_today - valye_yesterday &amp;lt;=0, value_today)&lt;/P&gt;&lt;P&gt;3. if(value_today - valye_yesterday &amp;lt;=0, value_today - valye_yesterday )&lt;/P&gt;&lt;P&gt;and hide null values in dimension (first row in table have check box on/off null values)&lt;/P&gt;&lt;P&gt;than in table will be only measure with&amp;nbsp;value_today - valye_yesterday &amp;lt;=0&lt;/P&gt;</description>
      <pubDate>Sun, 24 Mar 2019 07:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-to-show-only-0-values-in-a-table/m-p/1560418#M744174</guid>
      <dc:creator>martynova</dc:creator>
      <dc:date>2019-03-24T07:42:59Z</dc:date>
    </item>
  </channel>
</rss>

