<?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: Calculation Help (Qlik Sense) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965394#M949436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Sum([Amount in doc. curr.]*[Actual Rate])&amp;nbsp;&amp;nbsp; / 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 15:29:14 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2015-12-07T15:29:14Z</dc:date>
    <item>
      <title>Calculation Help (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965390#M949432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a summary table of revenue values my company codes for the year.&amp;nbsp; The revenue needs to be converted to USD.&amp;nbsp; When I leave the individual currency lookup key in the table, I get the correct value.&amp;nbsp; However when I remove the lookup key, the value will not calculated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965390#M949432</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2015-12-07T14:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation Help (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965391#M949433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post your expression and dimensions of the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965391#M949433</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-12-07T15:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation Help (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965392#M949434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The calculation is (Sum([Amount in doc. curr.])*[Actual Rate])/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a join from the fact to the exchange rate table (Currency Lookup column)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965392#M949434</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2015-12-07T15:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation Help (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965393#M949435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;those your dimension has multiple records of [Actual Rate]&lt;/P&gt;&lt;P&gt;if so you'll need to use an aggr expression something like:&lt;/P&gt;&lt;P&gt;sum(aggr(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;(Sum([Amount in doc. curr.])*[Actual Rate])/1000,currency_key,Yourdimensions))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965393#M949435</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-12-07T15:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation Help (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965394#M949436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Sum([Amount in doc. curr.]*[Actual Rate])&amp;nbsp;&amp;nbsp; / 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965394#M949436</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-07T15:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation Help (Qlik Sense)</title>
      <link>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965395#M949437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Liron&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&amp;nbsp; Here is what the calculation ended up:&lt;/P&gt;&lt;P&gt;sum(aggr((Sum([Amount in doc. curr.])*[Actual Rate])/1000,[Currency lookup],[Currency Code],&lt;/P&gt;&lt;P&gt;[Fiscal year],[Company Code]))*-1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 16:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculation-Help-Qlik-Sense/m-p/965395#M949437</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2015-12-07T16:22:06Z</dc:date>
    </item>
  </channel>
</rss>

