<?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 Straight Table Data selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Data-selection/m-p/167275#M38892</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 am comparing two values in a table Balance and Credit Limit. I have around 500 records for the same.&lt;/P&gt;&lt;P&gt;Now I want to construct another table where I only want to display those customers whose Balance is greater than Credit limit and create a Chart on the same.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2011 01:53:44 GMT</pubDate>
    <dc:creator>hkg_qlik</dc:creator>
    <dc:date>2011-01-13T01:53:44Z</dc:date>
    <item>
      <title>Straight Table Data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Data-selection/m-p/167275#M38892</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 am comparing two values in a table Balance and Credit Limit. I have around 500 records for the same.&lt;/P&gt;&lt;P&gt;Now I want to construct another table where I only want to display those customers whose Balance is greater than Credit limit and create a Chart on the same.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 01:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Data-selection/m-p/167275#M38892</guid>
      <dc:creator>hkg_qlik</dc:creator>
      <dc:date>2011-01-13T01:53:44Z</dc:date>
    </item>
    <item>
      <title>Straight Table Data selection</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Data-selection/m-p/167276#M38893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a calculated dimension:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;=aggr(if(Balance&amp;gt;CreditLimit,Customer),Customer)&lt;/P&gt;&lt;P&gt;But I don't like calculated dimensions because they've always been very slow for me. It is probably more efficient to use Customer as a dimension, and include the if() in every expression. So if you wanted the sum of sales to that customer, for instance:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(Balance&amp;gt;CreditLimit,sum(Sales))&lt;/P&gt;&lt;P&gt;And then suppress nulls. Since you only compute values for customers with a balance higher than their credit limit, only those customer should show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 02:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Data-selection/m-p/167276#M38893</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-01-13T02:04:39Z</dc:date>
    </item>
  </channel>
</rss>

