<?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: Basic beginner question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346979#M493685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to code your expression as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'courier new', courier;"&gt;=if(sum(Balance) &amp;gt; 1000, sum(Balance), 0)&amp;nbsp; // Use the sum if &amp;gt; 1000, else zero&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then utilize the default of "Suppress zero values" on the Presentation tab to eliminate those dimensions that calculate to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2012 07:05:21 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2012-05-17T07:05:21Z</dc:date>
    <item>
      <title>Basic beginner question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346977#M493683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I work in the financial services industry and have a table that looks like below (for illustration purposes):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loan #, Interest Rate, Interest Rate Bucket, Balance&lt;/P&gt;&lt;P&gt;1, 1%, 0-1%, $57&lt;/P&gt;&lt;P&gt;2, 2%, 2-3%, $23&lt;/P&gt;&lt;P&gt;3, 3%, 2-3%, $93&lt;/P&gt;&lt;P&gt;4, 4%, 4-5%, $3456&lt;/P&gt;&lt;P&gt;5, 6%, 6-7%, $1134&lt;/P&gt;&lt;P&gt;6, 9%, Over 8%, $3874&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reality, the data set has millions of loans. Thus, in the load script, we bucket each loan's interest rate into a set of buckets that we call a 'Note Rate Dimension'. This allows me to make a basic chart where the Y-axis is the sum of the balances in each bucket and the dimension in the bucket. What I'm struggling with is that, like the sample data set above, our balance in our lower interest rate buckets are small. On the chart I'd like to eliminate them by doing the following: "If the sum of the balance in each bucket is less than x, then don't show that bucket as a dimension on the chart." I've looked at the blogs and documentation but I'm really at a loss being fairly new to this product.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 21:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346977#M493683</guid>
      <dc:creator />
      <dc:date>2012-05-10T21:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Basic beginner question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346978#M493684</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;Pls. check the attached qlikview file to see if it answers your question.&lt;/P&gt;&lt;P&gt;I set the treshold to 100 in the calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://quickdevtips.blogspot.com"&gt;http://quickdevtips.blogspot.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 19:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346978#M493684</guid>
      <dc:creator />
      <dc:date>2012-05-16T19:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Basic beginner question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346979#M493685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to code your expression as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'courier new', courier;"&gt;=if(sum(Balance) &amp;gt; 1000, sum(Balance), 0)&amp;nbsp; // Use the sum if &amp;gt; 1000, else zero&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then utilize the default of "Suppress zero values" on the Presentation tab to eliminate those dimensions that calculate to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 07:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346979#M493685</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-05-17T07:05:21Z</dc:date>
    </item>
    <item>
      <title>Basic beginner question</title>
      <link>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346980#M493686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly what I needed. Thank you very much. It helped me understand the aggr function as well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 20:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Basic-beginner-question/m-p/346980#M493686</guid>
      <dc:creator />
      <dc:date>2012-05-18T20:44:17Z</dc:date>
    </item>
  </channel>
</rss>

