<?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: Creating a KPI in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655148#M476256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will certainly study that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created this using 5 separate expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salaries: Sum({$&amp;lt;AC4={'6110'}&amp;gt;} Amount) / Sum({$&amp;lt;AccountCode={'95010'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;Benefits: Sum({$&amp;lt;AC4={'6120'}&amp;gt;} Amount) / Sum({$&amp;lt;AccountCode={'95010'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question was, if I need to create 5 separate expressions or if I can do it in a single one using AC3 = '610' and Qlikview then displays the level below (AC4).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2014 04:07:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-11T04:07:10Z</dc:date>
    <item>
      <title>Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655141#M476249</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;I'm pretty new to Qlikview and struggle with creating a KPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get a value in relation of another. I want to create an average personnel cost by dividing the total personnel cost (AC3 = 610) through the total employee (AccountCode = 96000). The formula looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(If(AC3='610',Amount,0))/SUM(If(AccountCode='96000',Amount,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the first part, I get proper values, when I only use the second part, I also get the proper values. But both parts together simply show nothing to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make that division?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 01:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655141#M476249</guid>
      <dc:creator />
      <dc:date>2014-06-11T01:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655142#M476250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I just found the answer myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With creating two expressions and then use a 3rd calculate the quotient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 01:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655142#M476250</guid>
      <dc:creator />
      <dc:date>2014-06-11T01:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655143#M476251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;AC3={'610'}&amp;gt;} Amount) / Sum({$&amp;lt;AccountCode={'96000'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 01:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655143#M476251</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-11T01:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655144#M476252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, that seems to do the trick &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I have to learn more on the power of the expressions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 02:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655144#M476252</guid>
      <dc:creator />
      <dc:date>2014-06-11T02:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655145#M476253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did it get what you expected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 02:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655145#M476253</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-11T02:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655146#M476254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thank you very much. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I don't understand the formula yet completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just wondering, if I could get a stacked bar chart showing the same sums one level below the 610-Group. It would be at AC4. Do I have to create one expression for each sub-group or could I do that at once?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 02:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655146#M476254</guid>
      <dc:creator />
      <dc:date>2014-06-11T02:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655147#M476255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathias&lt;/P&gt;&lt;P&gt;Set analysis is worth studying. It will very be useful in a lot of situations. Search for set analysis in the Resource area of the community. There is a lot of material there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't understand very well your problem with the stacked bar, but I think you will need another expression. Share more details of your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 03:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655147#M476255</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-11T03:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655148#M476256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will certainly study that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created this using 5 separate expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salaries: Sum({$&amp;lt;AC4={'6110'}&amp;gt;} Amount) / Sum({$&amp;lt;AccountCode={'95010'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;Benefits: Sum({$&amp;lt;AC4={'6120'}&amp;gt;} Amount) / Sum({$&amp;lt;AccountCode={'95010'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question was, if I need to create 5 separate expressions or if I can do it in a single one using AC3 = '610' and Qlikview then displays the level below (AC4).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 04:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655148#M476256</guid>
      <dc:creator />
      <dc:date>2014-06-11T04:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a KPI</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655149#M476257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer this question, it's necessary to know your data model and, if possible, your qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-KPI/m-p/655149#M476257</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-11T11:04:41Z</dc:date>
    </item>
  </channel>
</rss>

