<?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: Configure a drill-down dimension by typing its name in the dimension expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661384#M49641</link>
    <description>&lt;P&gt;It doesn't happen to me with the if statements; as I drill down, subsequent selections are applied in the correct order (i.e. without selecting elements from levels I haven't drilled down into yet)&lt;/P&gt;&lt;P&gt;See an example here of how I've implemented it; you can download the qvf file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Qlik-Sense-UK-Maps/ta-p/1634345" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Qlik-Sense-UK-Maps/ta-p/1634345&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Dec 2019 10:11:50 GMT</pubDate>
    <dc:creator>lorenzoconforti</dc:creator>
    <dc:date>2019-12-30T10:11:50Z</dc:date>
    <item>
      <title>Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1660971#M49607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can we configure a drill-down dimension for a chart, &lt;STRONG&gt;by typing in the drill-down dimension name&lt;/STRONG&gt;, instead of selecting the drill-down dimension from the list of master dimensions?&lt;/P&gt;&lt;P&gt;I need this, as I want to configure my chart dimensions based on an external configuration file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;KD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 10:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1660971#M49607</guid>
      <dc:creator>kdandekar</dc:creator>
      <dc:date>2019-12-27T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661090#M49628</link>
      <description>&lt;P&gt;I don't think you can do it using a master drill down dimension&lt;/P&gt;&lt;P&gt;You can define your own drill down using a variable; you would define your variable with something like:&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(Field1)=0 ,'Field1',&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(Field1)&amp;gt;0 and GetSelectedCount(Field2)=0,'Field2',&lt;BR /&gt;if(GetSelectedCount(Field2)&amp;gt;0 and GetSelectedCount(Field3)=0,'Field3',&lt;BR /&gt;if(GetSelectedCount(Field3)&amp;gt;0,'Field4')&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then in your dimension field you would evaluate that variable to make the drill down work. You are then free to apply any logic you need in the dimension field&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2019 19:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661090#M49628</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2019-12-27T19:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661373#M49640</link>
      <description>&lt;P&gt;I had tried a similar work around using 'Pick-Match' in place of 'If' statements, but the problem with this work-around is Qlik Sense marks all values (i.e. even those present in sub-levels) of the drill-down dimension as selected (i.e. it selects values for all dimensions present in the 'If' Statement), this is not intuitive for end-user as to why all the sub-dimension values get selected, which is not the case with the real drill-down dimension..&lt;/P&gt;&lt;P&gt;Example, when I select HOME ELECTRONICS from Product Category.. I also see selections for Product Sub Category and Product Name.. (which are the drill-down dimensions)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image 123.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26155i2638379AF908BF89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Image 123.png" alt="Image 123.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;KD&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 09:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661373#M49640</guid>
      <dc:creator>kdandekar</dc:creator>
      <dc:date>2019-12-30T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661384#M49641</link>
      <description>&lt;P&gt;It doesn't happen to me with the if statements; as I drill down, subsequent selections are applied in the correct order (i.e. without selecting elements from levels I haven't drilled down into yet)&lt;/P&gt;&lt;P&gt;See an example here of how I've implemented it; you can download the qvf file:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Qlik-Sense-UK-Maps/ta-p/1634345" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Qlik-Sense-UK-Maps/ta-p/1634345&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 10:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661384#M49641</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2019-12-30T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661489#M49669</link>
      <description>&lt;P&gt;I tried with the IF statements, but no luck, Qlik Sense is selecting the sub-level values as well. I am working with a simple bar-chart.. but I will&amp;nbsp;check the Maps solution shared by you, to see if it provides any breakthrough ...&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;KD&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 14:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661489#M49669</guid>
      <dc:creator>kdandekar</dc:creator>
      <dc:date>2019-12-30T14:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661494#M49670</link>
      <description>&lt;P&gt;If you want to share your dashboard I can have a look&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 14:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661494#M49670</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2019-12-30T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661706#M49682</link>
      <description>&lt;P&gt;Thanks in advance for sparing time for this.. and wish you a Happy New Year!&lt;/P&gt;&lt;P&gt;I am attaching a sample dashboard qvf, which highlights my issue, where selecting a drill-down dimension (based on IF) selects all sub-level values..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kedar&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 13:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661706#M49682</guid>
      <dc:creator>kdandekar</dc:creator>
      <dc:date>2019-12-31T13:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661736#M49689</link>
      <description>&lt;P&gt;Please see attached. When I developed my dashboard, I was having exactly the same issue you are having. I've worked around it creating the two new variables you see in the dashboard.&lt;/P&gt;&lt;P&gt;One important thing; the dimension field needs to look exactly like in the screenshot below "&amp;nbsp; '$(dimensionUse)' ". If you go into the dimension (i.e. clicking on the fx button) and then come out, Qlik Sense will add square brackets which will stop the drill down from working; the trick is to populate the dimension field without opening the edit expression window&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DrillDown.png" style="width: 239px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/26213iE5C1B61808E53F03/image-size/large?v=v2&amp;amp;px=999" role="button" title="DrillDown.png" alt="DrillDown.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 14:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661736#M49689</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2019-12-31T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Configure a drill-down dimension by typing its name in the dimension expression</title>
      <link>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661749#M49694</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;Thanks for the work around !!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2019 14:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Configure-a-drill-down-dimension-by-typing-its-name-in-the/m-p/1661749#M49694</guid>
      <dc:creator>kdandekar</dc:creator>
      <dc:date>2019-12-31T14:29:18Z</dc:date>
    </item>
  </channel>
</rss>

