<?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: how to write a drill down group in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-write-a-drill-down-group/m-p/1293391#M27312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can not use Drill down dimension in expression editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(var_RHS) =1, Region,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($(var_RHS) =1 and getselectedcount(Region)&amp;lt;&amp;gt;0,States,null()&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2016 06:53:31 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2016-12-07T06:53:31Z</dc:date>
    <item>
      <title>how to write a drill down group</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-write-a-drill-down-group/m-p/1293389#M27310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone, this is my qliksense requirement,the thing is i had created a &lt;STRONG style="font-size: 12pt;"&gt;drill down&amp;nbsp; group&lt;/STRONG&gt; with two dimensions&lt;STRONG style="font-size: 12pt;"&gt;(Region,States)&lt;/STRONG&gt; and named it as &lt;STRONG style="font-size: 12pt;"&gt;Product.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;then i took a bar chart and added&lt;STRONG&gt; Product&lt;/STRONG&gt; as Dimension and &lt;STRONG&gt;sum(sales)&lt;/STRONG&gt; as a measure ...which is working great ,i mean drill down&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;now in a different chart i need to show the &lt;STRONG&gt;same group dimension&lt;/STRONG&gt; but this time the dimension as to &lt;STRONG&gt;trigger&lt;/STRONG&gt; only when the condition is true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i mean in Add Dimension box i wrote this condition ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;STRONG&gt;if($(var_RHS)=1,Product,NULL())........&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;which is not working...can any suggestion on how to write a proper condition to trigger a group dimension in &lt;STRONG&gt;Qliksense&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;thanks&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 07:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-write-a-drill-down-group/m-p/1293389#M27310</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-11-23T07:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a drill down group</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-write-a-drill-down-group/m-p/1293390#M27311</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;Still looking for any suggestion on this....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 06:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-write-a-drill-down-group/m-p/1293390#M27311</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-12-07T06:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to write a drill down group</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-write-a-drill-down-group/m-p/1293391#M27312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can not use Drill down dimension in expression editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if($(var_RHS) =1, Region,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if($(var_RHS) =1 and getselectedcount(Region)&amp;lt;&amp;gt;0,States,null()&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 06:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-write-a-drill-down-group/m-p/1293391#M27312</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-12-07T06:53:31Z</dc:date>
    </item>
  </channel>
</rss>

