<?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: Needed dimension for correct calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108291#M509960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need an aggr() for it - something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(sum([Idle Times] * [hourly wages]), Name, Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2018 07:00:35 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-08-23T07:00:35Z</dc:date>
    <item>
      <title>Needed dimension for correct calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108288#M509957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning dear qlik-view-community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stuck with a problem and do absolutely not know how to solve it. Maybe you can help me, I hope that it is a "typical" problem with an not-to-complicated solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aim is to show the costs of idle-times ("empty hours") of employees. Those get calculated in following way: idle times multiplied with hourly wage:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Idle.PNG" class="jive-image image-3" height="142" src="https://community.qlik.com/legacyfs/online/211477_Idle.PNG" style="height: 141.725px; width: 327px;" width="327" /&gt;&lt;/P&gt;&lt;P&gt;Every employee has its individual hourly wage, and thats the problem. I want to show the costs of idle times on a &lt;SPAN style="text-decoration: underline;"&gt;monthly basis, without employees&lt;/SPAN&gt;. But for correct calculation, I need the dimension "employee", because without this dimension, QV does not know &lt;SPAN style="text-decoration: underline;"&gt;which hourly wage to take.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would love a result like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="211476" alt="Idle2.PNG" class="jive-image image-2" height="95" src="https://community.qlik.com/legacyfs/online/211476_Idle2.PNG" style="height: 94px; width: 192.563px;" width="193" /&gt;&lt;/P&gt;&lt;P&gt;Does somebody know how to solve this problem? Do I have to use Aggregation-funktion? Or should I hide columns?&lt;BR /&gt;I really would appreciate some hints.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a nice day &amp;amp; thank you&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 06:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108288#M509957</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-08-22T06:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Needed dimension for correct calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108289#M509958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use straight table and add Month as your dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim:&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Expr: &lt;/P&gt;&lt;P&gt;= Sum(IdleTimes)&lt;/P&gt;&lt;P&gt;= Sum(IdleTimes * HourlyWage)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211542_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 16:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108289#M509958</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-22T16:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Needed dimension for correct calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108290#M509959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="ltr trg"&gt;Strangely enough, because QV knows &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; text-decoration: underline;"&gt;which hourly wage to take&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp; and result must be as you e&lt;SPAN lang="en"&gt;xpect. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Could you provide&lt;/SPAN&gt;&lt;/SPAN&gt; the expression or qvw? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 06:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108290#M509959</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-08-23T06:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Needed dimension for correct calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108291#M509960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need an aggr() for it - something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(sum([Idle Times] * [hourly wages]), Name, Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 07:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108291#M509960</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-08-23T07:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Needed dimension for correct calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108292#M509961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys for your answer, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to technical problems I am not able to try your solutions, but as soon as my problem is fixed I ll try &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;Have a nice day,&lt;BR /&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2018 06:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108292#M509961</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-08-27T06:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Needed dimension for correct calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108293#M509962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fixed my problems and prepared a File for you, so maybe you can show me your solution with your QVD-File:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-20394"&gt;QV-IdleTime.xlsx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you also find again the description of my problem.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you very much&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 15:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108293#M509962</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-03T15:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Needed dimension for correct calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108294#M509963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached, Jacob&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212546_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108294#M509963</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-09-04T06:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Needed dimension for correct calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108295#M509964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, I've finally been able to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jakob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2018 10:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Needed-dimension-for-correct-calculation/m-p/108295#M509964</guid>
      <dc:creator>jakobjosef</dc:creator>
      <dc:date>2018-09-24T10:40:11Z</dc:date>
    </item>
  </channel>
</rss>

