<?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: Removing expression from straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226603#M858695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is strange because I was looking for only quantities above 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Sum(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Vehicle Rev Qty])&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;&amp;gt;&lt;/SPAN&gt; 0, Count(Measure))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check with &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;&lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt; may be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 15:38:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-24T15:38:55Z</dc:date>
    <item>
      <title>Removing expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226597#M858689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to remove an all fields from a straight table for when the quantity is 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression for Quantity is: sum([Vehicle Rev Qty])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way I know how to usually remove them is by ticking 'Suppress Zero Values', but that isnt doing anything in this occasion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on the best way to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226597#M858689</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Removing expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226598#M858690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;May be try below one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;YourDimensionName = {"=SUM(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Vehicle Rev Qty]&lt;/SPAN&gt;)&amp;gt;0"}&amp;gt;}[Vehicle Rev Qty])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226598#M858690</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-24T15:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Removing expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226599#M858691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have more than one expressions? May be you need to force the other values in this row to be null or 0 also. Let Say you have another expression as Count(Measure)... you can do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Vehicle Rev Qty])&lt;/SPAN&gt; &amp;gt; 0, Count(Measure))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repeat this for all your expresisons... and then 'Suppress Zero Value' should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226599#M858691</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-24T15:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Removing expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226600#M858692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Uncheck "Show All Values" Check box if it is checked for any of the Dimensions.&lt;/P&gt;&lt;P&gt;2. Uncheck the Suppress Zero-Values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still see the values, share the app or image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226600#M858692</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-01-24T15:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Removing expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226601#M858693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try to show Conditionally, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Quantity&amp;gt;=&lt;/SPAN&gt;1,1,0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226601#M858693</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-01-24T15:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Removing expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226602#M858694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works great thanks Sunny! Is there a way I can get it to only show results when the quantity is above 0? As its given me some negative results that I dont need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226602#M858694</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2017-01-24T15:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Removing expression from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226603#M858695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is strange because I was looking for only quantities above 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Sum(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Vehicle Rev Qty])&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;&amp;gt;&lt;/SPAN&gt; 0, Count(Measure))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check with &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;&lt;STRONG&gt;&amp;lt;&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt; may be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 15:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-expression-from-straight-table/m-p/1226603#M858695</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-24T15:38:55Z</dc:date>
    </item>
  </channel>
</rss>

