<?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: Chart Title Expression Update With Drill-Dimension and getselectedcount() in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Chart-Title-Expression-Update-With-Drill-Dimension-and/m-p/1944704#M77855</link>
    <description>&lt;P&gt;using variables to change the dimension is fine if you are equating the approach to a cyclic group.&amp;nbsp; The requirement is a drill group just like users are used to with QV behavior.&amp;nbsp; Wouldn't what you suggest introduce an unnecessary button click on the end users part to filter before selecting the next dimension to see.&amp;nbsp; how would you do what you suggest with pick/match/variable and fulfill the drill group requirement without changing the end user behavior?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jun 2022 16:39:30 GMT</pubDate>
    <dc:creator>carlcimino</dc:creator>
    <dc:date>2022-06-16T16:39:30Z</dc:date>
    <item>
      <title>Chart Title Expression Update With Drill-Dimension and getselectedcount()</title>
      <link>https://community.qlik.com/t5/App-Development/Chart-Title-Expression-Update-With-Drill-Dimension-and/m-p/1909022#M74938</link>
      <description>&lt;P&gt;Hello I have a drill dimension with &amp;gt;2 dimensions (image below).&amp;nbsp; I'd like&amp;nbsp; to get the chart title reflect the level of the drill group the user is in.&amp;nbsp; Trying to utilize getselectedcount() unsuccessfully for levels below the 2nd dimension in the drill dimension.&amp;nbsp; Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlcimino_0-1648066432138.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75199iD29A24AFF0FB1F80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlcimino_0-1648066432138.png" alt="carlcimino_0-1648066432138.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have this as the expression below in the Subtitle but can't seem to get it to work for any level below the 2nd one.&amp;nbsp; I've tried all sorts of variations of the GetSelectedCount.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Level 1 = [Segment Group]&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Level 2 = [IT Group]&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Level 3 = [Tower]&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Level 4 = [Sub Tower]&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Level 5 = [Cost Center Name]&lt;/P&gt;
&lt;P&gt;=if(GetSelectedCount([Segment Group])=0,'Segment Group ',&lt;BR /&gt;if(GetSelectedCount([Segment Group])=1,'IT Group '))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlcimino_2-1648066516716.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75201i600201A11D49D123/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlcimino_2-1648066516716.png" alt="carlcimino_2-1648066516716.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 20:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Chart-Title-Expression-Update-With-Drill-Dimension-and/m-p/1909022#M74938</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2022-03-23T20:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Expression Update With Drill-Dimension and getselectedcount()</title>
      <link>https://community.qlik.com/t5/App-Development/Chart-Title-Expression-Update-With-Drill-Dimension-and/m-p/1919272#M75625</link>
      <description>&lt;P&gt;unfortunately there is no equivalent for getcurrentfield() in qliksense&lt;/P&gt;
&lt;P&gt;you can use variables instead and change your approach&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-SaaS-Dimension-Variable-amp-If-Else/m-p/1869545#M196954" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-SaaS-Dimension-Variable-amp-If-Else/m-p/1869545#M196954&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 09:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Chart-Title-Expression-Update-With-Drill-Dimension-and/m-p/1919272#M75625</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-18T09:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Title Expression Update With Drill-Dimension and getselectedcount()</title>
      <link>https://community.qlik.com/t5/App-Development/Chart-Title-Expression-Update-With-Drill-Dimension-and/m-p/1944704#M77855</link>
      <description>&lt;P&gt;using variables to change the dimension is fine if you are equating the approach to a cyclic group.&amp;nbsp; The requirement is a drill group just like users are used to with QV behavior.&amp;nbsp; Wouldn't what you suggest introduce an unnecessary button click on the end users part to filter before selecting the next dimension to see.&amp;nbsp; how would you do what you suggest with pick/match/variable and fulfill the drill group requirement without changing the end user behavior?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 16:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Chart-Title-Expression-Update-With-Drill-Dimension-and/m-p/1944704#M77855</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2022-06-16T16:39:30Z</dc:date>
    </item>
  </channel>
</rss>

