<?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 Qlik Sense- Top 10 Rank based on multiple Metrics in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Top-10-Rank-based-on-multiple-Metrics/m-p/55902#M3716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if it is possible to do a top 10 rank in a bar chart by the agreggation of all the measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have a bart chart with 1 dimension (Dimension: Product) and 3 measures (Metrics: Sales North; Sales Center, Sales South)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted the measures to be in % so each measure is calculated as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;Date_year={'2018'}, Store_ZoneCC={'North'}&amp;gt; } Sales_Value) / sum({$&amp;lt;Date_year={'2018'}&amp;gt; } total Sales_Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;When I set a fixed value for top 10 produtcs, the top 10 will be made based on the first measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;What I need is to do the top 10 based on the total sales and not on one of the measures.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Miguel Cunha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 14:31:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-04T14:31:52Z</dc:date>
    <item>
      <title>Qlik Sense- Top 10 Rank based on multiple Metrics</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Top-10-Rank-based-on-multiple-Metrics/m-p/55902#M3716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if it is possible to do a top 10 rank in a bar chart by the agreggation of all the measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I have a bart chart with 1 dimension (Dimension: Product) and 3 measures (Metrics: Sales North; Sales Center, Sales South)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted the measures to be in % so each measure is calculated as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({$&amp;lt;Date_year={'2018'}, Store_ZoneCC={'North'}&amp;gt; } Sales_Value) / sum({$&amp;lt;Date_year={'2018'}&amp;gt; } total Sales_Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;When I set a fixed value for top 10 produtcs, the top 10 will be made based on the first measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;What I need is to do the top 10 based on the total sales and not on one of the measures.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Miguel Cunha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Top-10-Rank-based-on-multiple-Metrics/m-p/55902#M3716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T14:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense- Top 10 Rank based on multiple Metrics</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Top-10-Rank-based-on-multiple-Metrics/m-p/55903#M3717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;solved it by adding the dimension "Store_ZoneCC" to the chart dimensions. And in the measure I deleted the Store_Zone_CC condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Miguel Cunha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 12:26:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Top-10-Rank-based-on-multiple-Metrics/m-p/55903#M3717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-09T12:26:01Z</dc:date>
    </item>
  </channel>
</rss>

