<?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 Table with calculated row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1694118#M455688</link>
    <description>&lt;P&gt;I have a table with 2 columns: Id and Temp. In a 3rd column I need the average value of the column Temp for equal Id's. Attached you find the wished table.&lt;BR /&gt;How can I generate this 3rd column in the script after loading the first 2 columns?&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:46:42 GMT</pubDate>
    <dc:creator>rennesia</dc:creator>
    <dc:date>2024-11-16T18:46:42Z</dc:date>
    <item>
      <title>Table with calculated row</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1694118#M455688</link>
      <description>&lt;P&gt;I have a table with 2 columns: Id and Temp. In a 3rd column I need the average value of the column Temp for equal Id's. Attached you find the wished table.&lt;BR /&gt;How can I generate this 3rd column in the script after loading the first 2 columns?&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1694118#M455688</guid>
      <dc:creator>rennesia</dc:creator>
      <dc:date>2024-11-16T18:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table with calculated row</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1694120#M455689</link>
      <description>&lt;P&gt;Hi, you can try with:&lt;/P&gt;&lt;P&gt;Avg(TOTAL &amp;lt;Id&amp;gt; Temp)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 14:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1694120#M455689</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-04-16T14:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table with calculated row</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1702103#M455690</link>
      <description>&lt;P&gt;If Ruben's post got you what you needed, we would appreciate it if you could return to the thread and close it out by using the Accept as Solution button on his post.&amp;nbsp; This gives him credit for the help and lets other members know that worked.&lt;/P&gt;&lt;P&gt;The only other thing I have is the following Design Blog post that may be of some further help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Average-Which-average/ba-p/1466654" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Average-Which-average/ba-p/1466654&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 17:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1702103#M455690</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-05-14T17:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table with calculated row</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1708857#M455691</link>
      <description>&lt;P&gt;Script solution.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD * INLINE [
    Id, Temp
    1, 5
    1, 4
    1, 3
    2, 7
    2, 7
    2, 9
    2, 9
    3, 6
];

Left Join(tab1)
LOAD Id, Avg(Temp) As AvgTemp
Resident tab1
Group By Id;&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 07 Jun 2020 21:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1708857#M455691</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-07T21:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table with calculated row</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1708859#M455692</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV05.PNG" style="width: 123px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35109i384A49A98094E219/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV05.PNG" alt="commQV05.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2020 21:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-calculated-row/m-p/1708859#M455692</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-07T21:45:10Z</dc:date>
    </item>
  </channel>
</rss>

