<?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/491552#M1141137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a Straight Table Chart instead of a Table Box. Table Box only allows you to display existing data. Straight Table allows you to create additional columns using expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 05:07:34 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2013-09-06T05:07:34Z</dc:date>
    <item>
      <title>Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491547#M1141132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello, I have added a new table box into my main sheet and used all available fields (my source is an excel sheet).&amp;nbsp; I would like to learn how to add a column into my table box which will calculate based on existing fields.&amp;nbsp; I could not see how to simply "add blank column" or similar.&amp;nbsp; I hope this makes sense.&amp;nbsp; Basically, like Excel - I would like to insert a blank column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 03:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491547#M1141132</guid>
      <dc:creator />
      <dc:date>2013-09-06T03:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491548#M1141133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is requirement , What you want to achieve ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 04:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491548#M1141133</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-09-06T04:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491549#M1141134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to calculate the difference between two dates.&amp;nbsp; the two columns of data already exist in my source excel file but the calculated data does not. would like to have this new calculated field show in my table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 04:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491549#M1141134</guid>
      <dc:creator />
      <dc:date>2013-09-06T04:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491550#M1141135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval(DateField1 - DatefIeld2, 'DD') as DiffDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'DD', refers to your desired output format. You can modify this format as per your requirement (for hour-'hh', minute-'mm'...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 04:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491550#M1141135</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-06T04:59: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/491551#M1141136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While loading excel in to Qlikview You can perform the calculations on excel columns means&amp;nbsp; if col(a) and col(b) you have in excel&amp;nbsp; then while loading this into qlikview along with load script you can perform Col(a)+Col(b) as Col(c). This way you can do the things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 05:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491551#M1141136</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-09-06T05:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491552#M1141137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a Straight Table Chart instead of a Table Box. Table Box only allows you to display existing data. Straight Table allows you to create additional columns using expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 05:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491552#M1141137</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-09-06T05:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add a calculated column</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491553#M1141138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 14:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-calculated-column/m-p/491553#M1141138</guid>
      <dc:creator />
      <dc:date>2014-10-03T14:39:13Z</dc:date>
    </item>
  </channel>
</rss>

