<?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 Dynamic caption bar in a table with a multiple drilldown? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468063#M1154287</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;for a planned new Dashboard, I have to create a drilldown group. In principle, I have already made that, I just have to enlarge it to encompass more levels. I have it displayed in a straight table, that way the "dimensions" are the rows and my calculated figures are in the columns.&lt;/P&gt;&lt;P&gt;I want to make the caption bar dynamic now using a formula. I have already made that - partly. Currently, there is a formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Turnover figures per ' &amp;amp; Getcurrentfield (Mygroup)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to build on that and I want the thing to say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Turnover figures per ' &amp;amp; Getcurrentfield(Mygroup) &amp;amp; ' within ' &amp;amp; [the_next_level_up]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me how I can do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Apr 2013 14:32:02 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2013-04-18T14:32:02Z</dc:date>
    <item>
      <title>Dynamic caption bar in a table with a multiple drilldown?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468063#M1154287</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;for a planned new Dashboard, I have to create a drilldown group. In principle, I have already made that, I just have to enlarge it to encompass more levels. I have it displayed in a straight table, that way the "dimensions" are the rows and my calculated figures are in the columns.&lt;/P&gt;&lt;P&gt;I want to make the caption bar dynamic now using a formula. I have already made that - partly. Currently, there is a formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Turnover figures per ' &amp;amp; Getcurrentfield (Mygroup)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to build on that and I want the thing to say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Turnover figures per ' &amp;amp; Getcurrentfield(Mygroup) &amp;amp; ' within ' &amp;amp; [the_next_level_up]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me how I can do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 14:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468063#M1154287</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-04-18T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic caption bar in a table with a multiple drilldown?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468064#M1154288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'll have to use some expression that calculates &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[the_next_level_up]. Something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Getcurrentfield (Mygroup)&lt;/SPAN&gt; = 'LevelX-1', 'LevelX',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Getcurrentfield (Mygroup)&lt;/SPAN&gt; = 'LevelX-2', 'LevelX-1',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Getcurrentfield (Mygroup)&lt;/SPAN&gt; = 'LevelX-3', 'LevelX-2')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 17:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468064#M1154288</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-18T17:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic caption bar in a table with a multiple drilldown?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468065#M1154289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help! I was hoping there would be an easier way by using something like a "Getcurrentparentfield" function. But I guess your solution will work out. It will just be a bit time-consuming because I will have a lot of possibilities and that way I'll have to type up every single one.&lt;/P&gt;&lt;P&gt;Can I build a CASE construction in QlikView?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: The Getcurrentfield function won't help me here, but I have yet to find the right one: &amp;gt;Getcurrentfield(Mygroup)&amp;lt; will return the level I am currently on, but not the specific field:&lt;/P&gt;&lt;P&gt;=&amp;gt; Scenario: I have four units on the "big box" level with each one having four possible "small box" units under it - so it will not suffice to know that I am on the "small box" level, but I have to identify which of the four sets of possible "small box" values I have to determine which of the "big box" units I am in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function I can use to return the currently displayed values (the values there are on the current level)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.P.S.: Oh yes, it is not only possible - it is much easier than I thought. The GETCURRENTSELECTIONS function with no specific parameters returns exactly what I want, namely the exact level (and field) within the drilldown group I just came down from.&lt;/P&gt;&lt;P&gt;I just have to find a way to insert some line-feeds (so that the text is properly aligned). I haven't yet found the right command for line-feeds. Can you give me a hint here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 12:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468065#M1154289</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-04-19T12:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic caption bar in a table with a multiple drilldown?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468066#M1154290</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;okay, I found it out now: The chr(10) function is the SQL statement for a line_feed.&lt;/P&gt;&lt;P&gt;This is solved then.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 14:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468066#M1154290</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-04-19T14:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic caption bar in a table with a multiple drilldown?</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468067#M1154291</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;there's another detail: It works and looks nice in a big textbox where I can have the whole thing displayed in several lines.&lt;/P&gt;&lt;P&gt;However, acc. to the presentation I have as a guideline for the look, there is supposed to be one cell in the table - the leftmost uppermost cell, where I would usually have the name of my drilldown group, where the &amp;gt;item_on_the_level_I_just_came_from&amp;lt; is displayed.&lt;/P&gt;&lt;P&gt;I am already almost there: I cannot make the name of the group into a formula or so, so I just added a textbox which I moved over that cell. In the textbox, I again display the result of the function &amp;gt;Getcurrentselection()&amp;lt;; The only problem I have now is that that function returns all the upper levels - but I want only one, the next_one_up.&lt;/P&gt;&lt;P&gt;Can anybody advise me how to modify that function to get only the next level?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 16:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-caption-bar-in-a-table-with-a-multiple-drilldown/m-p/468067#M1154291</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-04-19T16:16:16Z</dc:date>
    </item>
  </channel>
</rss>

