<?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: Use an expression in pivot table which was previously loaded in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401924#M491001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you put an = sign in front of the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2012 07:41:36 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2012-10-11T07:41:36Z</dc:date>
    <item>
      <title>Use an expression in pivot table which was previously loaded in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401921#M490998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Is it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;possible to use&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;an expression&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pivot&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;table&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;which was&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;previously&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;loaded &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;in a table?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;My&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;pivot&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;table&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is linked to formulas table, by &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;Schema&lt;/SPAN&gt; and &lt;SPAN class="hps"&gt;line &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;fields&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample formula to Line L005:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;sum ( aggr( sum(TOTAL{$&amp;lt;MonthID = {$(=Max(MonthID))},&lt;/P&gt;&lt;P&gt;Date = {"&amp;lt;=$(=Max(Date))"},&lt;/P&gt;&lt;P&gt;Year = ,&lt;/P&gt;&lt;P&gt;Quarter = ,&lt;/P&gt;&lt;P&gt;Period = ,&lt;/P&gt;&lt;P&gt;[Period (#)] = ,&lt;/P&gt;&lt;P&gt;Schema={TEST},&lt;/P&gt;&lt;P&gt;Line={L005},&lt;/P&gt;&lt;P&gt;Month = &amp;gt;}Amount),Line))&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN class="atn"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;So in my pivot for&lt;/SPAN&gt; a specific &lt;SPAN class="hps"&gt;Schema&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Line&lt;/SPAN&gt;, I want &lt;SPAN class="hps"&gt;to run&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the corresponding expression&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Bruno&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 19:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401921#M490998</guid>
      <dc:creator>bruno_m_santos</dc:creator>
      <dc:date>2012-10-10T19:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Use an expression in pivot table which was previously loaded in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401922#M490999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The values for schema and line should be in quotes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;sum ( aggr( sum(TOTAL{$&amp;lt;MonthID = {$(=Max(MonthID))},&lt;/P&gt;&lt;P&gt;Date = {"&amp;lt;=$(=Max(Date))"},&lt;/P&gt;&lt;P&gt;Year = ,&lt;/P&gt;&lt;P&gt;Quarter = ,&lt;/P&gt;&lt;P&gt;Period = ,&lt;/P&gt;&lt;P&gt;[Period (#)] = ,&lt;/P&gt;&lt;P&gt;Schema={'TEST'},&lt;/P&gt;&lt;P&gt;Line={'L005'},&lt;/P&gt;&lt;P&gt;Month = &amp;gt;}Amount),Line))&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 19:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401922#M490999</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-10T19:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use an expression in pivot table which was previously loaded in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401923#M491000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;but my problem is that the expression, in my pivot is treated like a text not an expression.&lt;/P&gt;&lt;P&gt;See the image please.&lt;/P&gt;&lt;P&gt;How can I run an expression stored in a table.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23278" class="jive-image-thumbnail jive-image" onclick="" alt="pivot.jpg" src="https://community.qlik.com/legacyfs/online/23278_pivot.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 20:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401923#M491000</guid>
      <dc:creator>bruno_m_santos</dc:creator>
      <dc:date>2012-10-10T20:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use an expression in pivot table which was previously loaded in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401924#M491001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you put an = sign in front of the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 07:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401924#M491001</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-11T07:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use an expression in pivot table which was previously loaded in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401925#M491002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression in Pivot is "=Expression"&lt;/P&gt;&lt;P&gt;Returns the expression text (now with "="), but doesn't execute the expression. If I copy cell text, and create another column with the copied expression returns values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 09:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-an-expression-in-pivot-table-which-was-previously-loaded-in/m-p/401925#M491002</guid>
      <dc:creator>bruno_m_santos</dc:creator>
      <dc:date>2012-10-11T09:17:46Z</dc:date>
    </item>
  </channel>
</rss>

