<?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: Qn in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969852#M976167</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl Check if you have marked 'show all values' in dimension tab, see this post - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/858190"&gt;Re: Filter straight table with expression results&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2015 17:45:12 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2015-09-03T17:45:12Z</dc:date>
    <item>
      <title>Qn in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969847#M976162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A quick question in the staright table.&lt;/P&gt;&lt;P&gt;How to hide a record in the straight table when the expressions result a null value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 16:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969847#M976162</guid>
      <dc:creator />
      <dc:date>2015-09-03T16:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qn in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969848#M976163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default, Straight Tables suppress rows that render ALL expressions as NULL or zeros. These settings are located on the Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's trickier when some of the expressions render NULL and some render a value. In this case, pick one expression that's the most important and condition the rest of the expressions by the selected one. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales = sum(Sales Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Margin = IF( Sales &amp;gt; 0, sum(Margin))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, Margin will only be displayed when Sales rendered a non-zero value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.amazon.com/gp/product/1118949552/ref=as_li_tl?ie=UTF8&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=1118949552&amp;amp;linkCode=as2&amp;amp;tag=natursyner0f-20&amp;amp;linkId=HEF4KYLLE22XIQH2"&gt;QlikView Your Business: An expert guide to Business Discovery with QlikView and Qlik Sense&lt;/A&gt;&lt;IMG alt="" border="0" height="1" src="http://ir-na.amazon-adsystem.com/e/ir?t=natursyner0f-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1118949552" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 16:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969848#M976163</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-09-03T16:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qn in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969849#M976164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select the supress zero values and supress missing values check boxes on the presentation tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 16:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969849#M976164</guid>
      <dc:creator />
      <dc:date>2015-09-03T16:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qn in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969850#M976165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think supress zero values and supress missing values doesnt work in case of expressions right..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 17:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969850#M976165</guid>
      <dc:creator />
      <dc:date>2015-09-03T17:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qn in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969851#M976166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Surpass Zero for each dimension and expression then you wont see null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 17:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969851#M976166</guid>
      <dc:creator />
      <dc:date>2015-09-03T17:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qn in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969852#M976167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl Check if you have marked 'show all values' in dimension tab, see this post - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/858190"&gt;Re: Filter straight table with expression results&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 17:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qn-in-expression/m-p/969852#M976167</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-09-03T17:45:12Z</dc:date>
    </item>
  </channel>
</rss>

