<?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: Referring to drill downs in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272321#M26189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Working_Atty, Billing_Atty and Originating_Atty are all fields in my data already. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to replace them with drills. So instead of Working_Atty, I want something that will drill from department, to section, to title, to working attorney. But how to a refer to the in a formula? is it even possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2016 20:02:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-02T20:02:14Z</dc:date>
    <item>
      <title>Referring to drill downs</title>
      <link>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272319#M26187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I was wondering if there was a way to refer to the drill downs as a dimension. I have an extension I am using that allows you to change the dimensions of a chart, and I understand how to for the actual fields in my code, but I want to be able to refer to a drill down. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example, this is using 3 fields that are in my data.&lt;/P&gt;&lt;P&gt;Pick(Match($(vMTKView), 1, 2, 3), Working_Atty, Billing_Atty, Originating_Atty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 18:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272319#M26187</guid>
      <dc:creator />
      <dc:date>2016-12-02T18:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Referring to drill downs</title>
      <link>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272320#M26188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not really sure what you are trying to accomplish, but The&amp;nbsp;&amp;nbsp; &lt;A class="xref xrefFilename_noextension Filename_noextension MCXref" href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getcurrentfield.htm" style="color: #007fca;"&gt;getcurrentfield&lt;/A&gt; (groupname) &lt;SPAN style="font-size: 10pt;"&gt;should do the trick for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 18:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272320#M26188</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2016-12-02T18:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Referring to drill downs</title>
      <link>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272321#M26189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Working_Atty, Billing_Atty and Originating_Atty are all fields in my data already. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to replace them with drills. So instead of Working_Atty, I want something that will drill from department, to section, to title, to working attorney. But how to a refer to the in a formula? is it even possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2016 20:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272321#M26189</guid>
      <dc:creator />
      <dc:date>2016-12-02T20:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Referring to drill downs</title>
      <link>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272322#M26190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I understand you correctly that you have managed to create a drill down dimension in Qlik Sense? If not then take a look at &lt;A href="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Dimensions/create-drill-down-dimension.htm" title="https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Dimensions/create-drill-down-dimension.htm"&gt;https://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Dimensions/create-drill-down-dimension.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To refer to the current dimension in a drill down use the getcurrentfield() &lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getcurrentfield.htm?_ga=1.65089774.1171492022.1479657425" title="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getcurrentfield.htm?_ga=1.65089774.1171492022.1479657425"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getcurrentfield.htm?_g…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In an expression you can refer to it using $ expansion.&lt;/P&gt;&lt;P&gt;Eg: count([$(=&lt;SPAN style="font-size: 13.3333px;"&gt;getcurrentfield(YourGroupDimension)]) will return the count on the active dimension &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Working_Atty, Billing_Atty or Originating_Atty.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 19:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Referring-to-drill-downs/m-p/1272322#M26190</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2016-12-10T19:53:53Z</dc:date>
    </item>
  </channel>
</rss>

