<?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: sum from different tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097772#M628887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a small qlikview document that illustrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2016 17:57:19 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-08-29T17:57:19Z</dc:date>
    <item>
      <title>sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097766#M628881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm quite new to qlikview.&amp;nbsp; so wanted to know about "best practice" on a sum if we are doing in our qlik view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment we are doing af below.&amp;nbsp; Were you can see date an Currency "check"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CODE&amp;gt;&lt;/P&gt;&lt;P&gt;if($(vGBPConversion)=1,&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;CalendarYear = {$(=Max(CalendarYear))}&amp;gt;} [Sales LCY F4])&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;//same formular - but in Euro - ExRate&lt;/P&gt;&lt;P&gt;((Sum ({$&amp;lt;CalendarYear = {$(=Max(CalendarYear))}&amp;gt;} [Sales GBP F4]))))&lt;/P&gt;&lt;P&gt;&amp;lt;/CODE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we would like to ad yet a dimension. the "F4". Which is our forecast/Budget.&amp;nbsp; Of these we have 5 different.&amp;nbsp; BU , F1, F2, F3 and F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today we have 5 object pivots for everytime we are comparing sales to budgets.&amp;nbsp; We would like to remove 80% of these, by putting them into 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so our question are how to do this.? and preferably in a way so we also remove 80% of the calculations. to get some better performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a side note&amp;nbsp; every forecast are in it's own table. with the same tags. so it's also called Sales LCY F3 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would love to have an option to choose what table 1 column in the object are calculating in, WITHOUT doing is as a filter(very important)&amp;nbsp;&amp;nbsp; so lets say we could create a slider with the 5 table names, and selecting 1 of the options in this slider would not affect the filter, only the&amp;nbsp; SUM function would the look into that table..&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And we could then maybe create a second slider for comparison options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can this be done? And How?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we would need help with how to create the slider if this is possible. and maybe also the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our thoughts on the code would be (not in real code, just to show)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 13:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097766#M628881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-26T13:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097767#M628882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Cyclic Group (on the Groups tab of the Document Properties window) and add your five dimensions to that group. Then use that group as dimension in your pivot table so users can choose which field in the group should be used as chart dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 14:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097767#M628882</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-26T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097768#M628883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input.&amp;nbsp; But maybe I explained my self wrong.(or i'm misunderstanding what you mean)&amp;nbsp; if you see the picture.&amp;nbsp; I would like to compare the different forecast sales.&amp;nbsp; So i would need to be able to choose different input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a cyclic group. I can only do it in pivot, not in charts.?&amp;nbsp; And the choosing would count for the entire pivot correct?&amp;nbsp; if I understand this correct, this dosn't seem usable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again if you look a the picture, it compares F3 and F4.&amp;nbsp; today this is changed manually in the expressions for each column.&amp;nbsp; i have only taken a snap of the first columns.&amp;nbsp; we would have&amp;nbsp; several columns.&amp;nbsp; one for the month, one for YTD and one for full year.&amp;nbsp;&amp;nbsp;&amp;nbsp; So if we could have 2 sliders. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first would chose actual forecast,&amp;nbsp; second would choose comparison forecast.&amp;nbsp; so in the picture it could say F1 instead of F3.&amp;nbsp; but a simple click in the first slider..&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135821_qlik.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 06:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097768#M628883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T06:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097769#M628884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I think I maybe stumbled on the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not quite there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created 2 list boxes with the names&amp;nbsp; BU, F1, F2, F3, F4&amp;nbsp;&amp;nbsp; made them alternate state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i have gotten the label to show the names&amp;nbsp; but using =Concat({[1st forecast]}[Forecast Actualities])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i only need to find a way to make the table name dynamic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my try, but it dosn't work.&amp;nbsp; So can someone help med to get it to sum on this&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sales LCY F1]&amp;nbsp;&amp;nbsp; when 1st forecast state have been chosen F1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum[[Sales LCY &amp;amp;Concat({[1st forecast]}[Forecast Actualities])]])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 08:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097769#M628884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097770#M628885</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;Try: sum($(='[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sales LCY &lt;/SPAN&gt;' &amp;amp; Only({[1st forecast]} [Forecast Actualities]) &amp;amp; ']'))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097770#M628885</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-29T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097771#M628886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dosn't seem to work. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why are the&amp;nbsp;&amp;nbsp; '['&amp;nbsp; after Sales LCY?&amp;nbsp;&amp;nbsp; should it be in front?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum(Sales LCY &amp;amp;$(='[' &amp;amp; Only({[1st forecast]} [Forecast Actualities]) &amp;amp; ']'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;What i'm trying achive are more of less&amp;nbsp; Sum([Sales LCY F1])&amp;nbsp;&amp;nbsp;&amp;nbsp; and since the name are with spaces the entire field name needs brackets right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;And when this work, i need to also add the calender so it ends up looking like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(sum({$&amp;lt;CalendarYear = {$(=max(CalendarYear))}, CalendarMonthName = {"&amp;lt;=$(=max({&amp;lt;CalendarYear={$(=max(CalendarYear))}&amp;gt;} CalendarMonthName))&amp;gt;$(=max({&amp;lt;CalendarYear={$(=max(CalendarYear))}&amp;gt;} CalendarMonthName)-1)"}&amp;gt;} [Sales GBP F1]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 15:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097771#M628886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T15:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097772#M628887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a small qlikview document that illustrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 17:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097772#M628887</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-29T17:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097773#M628888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry for the late reply.. Took sometime stripping it from information.&amp;nbsp; i have created an application&amp;nbsp; where you have 4 qvd files being loaded.&amp;nbsp; 2016 sales.&amp;nbsp; 2016 BU,&amp;nbsp; 2016 F1&amp;nbsp; &amp;amp; Forecast actualities(this is only 5 values to achieve the alternate states, where you can choose&amp;nbsp; BU, F1, F2 etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created, a table. where you can see 2016 sales.&amp;nbsp; I have removed the calender options for simplicity reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see how Sales work.&amp;nbsp; And how the F1 work.&amp;nbsp; So if we could get the BU(last column to work, on the "new" method. that would be great. !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please note i'm only created two customers with BU number. one of them are the first customer, so it's possible to see when it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 10:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097773#M628888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-31T10:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097774#M628889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097774#M628889</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-08-31T16:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097775#M628890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!!&amp;nbsp; This is just perfect!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 06:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097775#M628890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-01T06:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: sum from different tables</title>
      <link>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097776#M628891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have been creating Variables to put it into the label names.&amp;nbsp; so i would only need to change it a few places, if i ever wanted to change anything. and to have the labels display the correct forecast.&amp;nbsp; But to avoid label names being to "fuzzy" to look at.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this got me thinking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This formula works perfectly &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum($(='[&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales LCY &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;' &amp;amp; Only({[Primary forecast]} [Forecast Actualities]) &amp;amp; ']'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i I create a variable called&amp;nbsp; PRIMARY&amp;nbsp;&amp;nbsp; and it contains&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only({[Primary forecast]} [Forecast Actualities])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can then create the formula&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum($(='[&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sales LCY &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;' &amp;amp; PRIMARY &amp;amp; ']'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This makes it so much easier to look at, and to get an overview.&amp;nbsp;&amp;nbsp; Would i run into any problems doing it this way instead?&amp;nbsp;&amp;nbsp; And would it impact perfoms if i change alot of formulas, to look at the variable instead?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 12:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sum-from-different-tables/m-p/1097776#M628891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-14T12:36:08Z</dc:date>
    </item>
  </channel>
</rss>

