<?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: Adding a calculated column to the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453012#M1156795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest thing to do is to left join the second table with the first and then compute the values for the new column. If you need an example let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 08:08:48 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2013-02-20T08:08:48Z</dc:date>
    <item>
      <title>Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453011#M1156794</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;I would like to add new column to my data. I have some timesheets with hours and article number, and i want to calculate the sum of each row in my table(hours * article_price = sum). I have 2 spreadsheets that I get my data from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first is the pricelist:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" width="64"&gt;ActTyp&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;Price_2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91011&lt;/TD&gt;&lt;TD align="right"&gt;1007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91012&lt;/TD&gt;&lt;TD align="right"&gt;1007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91013&lt;/TD&gt;&lt;TD align="right"&gt;1007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91014&lt;/TD&gt;&lt;TD align="right"&gt;1007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91015&lt;/TD&gt;&lt;TD align="right"&gt;1007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91016&lt;/TD&gt;&lt;TD align="right"&gt;1007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91021&lt;/TD&gt;&lt;TD align="right"&gt;936&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91022&lt;/TD&gt;&lt;TD align="right"&gt;936&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91023&lt;/TD&gt;&lt;TD align="right"&gt;936&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91024&lt;/TD&gt;&lt;TD align="right"&gt;936&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91025&lt;/TD&gt;&lt;TD align="right"&gt;936&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="19"&gt;91026&lt;/TD&gt;&lt;TD align="right"&gt;936&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second is the time sheet:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="239"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="65"&gt;Pers.No.&lt;/TD&gt;&lt;TD width="47"&gt;ActTyp&lt;/TD&gt;&lt;TD class="xl65" width="73"&gt;Date&lt;/TD&gt;&lt;TD class="xl65" width="54"&gt;Number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91041&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;15.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;7,500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91046&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;15.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;0,500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91041&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;14.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;7,500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91046&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;14.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;0,500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91041&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;13.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;6,000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91046&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;13.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;1,500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91046&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;13.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;0,500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91041&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;12.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;7,500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91046&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;12.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;0,500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="19"&gt;00005959&lt;/TD&gt;&lt;TD class="xl66"&gt;91041&lt;/TD&gt;&lt;TD align="right" class="xl67"&gt;11.02.2013&lt;/TD&gt;&lt;TD align="right" class="xl68"&gt;6,500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I would like to accomplish is to have an extra column in the time sheet table where I multiply [Number] with [Price_2013]. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 08:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453011#M1156794</guid>
      <dc:creator />
      <dc:date>2013-02-20T08:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453012#M1156795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest thing to do is to left join the second table with the first and then compute the values for the new column. If you need an example let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 08:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453012#M1156795</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-20T08:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453013#M1156796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would very much like a code example &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 08:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453013#M1156796</guid>
      <dc:creator />
      <dc:date>2013-02-20T08:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453014#M1156797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can first use left join then caculate the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1temp:&lt;/P&gt;&lt;P&gt;LOAD ActTyp, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price_2013&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;D:\Projects\ClikView\TEst\tab1.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1256, embedded labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;LOAD Pers.No., &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActTyp, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;D:\Projects\ClikView\TEst\tab2.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1256, embedded labels, delimiter is spaces, msq);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;load ActTyp, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Price_2013,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pers.No.,&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Number * Price_2013 as Price&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Resident tab1temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop table tab1temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully it will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 08:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453014#M1156797</guid>
      <dc:creator />
      <dc:date>2013-02-20T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453015#M1156798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;ThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='.';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=',';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyThousandSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='.';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyDecimalSep&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=',';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MoneyFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='€ #.##0,00;-€ #.##0,00';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;TimeFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='hh:mm:ss';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DateFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='DD/MM/YYYY';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;TimestampFormat&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='DD/MM/YYYY hh:mm:ss[.fff]';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;MonthNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='gen;feb;mar;apr;mag;giu;lug;ago;set;ott;nov;dic';&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;DayNames&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;='lun;mar;mer;gio;ven;sab;dom';&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;ActTyp,Price_2013&lt;BR /&gt;&lt;BR /&gt;91011,1007&lt;BR /&gt;&lt;BR /&gt;91012,1007&lt;BR /&gt;&lt;BR /&gt;91013,1007&lt;BR /&gt;&lt;BR /&gt;91014,1007&lt;BR /&gt;&lt;BR /&gt;91015,1007&lt;BR /&gt;&lt;BR /&gt;91016,1007&lt;BR /&gt;&lt;BR /&gt;91021,936&lt;BR /&gt;&lt;BR /&gt;91022,936&lt;BR /&gt;&lt;BR /&gt;91023,936&lt;BR /&gt;&lt;BR /&gt;91024,936&lt;BR /&gt;&lt;BR /&gt;91025,936&lt;BR /&gt;&lt;BR /&gt;91026,936&lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Left&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pers.No.,ActTyp,Date,Number&lt;BR /&gt;&lt;BR /&gt;00005959,91041,15.02.2013,7,500&lt;BR /&gt;&lt;BR /&gt;00005959,91046,15.02.2013,0,500&lt;BR /&gt;&lt;BR /&gt;00005959,91041,14.02.2013,7,500&lt;BR /&gt;&lt;BR /&gt;00005959,91046,14.02.2013,0,500&lt;BR /&gt;&lt;BR /&gt;00005959,91041,13.02.2013,6,000&lt;BR /&gt;&lt;BR /&gt;00005959,91046,13.02.2013,1,500&lt;BR /&gt;&lt;BR /&gt;00005959,91046,13.02.2013,0,500&lt;BR /&gt;&lt;BR /&gt;00005959,91041,12.02.2013,7,500&lt;BR /&gt;&lt;BR /&gt;00005959,91046,12.02.2013,0,500&lt;BR /&gt;&lt;BR /&gt;00005959,91041,11.02.2013,6,500&lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;AAA:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;BR /&gt; *,&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Price_2013&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Number&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;moltipl&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Total;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Total; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 09:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453015#M1156798</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-20T09:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453016#M1156799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 8pt;"&gt;Is that a sample data or else your original data which you have to work with???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 8pt;"&gt;In the above data there is a matching column ActTyp. But the data in two table fileds are entirely different. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 8pt;"&gt;You should have atleast one matching record in ActTyp Column so that you can get your required ouput.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 8pt;"&gt;I have changed some records to get the desired output. I left remaining records as they are.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 8pt;"&gt;see attached qvw.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 09:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453016#M1156799</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-02-20T09:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453017#M1156800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just a fragment of the actual data yes. There are many more columns and rows. I have snipped it down to the most relevant columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 09:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453017#M1156800</guid>
      <dc:creator />
      <dc:date>2013-02-20T09:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453018#M1156801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a more effective way other than using load * inline? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a lot of data there, and there must be a better way to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 09:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453018#M1156801</guid>
      <dc:creator />
      <dc:date>2013-02-20T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a calculated column to the data</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453019#M1156802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 8pt;"&gt;Where your data is getting from??? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 8pt;"&gt;You can load you data from csv files, excel files and also from Database.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 8pt;"&gt;If you are getting your data from any of the files then no need of using load * Inline you can directly load from that file.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 09:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-a-calculated-column-to-the-data/m-p/453019#M1156802</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-02-20T09:13:45Z</dc:date>
    </item>
  </channel>
</rss>

