<?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: Hide and Show $0 using Selection in List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035244#M349045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply tweak the data model and add the flag table to data model. Then you don't need any complex expressions on UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Purchase=0,0,1) AS _Flag&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Account,Invoice,Qty,Purchase&lt;/P&gt;&lt;P&gt;AA1,100,20,100&lt;/P&gt;&lt;P&gt;AA1,101,40,0&lt;/P&gt;&lt;P&gt;AA1,102,10,20&lt;/P&gt;&lt;P&gt;AA2,200,50,80&lt;/P&gt;&lt;P&gt;AA2,201,35,60&lt;/P&gt;&lt;P&gt;AA2,202,25,0&lt;/P&gt;&lt;P&gt;AA2,203,45,0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_FlagTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;_Flag , SelectName&lt;/P&gt;&lt;P&gt;1, Include 0&lt;/P&gt;&lt;P&gt;0, Include 0&lt;/P&gt;&lt;P&gt;1, Exclude 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the Straight table with 3 dims &amp;amp; 1 expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 02:36:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-03T02:36:25Z</dc:date>
    <item>
      <title>Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035232#M349033</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;&lt;/P&gt;&lt;P&gt;I have a chart like this below - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Account&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Invoices&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Qty&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Purchases&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;AA1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;$100 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;AA1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;101&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;40&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;$0 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;AA1&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;102&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;$20 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;AA2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;$80 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;AA2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;$60 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;AA2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;$0 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" style="border-top: none;"&gt;AA2&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none; border-left: none;"&gt;$0 &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;Requirement - &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a List Box called - 'Hide $0 Invoices' and having two values - Exclude and Include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Exclude will be selected - the rows having Purchases &lt;SPAN style="font-size: 13.3333px;"&gt; as $0, will be hidden.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When Include will be selected - the rows having Purchases &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; as $0, will be visible.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the selection should be at Exclude. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035232#M349033</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2016-02-02T20:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035233#M349034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the attached application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include 0s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113341_Capture.PNG" style="height: 170px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclude 0s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/113348_Capture.PNG" style="height: 136px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Account, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoices, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money#(Purchases, '$###') as Purchases&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2051" data-containertype="14" data-objectid="203929" data-objecttype="1" href="https://community.qlik.com/thread/203929"&gt;https://community.qlik.com/thread/203929&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ListBox:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select, NO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exclude 0, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Include 0, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Account&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;Invoices&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) &lt;STRONG&gt;=If(NO = 1, Qty, If(Aggr(Sum(Purchases), Qty) &amp;gt; 0, Qty)) &lt;/STRONG&gt;(With '&lt;STRONG&gt;Suppress When Value Is Null&lt;/STRONG&gt;' selected on dimension tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Purchases)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presentation tab&lt;/P&gt;&lt;P&gt;Uncheck '&lt;STRONG&gt;Supress Zero-Values&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035233#M349034</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T20:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035234#M349035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add script level flag or try below expression&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Purchase_Amount={"Purchase_Amount&amp;gt;0"}&lt;/SPAN&gt;&amp;gt;} Purchase_Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035234#M349035</guid>
      <dc:creator />
      <dc:date>2016-02-02T20:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035235#M349036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for quick help. It is really good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I have the Qty as it is in the Expression Tab and put some conditions for Invoice field atleast?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to Hide the Invoice for which Purchase = $0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Bad- I hadn't changed the Invoice Value for the second Account AA2. Just updated the table - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;Account&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Invoices&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Qty&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Purchases&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;AA1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;$100 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;AA1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;101&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;40&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;$0 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;AA1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;102&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;$20 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;AA2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;$80 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;AA2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;201&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;35&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;$60 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;AA2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;202&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;$0 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;AA2&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;203&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;$0 &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035235#M349036</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2016-02-02T21:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035236#M349037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this is what you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035236#M349037</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T21:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035237#M349038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated app with updated sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035237#M349038</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T21:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035238#M349039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035238#M349039</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-02T21:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035239#M349040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Oh Great &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;This is what I wanted. Thanks a lot for this help. Got a concept! Kudos to you. &lt;/SPAN&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035239#M349040</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2016-02-02T21:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035240#M349041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By any means the If condition taken into script level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Including it at the chart level, shows a performance issue when the chart has lot more dimensions and data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 01:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035240#M349041</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2016-02-03T01:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035241#M349042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calculated dimensions are usually resource intensify. We can look at a expression based solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 01:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035241#M349042</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-03T01:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035242#M349043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this one, I will see if there are other solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113358_Capture.PNG" style="height: 155px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 01:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035242#M349043</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-03T01:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035243#M349044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you need to use Sum() or not, but if Avg() can work then you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Account, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Invoices, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qty, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Money#(Purchases, '$###') as Purchases,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Money#(Purchases, '$###') &amp;gt; 0, Money#(Purchases, '$###')) as Purchases2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="2051" data-containertype="14" data-objectid="203929" data-objecttype="1" href="https://community.qlik.com/thread/203929"&gt;https://community.qlik.com/thread/203929&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(html, codepage is 1252, embedded labels, table is @2);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ListBox:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select, NO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exclude 0, 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Include 0, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1: &lt;STRONG&gt;=If(Len(Trim(Column(2))) &amp;gt; 0, Sum(Qty))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression 2: &lt;STRONG&gt;=If(NO = 1, Avg(Purchases), Avg(Purchases2))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 01:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035243#M349044</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-03T01:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035244#M349045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply tweak the data model and add the flag table to data model. Then you don't need any complex expressions on UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Purchase=0,0,1) AS _Flag&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Account,Invoice,Qty,Purchase&lt;/P&gt;&lt;P&gt;AA1,100,20,100&lt;/P&gt;&lt;P&gt;AA1,101,40,0&lt;/P&gt;&lt;P&gt;AA1,102,10,20&lt;/P&gt;&lt;P&gt;AA2,200,50,80&lt;/P&gt;&lt;P&gt;AA2,201,35,60&lt;/P&gt;&lt;P&gt;AA2,202,25,0&lt;/P&gt;&lt;P&gt;AA2,203,45,0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_FlagTable:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;_Flag , SelectName&lt;/P&gt;&lt;P&gt;1, Include 0&lt;/P&gt;&lt;P&gt;0, Include 0&lt;/P&gt;&lt;P&gt;1, Exclude 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the Straight table with 3 dims &amp;amp; 1 expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 02:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035244#M349045</guid>
      <dc:creator />
      <dc:date>2016-02-03T02:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show $0 using Selection in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035245#M349046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.qlik.com/qlik-users/63925"&gt;dathu.qv&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a great trick with work with Flag. You approach surely helped in achieving the results and overcoming the performance issues in charts with disturbing the existing chart functionalities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will practice to put the Flag concept going forward. Great help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 16:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-0-using-Selection-in-List-Box/m-p/1035245#M349046</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2016-02-03T16:32:22Z</dc:date>
    </item>
  </channel>
</rss>

