<?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 Hide rows based on specific values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hide-rows-based-on-specific-values/m-p/2046764#M86098</link>
    <description>&lt;P&gt;I have a sheet with a pivot table that shows inventory of items in our stores.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="20%" height="47px"&gt;Item name&lt;/TD&gt;
&lt;TD width="20%" height="47px"&gt;STORE A (WAREHOUSE)&lt;/TD&gt;
&lt;TD width="20%" height="47px"&gt;STORE B&lt;/TD&gt;
&lt;TD width="20%" height="47px"&gt;STORE C&lt;/TD&gt;
&lt;TD width="20%" height="47px"&gt;STORE D&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%" height="25px"&gt;Item 1&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;-&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;0&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;item 2&lt;/TD&gt;
&lt;TD height="25px"&gt;25&lt;/TD&gt;
&lt;TD height="25px"&gt;1&lt;/TD&gt;
&lt;TD height="25px"&gt;5&lt;/TD&gt;
&lt;TD height="25px"&gt;9&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;item 3&lt;/TD&gt;
&lt;TD height="25px"&gt;40&lt;/TD&gt;
&lt;TD height="25px"&gt;1&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;item 4&lt;/TD&gt;
&lt;TD height="25px"&gt;-&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dimensions: item description&lt;BR /&gt;Column: Store name&lt;BR /&gt;Measures: Inventory quantity&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I defined a set expression that filter only items from specific brand, and only specific stores that I want to show.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The only thing remains is that I want to hide items that have no inventory quantity in store A which is our warehouse.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;how can I do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2023 12:25:08 GMT</pubDate>
    <dc:creator>YarinInbar</dc:creator>
    <dc:date>2023-03-08T12:25:08Z</dc:date>
    <item>
      <title>Hide rows based on specific values</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-rows-based-on-specific-values/m-p/2046764#M86098</link>
      <description>&lt;P&gt;I have a sheet with a pivot table that shows inventory of items in our stores.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="20%" height="47px"&gt;Item name&lt;/TD&gt;
&lt;TD width="20%" height="47px"&gt;STORE A (WAREHOUSE)&lt;/TD&gt;
&lt;TD width="20%" height="47px"&gt;STORE B&lt;/TD&gt;
&lt;TD width="20%" height="47px"&gt;STORE C&lt;/TD&gt;
&lt;TD width="20%" height="47px"&gt;STORE D&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="20%" height="25px"&gt;Item 1&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;-&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;0&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="20%" height="25px"&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;item 2&lt;/TD&gt;
&lt;TD height="25px"&gt;25&lt;/TD&gt;
&lt;TD height="25px"&gt;1&lt;/TD&gt;
&lt;TD height="25px"&gt;5&lt;/TD&gt;
&lt;TD height="25px"&gt;9&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;item 3&lt;/TD&gt;
&lt;TD height="25px"&gt;40&lt;/TD&gt;
&lt;TD height="25px"&gt;1&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;item 4&lt;/TD&gt;
&lt;TD height="25px"&gt;-&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;TD height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dimensions: item description&lt;BR /&gt;Column: Store name&lt;BR /&gt;Measures: Inventory quantity&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I defined a set expression that filter only items from specific brand, and only specific stores that I want to show.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The only thing remains is that I want to hide items that have no inventory quantity in store A which is our warehouse.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;how can I do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 12:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-rows-based-on-specific-values/m-p/2046764#M86098</guid>
      <dc:creator>YarinInbar</dc:creator>
      <dc:date>2023-03-08T12:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows based on specific values</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-rows-based-on-specific-values/m-p/2046768#M86099</link>
      <description>&lt;P&gt;By using a different measure, e.g.&lt;/P&gt;
&lt;P&gt;[Inventory Quantity] * If({&amp;lt; [Store Name] = {'STORE A'}&amp;gt;} [Inventory Quantity]&amp;gt;0,1)&lt;/P&gt;
&lt;P&gt;And then hiding 0/null rows.&lt;/P&gt;
&lt;P&gt;If Store A is guaranteed to always be the first store, you could pull this value using the First() function instead.&lt;/P&gt;
&lt;P&gt;You could use a similar method with a calculated dimension if you prefer, I believe, but I think in that scenario it'd be less efficient.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 12:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-rows-based-on-specific-values/m-p/2046768#M86099</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-03-08T12:29:21Z</dc:date>
    </item>
  </channel>
</rss>

