<?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 Group and Limits in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241301#M394136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you resolved the issue, post the solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Sep 2018 14:58:18 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-09-02T14:58:18Z</dc:date>
    <item>
      <title>Drill down Group and Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241296#M394131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have Dimension Limit or Presentation - Max number only show X rows/results at the top drill level and then have no limits as drilled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have For example I have Drill down with 3 levels, 1, 2 &amp;amp; 3 at level 1 (ie no drill) I only want to see the top 3 largest results based on the expression (there is just 1 sum expression resulting in a money amount).&amp;nbsp; When I drill down to level 2 and 3 I want no limits on results but just the data related to the item selected at level 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above is not possible I would settle for having no limits but when I drill down to level 2 just see the results relating to the item selected at level 1 (currently I get all level 2 results relating to all level 1 items)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sure there is a simple solution I'm missing....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 14:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241296#M394131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T14:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Group and Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241297#M394132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this might be possible using multiple dimensions (or multiple drill down dimensions)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 14:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241297#M394132</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-26T14:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Group and Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241298#M394133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm....&lt;/P&gt;&lt;P&gt;...Like using conditional show so when first Dim is selected it hides and shows a second without the limits?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 15:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241298#M394133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T15:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Group and Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241299#M394134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya something along those lines....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 15:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241299#M394134</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-26T15:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Group and Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241300#M394135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Please check below it may give solution.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In dimension limits tab, instead of 10, write the bellow expression&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(GetCurrentField(Drill_Grp1)='Country',10,GetPossibleCount(State))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 08:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241300#M394135</guid>
      <dc:creator>tulasiram_bitra</dc:creator>
      <dc:date>2018-03-22T08:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Group and Limits</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241301#M394136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you resolved the issue, post the solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2018 14:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-Group-and-Limits/m-p/1241301#M394136</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-02T14:58:18Z</dc:date>
    </item>
  </channel>
</rss>

