<?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 Expression ( Dont show where the value is 0) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1556764#M742968</link>
    <description>&lt;P&gt;so i have a table which has 2 measure ,&lt;/P&gt;&lt;P&gt;1 Column Total Price&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sum({&amp;lt; FLAGA={'T'}&amp;gt;} [ABC Sold] )&lt;/P&gt;&lt;P&gt;2&amp;nbsp; Column FIFA 18&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; FLAGA={'T'}, [Product Name] = {'FIFA 18'} &amp;gt;} [ABC Sold] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to format column 1 that if column 2 has value 0 then do not show the value in Column 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:09:59 GMT</pubDate>
    <dc:creator>everest226</dc:creator>
    <dc:date>2024-11-16T04:09:59Z</dc:date>
    <item>
      <title>Expression ( Dont show where the value is 0)</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1556764#M742968</link>
      <description>&lt;P&gt;so i have a table which has 2 measure ,&lt;/P&gt;&lt;P&gt;1 Column Total Price&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sum({&amp;lt; FLAGA={'T'}&amp;gt;} [ABC Sold] )&lt;/P&gt;&lt;P&gt;2&amp;nbsp; Column FIFA 18&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; FLAGA={'T'}, [Product Name] = {'FIFA 18'} &amp;gt;} [ABC Sold] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to format column 1 that if column 2 has value 0 then do not show the value in Column 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1556764#M742968</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2024-11-16T04:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression ( Dont show where the value is 0)</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1556774#M742969</link>
      <description>&lt;P&gt;half complicated what you ask, jajajaj&lt;BR /&gt;what you could do is a left in the script until you get a flag for your product or products, for example flag_prod,&lt;BR /&gt;After you add it in the set analisys, you know that if you have a fifa18 product at least one sale you had, so:}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1 Column Total Price&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;FLAGA = {'T'}, flag_prod = {1}&amp;gt;} [ABC Sold])&lt;/P&gt;&lt;P&gt;2 FIFA 18 Column&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;FLAGA = {'T'}, [Product Name] = {'FIFA 18'}, flag_prod = {1}&amp;gt;} [ABC Sold])&lt;/P&gt;&lt;P&gt;there you would only have the 2 columns you need.&lt;/P&gt;&lt;P&gt;Note, this flag is used to group, I suppose you must have a field like invoice number or order and within this you have the items.&lt;/P&gt;&lt;P&gt;regards!!!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 18:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1556774#M742969</guid>
      <dc:creator>Marcos_rv</dc:creator>
      <dc:date>2019-03-14T18:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expression and  total export in excel and view apps different , Excel shows correct</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1556830#M742970</link>
      <description>&lt;P&gt;i Manage to do in expression but somehow the total is not correct but if i export in excel it is correct not sure why.&lt;/P&gt;&lt;P&gt;column 1&lt;/P&gt;&lt;P&gt;if(Sum({&lt;SPAN&gt;&amp;lt; FLAGA={'T'&lt;/SPAN&gt;}, &lt;SPAN&gt;[Product Name] = {'FIFA 18'}&amp;gt; [ABC Sold]&lt;/SPAN&gt;&amp;nbsp;)&amp;gt;0,&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;Sum({&amp;lt; FLAGA={'T'}&amp;gt;} [ABC Sold] )&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;column 2&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(Sum({&lt;SPAN&gt;&amp;lt; FLAGA={'T'&lt;/SPAN&gt;}, &lt;SPAN&gt;[Product Name] = {'FIFA 18'}&amp;gt; [ABC Sold]&lt;/SPAN&gt;&amp;nbsp;)&amp;gt;0,&lt;BR /&gt;Sum({&lt;SPAN&gt;&amp;lt; FLAGA={'T'&lt;/SPAN&gt;}, &lt;SPAN&gt;[Product Name] = {'FIFA 18'}&amp;gt; [ABC Sold]&lt;/SPAN&gt;&amp;nbsp;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 20:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1556830#M742970</guid>
      <dc:creator>everest226</dc:creator>
      <dc:date>2019-03-14T20:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression ( Dont show where the value is 0)</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1557124#M742971</link>
      <description>&lt;P&gt;You can try this&lt;/P&gt;&lt;PRE&gt;Sum({&amp;lt;FLAGA = {'T'}, Area = {"=Sum({&amp;lt;FLAGA={'T'}, [Product Name] = {'FIFA 18'}&amp;gt;} [ABC Sold]) &amp;lt;&amp;gt; 0"}&amp;gt;} [ABC Sold])&lt;/PRE&gt;&lt;P&gt;But this will only work if Area is the only dimension in your chart. If you add other dimensions, then this won't work. The other option is just this&lt;/P&gt;&lt;PRE&gt;If(Sum({&amp;lt;FLAGA={'T'}, [Product Name] = {'FIFA 18'}&amp;gt;} [ABC Sold]) &amp;lt;&amp;gt; 0,&amp;nbsp;Sum({&amp;lt;FLAGA = {'T'}&amp;gt;} [ABC Sold]))&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Mar 2019 11:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Dont-show-where-the-value-is-0/m-p/1557124#M742971</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-15T11:41:34Z</dc:date>
    </item>
  </channel>
</rss>

