<?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 Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692303#M1065826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay Thanks! Sorry, I have another question. If I use Cyclic group, can I skip the fields with null values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 13:40:43 GMT</pubDate>
    <dc:creator>reshmakala</dc:creator>
    <dc:date>2014-09-15T13:40:43Z</dc:date>
    <item>
      <title>Drill-Down Group Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692297#M1065820</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 been trying to do a drill down group in QlikView. I do not have values for all the fields. When I drill down to level2 I directly end up with the last level. Can anyone help me out. &lt;/P&gt;&lt;P&gt;Attached is the QVW that I am trying with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 15:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692297#M1065820</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2014-09-14T15:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Group Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692298#M1065821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Drill down group it used fotr hierarchical environment.I seems you are using nonhierachical group.&lt;/P&gt;&lt;P&gt;Technically when you uses drill down group in such cases it will directly drill down to its lowest level and shows only 1 possible value.&lt;/P&gt;&lt;P&gt;So use cyclic grp in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 16:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692298#M1065821</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-14T16:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Group Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692299#M1065822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;- you have values for all fields; some values are blank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- when you only have 1 value, Qlik drill to lower level&lt;/P&gt;&lt;P&gt;So, you always have 1 possible value for every level, so Qlik will go from C1 to C5, always&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you change blank with null for some C1 value the drill down will stop at C3 or C4 level&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C1,C2,C3,if(len(trim(C4))=0,null(),C4) as C4, if(len(trim(C5))=0,null(),C5) as C5;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [C1, C2, C3, C4, C5,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a, b, c,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;d,e,f,g,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;h,i,j,k,l,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;m,n,o,p,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;q,r,s];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Deepak Tibhe said, you have a &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt; nonhierachical group&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 16:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692299#M1065822</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-14T16:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Group Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692300#M1065823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it and now it stops at C3 after C1. I would actually need a drill down group functionality in my report. Is there any way I can do that with null values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should go from C1-&amp;gt;C2-&amp;gt;C3.... and so on. If there are no values it should stop drilling down there. Can that be possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 17:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692300#M1065823</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2014-09-14T17:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Group Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692301#M1065824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use Cyclic Group I need to click the cyclic group icon and all the fields are expanded. I want the drill down functionality. Please let me know if there is any way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 17:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692301#M1065824</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2014-09-14T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Group Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692302#M1065825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK if you only have 1 value in C2 (for the selected C1) Qlik will drill to C3 (if C4 is null or C4 if C5 is null; the last not null) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2014 19:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692302#M1065825</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-14T19:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Group Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692303#M1065826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay Thanks! Sorry, I have another question. If I use Cyclic group, can I skip the fields with null values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 13:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692303#M1065826</guid>
      <dc:creator>reshmakala</dc:creator>
      <dc:date>2014-09-15T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Drill-Down Group Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692304#M1065827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking at the sample application, I am a not sure what "Salary" represents, since it is not associated with any particular categories.&amp;nbsp; As such, it is joined to all of them and, to me, it looks like it will be overstated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is not explicitly hierarchical, but, if C1 is the highest level rollup category, C2, next highest and so on, until you reach a person and a salary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps, assigning a Salary value to the lowest level of the "hierachy", in this case, "C", "G", "L", "P" and "S" and then making a pivot table instead of a straight table with a group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 19:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-Down-Group-Issue/m-p/692304#M1065827</guid>
      <dc:creator />
      <dc:date>2014-09-15T19:26:51Z</dc:date>
    </item>
  </channel>
</rss>

