<?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: pivot table: how to use already calculated columns? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901610#M313605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can access columns (expressions) in 2 ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;referencing the column number so in you case in column 4 you will write Column(1) + Column(2), pay attention because if you change the order of the columns formula will not work as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second way is referencing the columns name so [Column1] + [Column2] (with brakets) bu tthis works only if columns names have NOT computed parts (So you cannot reference for example Column1 &amp;amp; Year(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 09:06:44 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-06-03T09:06:44Z</dc:date>
    <item>
      <title>pivot table: how to use already calculated columns?</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901608#M313603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you can help me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column1&amp;nbsp; &lt;/STRONG&gt; |&amp;nbsp;&amp;nbsp;&amp;nbsp; Column2&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Column3&amp;nbsp; &lt;/STRONG&gt; |&amp;nbsp;&amp;nbsp;&amp;nbsp; Column4&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; formula = column1 + column3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Column 1 and 3 i am using complexe formulas and i dont want to recalculate them in colum 4.&lt;BR /&gt;Is there a possibility to access the already calculated field values without using the same formulas like column 1 and 3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried out the function column(n), but it doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank and best regards,&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 08:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901608#M313603</guid>
      <dc:creator />
      <dc:date>2015-06-03T08:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: how to use already calculated columns?</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901609#M313604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabrina, Column(1)+Column(3) should work, but also can fail in some conditions, you can also use the column names enclosed in brackets:&lt;/P&gt;&lt;P&gt;[Column1]+[Column3] // If there are no espaces the brackets aren't needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also can fail, but it's quick to try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901609#M313604</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-06-03T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: how to use already calculated columns?</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901610#M313605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can access columns (expressions) in 2 ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;referencing the column number so in you case in column 4 you will write Column(1) + Column(2), pay attention because if you change the order of the columns formula will not work as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second way is referencing the columns name so [Column1] + [Column2] (with brakets) bu tthis works only if columns names have NOT computed parts (So you cannot reference for example Column1 &amp;amp; Year(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901610#M313605</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-06-03T09:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: how to use already calculated columns?</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901611#M313606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only add a little bit to what Ruben has already said. That's just the way to go. You can build one column on the ones you have calculated before. This, however, only works well when the column_names do not have spaces and do not run over several lines.&lt;/P&gt;&lt;P&gt;In case they do, you will have to duplicate the formula for one column, give it a simpler name (no spaces, one line) and just disable the display of that second one (on the "presentation" tab). You can still use it to build more columns on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901611#M313606</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-06-03T09:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: pivot table: how to use already calculated columns?</title>
      <link>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901612#M313607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the expression labels to refer to the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have expressions named "Sales Value"&amp;nbsp; and "No of Orders"&lt;/P&gt;&lt;P&gt;then you can add an expression for Average Value as&lt;STRONG&gt; [Sales Value] / [No of Orders]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you edit the column labels, the new column name is not updated in any expressions, the expressions will just error, so make sure you have named the columns correctly first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 09:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pivot-table-how-to-use-already-calculated-columns/m-p/901612#M313607</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-03T09:09:06Z</dc:date>
    </item>
  </channel>
</rss>

