<?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: Custom Labels For Dynamic Drill Down Dymension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948400#M13445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 03:05:25 GMT</pubDate>
    <dc:creator>vadimtsushko</dc:creator>
    <dc:date>2016-01-18T03:05:25Z</dc:date>
    <item>
      <title>Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948393#M13438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to make a cyclic dimension-like solution at a table (Qlik Sense 1.1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have downloaded an extension (&lt;A href="http://branch.qlik.com/projects/showthread.php?361-Variable-Button" title="http://branch.qlik.com/projects/showthread.php?361-Variable-Button"&gt;Variable Button&lt;/A&gt;), with I am able to make a cyclic dimension. &lt;/P&gt;&lt;P&gt;If I add a drill-down dimension to the table, I'll get the function as a label.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drill down hierarchy: &lt;/P&gt;&lt;P&gt;level 1: if($(var)=1,'A dimension','B dimension')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;level 2: if($(var)=1,'Aa dimension','Bb dimension')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The label become e.g. : &lt;SPAN style="font-size: 13.3333px;"&gt;if($(var)=1,'A dimension','B dimension').&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;As far as I know there isn't solution for the mentioned problem, I'm curios do you suggest any workaround for cyclic dimension in Qlik Sense (as far I didn't find any solution, that fits).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;G.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 15:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948393#M13438</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-05T15:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948394#M13439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌drill downs in sense are created through masteritems dimensions unfortunately we cannot use master items expressions so the combination of cyclical and drill downfunctionality is out of reach.&amp;nbsp; I'd suggest using the method your using with the 4 options available to the user rather than filter drill downs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have the way to do this covered but I'll add a link to how I've down it in the past &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9077"&gt;Makes Sense to go round in circles&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 22:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948394#M13439</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-11-05T22:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948395#M13440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The linked documennt is very nice and useful, but doesn't cover my problem.&lt;/P&gt;&lt;P&gt;The main problem is, like the attached qvf at &lt;A _jive_internal="true" data-containerid="2146" data-containertype="14" data-objectid="9077" data-objecttype="102" href="https://community.qlik.com/docs/DOC-9077" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Makes Sense to go round in circles&lt;/A&gt;, filter works fine, altough the filter band shows the formula instead of label.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik_sense_filter.png" class="jive-image image-1" height="146" src="https://community.qlik.com/legacyfs/online/104348_Qlik_sense_filter.png" style="height: 146.108px; width: 204px;" width="204" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 09:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948395#M13440</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-09T09:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948396#M13441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The filter bar will always show the formula.&amp;nbsp; this is by design.&amp;nbsp; The filter bar displays filters applied to the underlying data model not a specific chart.&amp;nbsp; For that reason your chart label will not show in the filter bar as this would be confusing if for example you named dimensions, measures differently in different charts.&amp;nbsp; How would a user know which chart the filter was applied from? and as it filtered the model as a whole would they care?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 15:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948396#M13441</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-11-09T15:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948397#M13442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I understand, but I think it is unacceptable from the client side. They only want to see fancy labels instead of functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 10:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948397#M13442</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-10T10:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948398#M13443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Andy Weir написал(а):&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The filter bar will always show the formula.&amp;nbsp; this is by design.&amp;nbsp; The filter bar displays filters applied to the underlying data model not a specific chart.&amp;nbsp; For that reason your chart label will not show in the filter bar as this would be confusing if for example you named dimensions, measures differently in different charts.&amp;nbsp; How would a user know which chart the filter was applied from? and as it filtered the model as a whole would they care?&lt;/P&gt;



&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi, Andy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, I believe that with minor tweak in the formula for cyclic dimension in your sample application we can get result required by @&lt;SPAN style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/undergrinder"&gt;undergrinder&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="111806" alt="2016-01-17 18-47-26 Qlik Sense Desktop.png" class="jive-image image-1" src="/legacyfs/online/111806_2016-01-17 18-47-26 Qlik Sense Desktop.png" style="height: 308px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;For this I changed formula from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14530446036546856" jivemacro_uid="_14530446036546856"&gt;
&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;Pick(Match($(vSalesView),1,2,3),'Company','Product','Month')&lt;/SPAN&gt;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: rgba(0, 0, 0, 0); font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px;"&gt;=$(=Pick(Match($(vSalesView),1,2,3),'Company','Product','Month'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1453039015477637 jive_text_macro" jivemacro_uid="_1453039015477637"&gt;
&lt;P&gt;=$(=Pick(Match($(vSalesView),1,2,3),'Company','Product','Month'))&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I used similar technic here: &lt;A href="https://community.qlik.com/docs/DOC-6918"&gt;Emulating cyclic dimension group in Qlik Sense Desktop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 13:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948398#M13443</guid>
      <dc:creator>vadimtsushko</dc:creator>
      <dc:date>2016-01-17T13:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948399#M13444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌nice tweak I'll update my document accordingly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 22:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948399#M13444</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2016-01-17T22:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948400#M13445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 03:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948400#M13445</guid>
      <dc:creator>vadimtsushko</dc:creator>
      <dc:date>2016-01-18T03:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948401#M13446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vadim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cycleic dimension is known by me, this is not exactly, what I want, but I'll try the =$(=...) formula for drill down dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948401#M13446</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2016-01-18T12:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948402#M13447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, undergrinder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know your actual requirements, this tweak just solves the problem that you wrote about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Andy!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The linked documennt is very nice and useful, but doesn't cover my problem.&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The main problem is, like the attached qvf at &lt;A _jive_internal="true" data-containerid="2146" data-containertype="14" data-objectid="9077" data-objecttype="102" href="https://community.qlik.com/docs/DOC-9077" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Makes Sense to go round in circles&lt;/A&gt;, filter works fine, altough the filter band shows the formula instead of label.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;G.&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 04:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948402#M13447</guid>
      <dc:creator>vadimtsushko</dc:creator>
      <dc:date>2016-01-19T04:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Labels For Dynamic Drill Down Dymension</title>
      <link>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948403#M13448</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;Create Single Dimension in master item section, using below functions(one for level 1 and one for level 2) and in label expression give name as level 1 &amp;amp; level 2 OR name of your choice. It will reflect in drill down group too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;level 1: if($(var)=1,'A dimension','B dimension')&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;level 2: if($(var)=1,'Aa dimension','Bb dimension')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 18:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Custom-Labels-For-Dynamic-Drill-Down-Dymension/m-p/948403#M13448</guid>
      <dc:creator>la259031</dc:creator>
      <dc:date>2018-07-23T18:00:31Z</dc:date>
    </item>
  </channel>
</rss>

