<?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: How to copy an expression value to a different table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-copy-an-expression-value-to-a-different-table/m-p/1011756#M958134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't access the expression values of one table from within another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to replicate the expression values in the second table, if the dimensions of both tables differ, you can use advanced aggregation to create a 'virtual table':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2967"&gt;AGGR...&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Nov 2015 23:34:37 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-11-02T23:34:37Z</dc:date>
    <item>
      <title>How to copy an expression value to a different table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-copy-an-expression-value-to-a-different-table/m-p/1011755#M958133</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;Hope someone could help me on this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a rangesum formula from a&amp;nbsp; different pivot table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;alt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Before&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Gross Forecast]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 0), sum({$&amp;lt;Term = {'Supply'}&amp;gt;} Qty) - sum({$&amp;lt;Term= {'Demand'}&amp;gt;} Qty))&amp;nbsp; with field label [Gross Forecast]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Now I'd like to create a new pivot table and create an expression value to get the value from the other pivot table and multiply by 50%&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I tried&amp;nbsp;&amp;nbsp; using&amp;nbsp; [Gross Forecast] *.5 but doesn't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I also tried&amp;nbsp; using 2 expressions &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; where 1st ex&amp;nbsp;&amp;nbsp; label as Forecast&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;alt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Before&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Gross Forecast]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 0), sum({$&amp;lt;Term = {'Supply'}&amp;gt;} Qty) - sum({$&amp;lt;Term= {'Demand'}&amp;gt;} Qty))&amp;nbsp; with field label [Forecast]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; and 2nd expression&amp;nbsp;&amp;nbsp;&amp;nbsp; as&amp;nbsp;&amp;nbsp; Forecast *.5&amp;nbsp; but still doesn't work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Is there any way to do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Pls. advise.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Tks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 22:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-copy-an-expression-value-to-a-different-table/m-p/1011755#M958133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-02T22:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to copy an expression value to a different table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-copy-an-expression-value-to-a-different-table/m-p/1011756#M958134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't access the expression values of one table from within another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to replicate the expression values in the second table, if the dimensions of both tables differ, you can use advanced aggregation to create a 'virtual table':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2967"&gt;AGGR...&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 23:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-copy-an-expression-value-to-a-different-table/m-p/1011756#M958134</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-02T23:34:37Z</dc:date>
    </item>
  </channel>
</rss>

