<?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: Add a calculated column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596717#M547110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of calculations you need to perform. ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2014 11:39:20 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2014-03-04T11:39:20Z</dc:date>
    <item>
      <title>Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596714#M547107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to add a calculated column i.e. I have 4 columns in my existing data, once this data is uploaded in Qlikview I need to add a calculated column (calculation will be based on 2 existing columns) which will be my 5th column in my dataset. This new column will be used in different char/graphs. How can I achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:34:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596714#M547107</guid>
      <dc:creator />
      <dc:date>2014-03-04T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596715#M547108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be able to use the same calculated field in different charts, calculate it in the script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FieldA*100+FieldB AS calculatedField&lt;/P&gt;&lt;P&gt;from &amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596715#M547108</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-03-04T11:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596716#M547109</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;When you load your table you can add fields as you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you are loading the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/P&gt;&lt;P&gt;FROM File;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are able to do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A + B as C,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A - B as D&lt;/P&gt;&lt;P&gt;FROM File;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596716#M547109</guid>
      <dc:creator />
      <dc:date>2014-03-04T11:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596717#M547110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of calculations you need to perform. ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:39:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596717#M547110</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2014-03-04T11:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596718#M547111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhinav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.You can create column by creating a field(Result of Calculated two columns) in load script.&lt;/P&gt;&lt;P&gt;and select the create field in chart.&lt;/P&gt;&lt;P&gt;2.Create a expression in Expression tab of a chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596718#M547111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-04T11:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596719#M547112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank guys but is there a possibility of doing the same without using script? I mean, using some option in Qlikview after loading the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596719#M547112</guid>
      <dc:creator />
      <dc:date>2014-03-04T11:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596720#M547113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes using expressions as Nitha says, in my example you can do a expression as sum(A) + sum(B) or sum(A + B) depending of you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596720#M547113</guid>
      <dc:creator />
      <dc:date>2014-03-04T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596721#M547114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try:&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IDKey,&lt;/P&gt;&lt;P&gt;sum(data1) as Data1Sum, &lt;/P&gt;&lt;P&gt;sum(data2) as Data2Sum &lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Table2)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;IDKey,&lt;/P&gt;&lt;P&gt;Data1Sum-Data2Sum as DifferenceSum&lt;/P&gt;&lt;P&gt;Resident Table2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2014 11:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/596721#M547114</guid>
      <dc:creator />
      <dc:date>2014-03-04T11:57:15Z</dc:date>
    </item>
  </channel>
</rss>

