<?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: Drill-Down Graphs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549550#M1125369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Product = {"=sum(SalesCount)&amp;gt;=25"}&amp;gt;} SalesCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to apply the condition only to the dimension Unit, you can check for the current dimension using GetCurrentField():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetCurrentField( GROUP ) = 'Unit', &lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Product = {"=sum(SalesCount)&amp;gt;=25"}&amp;gt;} SalesCount),&lt;/P&gt;&lt;P&gt;Sum(SalesCount) &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 15:45:08 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-01-03T15:45:08Z</dc:date>
    <item>
      <title>Drill-Down Graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549549#M1125368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a drill down graph for some sales data.&amp;nbsp; It starts with month, then goes to week, then goes to products sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is I have many products, the majority of which were sold only once or twice. So when I drill down to products sold there is entirely too much data shown.&amp;nbsp; Is there a way to only show products that were sold more than 25times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, what I see for months is 400 units sold.&amp;nbsp; Then broken down by week I see 100 units per week. Then by product per week I see 1 unit A, 1 unit B, 1 unit C, 25 unit d, 1 unit e, 30 unit f, etc.&amp;nbsp; I would like to only see unit D, unit F and any other that had more than 25 units sold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549549#M1125368</guid>
      <dc:creator />
      <dc:date>2014-01-03T15:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549550#M1125369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Product = {"=sum(SalesCount)&amp;gt;=25"}&amp;gt;} SalesCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to apply the condition only to the dimension Unit, you can check for the current dimension using GetCurrentField():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetCurrentField( GROUP ) = 'Unit', &lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Product = {"=sum(SalesCount)&amp;gt;=25"}&amp;gt;} SalesCount),&lt;/P&gt;&lt;P&gt;Sum(SalesCount) &lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549550#M1125369</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-03T15:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549551#M1125370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/51046_pastedImage_0.png" style="width: 620px; height: 441px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549551#M1125370</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-03T15:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549552#M1125371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that is what I needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Graphs/m-p/549552#M1125371</guid>
      <dc:creator />
      <dc:date>2014-01-03T15:56:12Z</dc:date>
    </item>
  </channel>
</rss>

