<?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 Show records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/855995#M996140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table which I would like to only show records where a field is 5.00 or below&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/91385_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The field is called Margin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I would like to do this is because when I show all records the table says "object out of memory"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2015 16:49:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-30T16:49:38Z</dc:date>
    <item>
      <title>Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/855995#M996140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table which I would like to only show records where a field is 5.00 or below&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/91385_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The field is called Margin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason I would like to do this is because when I show all records the table says "object out of memory"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 16:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/855995#M996140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T16:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/855996#M996141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace your existing expression with this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(YourExpression &amp;lt;= 5, YourExpression) &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 16:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/855996#M996141</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-30T16:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/855997#M996142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My expression is this! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Can you help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(([Discounted Price] - [Product Cost]) / [Discounted Price] * 100)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 17:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/855997#M996142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-30T17:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/855998#M996143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;(([Discounted Price] - [Product Cost]) / [Discounted Price] * 100) &amp;lt;= 5, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;(([Discounted Price] - [Product Cost]) / [Discounted Price] * 100))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 17:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/855998#M996143</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-30T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/855999#M996144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If((([Discounted Price] - [Product Cost]) / [Discounted Price] * 100)&amp;lt;=5,(([Discounted Price] - [Product Cost]) / [Discounted Price] * 100))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2015 17:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/855999#M996144</guid>
      <dc:creator />
      <dc:date>2015-06-30T17:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856000#M996145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah that's perfect. Thanks guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I exclude the values where the Margin is now "-" from my table - I set this to 20 as a test...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="91499" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91499_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856000#M996145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T14:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856001#M996146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should have already excluded them. Are there more expressions in this table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856001#M996146</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856002#M996147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah yes, I thought that might be the case.&amp;nbsp; I have one other expression within the table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856002#M996147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T14:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856003#M996148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you restrict the other expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(not IsNull([Margin]), yourExpression)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Margin is the label of the above expression (Margin should turn blue when you use the above expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856003#M996148</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T14:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856004#M996149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this but it didn't work.. This is my other expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(not IsNull([Margin]), (pricing_oplistm_price) - (pricing_oplistm_price/100)*pricing_price_deal_discount).&amp;nbsp; It's also broken my margin expression too... Haha&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/91501_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856004#M996149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T14:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856005#M996150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahah.... Good job sunny boy....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you paste a screenshot of both your expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856005#M996150</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T14:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856006#M996151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haa no worries Sunny. Appreciate the help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(not IsNull([Margin]), (pricing_oplistm_price) - (pricing_oplistm_price/100)*pricing_price_deal_discount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If((([Discounted Price] - [Product Cost]) / [Discounted Price] * 100) &amp;lt;= 20, (([Discounted Price] - [Product Cost]) / [Discounted Price] * 100))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 14:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856006#M996151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-01T14:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856007#M996152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/Mel_Mesaoud"&gt;Jamel Messaoud&lt;/A&gt;‌ not asking to copy paste the expression, but paste a screenshot of them from the application &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, 01 Jul 2015 14:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856007#M996152</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-01T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856008#M996153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny.&amp;nbsp; Screenshot below&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/91624_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856008#M996153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T09:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856009#M996154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha looking for the screenshot of the expression in the Edit Expression window like below &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&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/91626_Capture.PNG" style="height: 127px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, if I was not clear before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 09:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856009#M996154</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T09:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856010#M996155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sunny.&amp;nbsp; What I was being stupid! Haha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll be glad to know I have figured this out now! Hurray...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help it is much appreciated &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856010#M996155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-02T12:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856011#M996156</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;P&gt;&lt;/P&gt;&lt;P&gt;I am glad you did, but would you be willing to share what were you doing wrong? May be someone else might benefit (in the future) from your response and won't make the same mistake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856011#M996156</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show records</title>
      <link>https://community.qlik.com/t5/QlikView/Show-records/m-p/856012#M996157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fixed this by adding one of my expressions as a dimension within the table.&amp;nbsp; I was then able to suppress zero values on the table and this removed the unwanted date &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&amp;nbsp; Wouldn't have been able to achieve this without this community &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 14:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-records/m-p/856012#M996157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-07T14:37:37Z</dc:date>
    </item>
  </channel>
</rss>

