<?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: Include/Exclude Zero Values Dynamically in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1972217#M80201</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps&lt;/P&gt;
&lt;P&gt;=Aggr(If(vHideZeroValue = 1, if(Sum(UnitPrice)+Sum(UnitSales)&amp;gt;0, Product), Product),Product, &lt;STRONG&gt;Customer&lt;/STRONG&gt;)&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 02:43:54 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2022-08-24T02:43:54Z</dc:date>
    <item>
      <title>Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971804#M80167</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;
&lt;P&gt;I need a help to Include/Exclude Zero Values Dynamically. Probably based on Button/Variable Input selections.&lt;/P&gt;
&lt;P&gt;I have this Pivot where 'Canutility' - 'DD' has 0 for both the measures. I can add/remove that row if 'Include Zero Values' button is checked/unchecked.&lt;/P&gt;
&lt;P&gt;Can we achieve this with button on the front end? Clicking that button will include/exclude zero values.&lt;/P&gt;
&lt;P&gt;Please suggest.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kailash_Shaw_0-1661246610595.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87285iA917BE266707D083/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kailash_Shaw_0-1661246610595.png" alt="Kailash_Shaw_0-1661246610595.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kailash_Shaw_1-1661246634306.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87286i4B14E0C91985B990/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kailash_Shaw_1-1661246634306.png" alt="Kailash_Shaw_1-1661246634306.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 09:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971804#M80167</guid>
      <dc:creator>Kailash_Shaw</dc:creator>
      <dc:date>2022-08-23T09:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971807#M80168</link>
      <description>&lt;P&gt;I am not familiar with a way to do this directly, but you could consider a show/hide container containing two copies of the same object, one with zero values included and one without, and toggle them based on a button or whatever other condition. This does require you maintain two objects, though...&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 09:28:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971807#M80168</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-23T09:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971811#M80169</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6142"&gt;@Or&lt;/a&gt;, I will try that if app size permits.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 09:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971811#M80169</guid>
      <dc:creator>Kailash_Shaw</dc:creator>
      <dc:date>2022-08-23T09:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971819#M80170</link>
      <description>&lt;P&gt;The impact an extra object has on app size is negligible, so that shouldn't be a problem. It's mostly the issue of maintaining two objects and potentially the issue of using a container and master items (which makes it harder for users to edit the object after duplicating, if that's a consideration).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 09:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971819#M80170</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-23T09:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971820#M80171</link>
      <description>&lt;P&gt;Oh ok, got it, thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 09:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971820#M80171</guid>
      <dc:creator>Kailash_Shaw</dc:creator>
      <dc:date>2022-08-23T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971821#M80172</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try like attachment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 09:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971821#M80172</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-08-23T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971836#M80173</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;One query, how to make it work if I have multiple dimensions into table?&lt;BR /&gt;I am pasting your dimension expression here for quick reference.&lt;/P&gt;
&lt;P&gt;=Aggr(If(vHideZeroValue = 1, if(Sum(UnitPrice)+Sum(UnitSales)&amp;gt;0, Product), Product),Product)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 10:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1971836#M80173</guid>
      <dc:creator>Kailash_Shaw</dc:creator>
      <dc:date>2022-08-23T10:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1972217#M80201</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps&lt;/P&gt;
&lt;P&gt;=Aggr(If(vHideZeroValue = 1, if(Sum(UnitPrice)+Sum(UnitSales)&amp;gt;0, Product), Product),Product, &lt;STRONG&gt;Customer&lt;/STRONG&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 02:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1972217#M80201</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-08-24T02:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Include/Exclude Zero Values Dynamically</title>
      <link>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1974120#M80349</link>
      <description>&lt;P&gt;Thanks experts!&lt;/P&gt;
&lt;P&gt;I have found another workaround that suited me better in this app.&lt;/P&gt;
&lt;P&gt;I have unchecked the Include Zero Values in add on properties and added additional field to hide/unhide zero values with variable input. Here are the screenshots for reference.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kailash_Shaw_0-1661761851329.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87697iDFCCFB27CDD39853/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kailash_Shaw_0-1661761851329.png" alt="Kailash_Shaw_0-1661761851329.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kailash_Shaw_1-1661761888719.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87698i0D24CF1BE2B6F78F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kailash_Shaw_1-1661761888719.png" alt="Kailash_Shaw_1-1661761888719.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 08:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Include-Exclude-Zero-Values-Dynamically/m-p/1974120#M80349</guid>
      <dc:creator>Kailash_Shaw</dc:creator>
      <dc:date>2022-08-29T08:32:18Z</dc:date>
    </item>
  </channel>
</rss>

