<?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: Best practice on measure hierarchy in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1526942#M37876</link>
    <description>&lt;P&gt;Current version of Qlik Sense does not have this concept (Hierachy measures), could you elaborate a bit more about your requirement?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jan 2019 10:49:12 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2019-01-07T10:49:12Z</dc:date>
    <item>
      <title>Best practice on measure hierarchy</title>
      <link>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1526867#M37868</link>
      <description>&lt;P&gt;If we have measures that have hierarchies (such as Sales Expenses + Marketing Expenses = Total Expenses), in order to have drill down, is it necessary to have them as dimension by cross tab? I could create a measure hierarchy just like dimension hierarchy but it appears not available in pie charts etc to be used as a measure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 08:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1526867#M37868</guid>
      <dc:creator>User_2019</dc:creator>
      <dc:date>2019-01-07T08:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice on measure hierarchy</title>
      <link>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1526942#M37876</link>
      <description>&lt;P&gt;Current version of Qlik Sense does not have this concept (Hierachy measures), could you elaborate a bit more about your requirement?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 10:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1526942#M37876</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2019-01-07T10:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice on measure hierarchy</title>
      <link>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1526996#M37881</link>
      <description>&lt;P&gt;Hi thanks for the response. As indicated, the idea is to show some visualisation (Bar for example). And the drill down should reflect details.&lt;/P&gt;&lt;P&gt;Let us say the bars are for each month (Jan, Feb, Mar) and show total expenses (which can be a summary measure). If user clicks on, say, May, it should show for that month, Sales Expenses, Marketing expenses etc which are measures. Right now they are columns in the datasource and loaded as is.&amp;nbsp; (not cross tab to dimension).&lt;/P&gt;&lt;P&gt;&amp;nbsp;The row or X-axis can be not necessarily month but something else as well (Say, Company or Division etc)&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 11:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1526996#M37881</guid>
      <dc:creator>User_2019</dc:creator>
      <dc:date>2019-01-07T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice on measure hierarchy</title>
      <link>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1527026#M37884</link>
      <description>&lt;P&gt;You can write some custom expression, testing and aggregating different values, for example&lt;/P&gt;
&lt;P&gt;IF (Count(distinct Month)=1, sum(Expenses)+Sum(Costs),&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;sum(Expenses)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So you can show different metrics based in user selections&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 12:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-practice-on-measure-hierarchy/m-p/1527026#M37884</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2019-01-07T12:07:39Z</dc:date>
    </item>
  </channel>
</rss>

