<?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: How to limit data in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-limit-data-in-table/m-p/1305760#M837961</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;It may be like this below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Data&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sas.PNG" class="jive-image image-1" height="211" src="https://community.qlik.com/legacyfs/online/162639_sas.PNG" style="height: 210.942px; width: 361px;" width="361" /&gt;&lt;/P&gt;&lt;P&gt;Sample App&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="res.PNG" class="jive-image image-2" height="225" src="https://community.qlik.com/legacyfs/online/162640_res.PNG" style="height: 224.506px; width: 418px;" width="418" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code used in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="co.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/162644_co.PNG" style="height: 42px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store person is not reflected in sample application as per your requirement. Also you need to exclude null values in your dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sharanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 14:00:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-09T14:00:09Z</dc:date>
    <item>
      <title>How to limit data in table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-data-in-table/m-p/1305758#M837959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I'm new to qlik and just wanted to know if there is a way to limit the data shown in the table to PO Amounts over $5,000 that were not approved by either the Financial Controller or Purchasing Officer&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fd75498ca054421d9a3846c15df7469f.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162569_fd75498ca054421d9a3846c15df7469f.png" style="height: 271px; width: 620px;" /&gt;&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/How-to-limit-data-in-table/m-p/1305758#M837959</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit data in table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-data-in-table/m-p/1305759#M837960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may simply put this as your expression (aircode):&lt;/P&gt;&lt;P&gt;IF(SUM(IF(MATCH([Approved By Position], 'Purchasing Officer', 'Financial Controller), [Purchase Order Amount]) &amp;gt; 5000, SUM(IF(MATCH([Approved By Position], 'Purchasing Officer', 'Financial Controller), [Purchase Order Amount]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 07:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-data-in-table/m-p/1305759#M837960</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-09T07:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit data in table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-data-in-table/m-p/1305760#M837961</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;It may be like this below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Data&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sas.PNG" class="jive-image image-1" height="211" src="https://community.qlik.com/legacyfs/online/162639_sas.PNG" style="height: 210.942px; width: 361px;" width="361" /&gt;&lt;/P&gt;&lt;P&gt;Sample App&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="res.PNG" class="jive-image image-2" height="225" src="https://community.qlik.com/legacyfs/online/162640_res.PNG" style="height: 224.506px; width: 418px;" width="418" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code used in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="co.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/162644_co.PNG" style="height: 42px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store person is not reflected in sample application as per your requirement. Also you need to exclude null values in your dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sharanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-data-in-table/m-p/1305760#M837961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-09T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to limit data in table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-limit-data-in-table/m-p/1305761#M837962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 May 2017 02:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-limit-data-in-table/m-p/1305761#M837962</guid>
      <dc:creator />
      <dc:date>2017-05-13T02:25:28Z</dc:date>
    </item>
  </channel>
</rss>

