<?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: In-record AVG in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/In-record-AVG/m-p/1741007#M452926</link>
    <description>&lt;P&gt;You will need to get the data ordered in the load scrip such that you can use Peek() function to determine when things have changed and do your check to see if next record requires the average etc.&amp;nbsp; If you want to do things in the visualization, then Set Analysis is likely the only option I believe.&amp;nbsp; Here are some links that may be helpful:&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;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/load-data-from-previously-loaded-table.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/load-data-from-previously-loaded-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;About the best point in the right direction I have, hopefully helps a little.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 14:08:35 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-09-03T14:08:35Z</dc:date>
    <item>
      <title>In-record AVG</title>
      <link>https://community.qlik.com/t5/QlikView/In-record-AVG/m-p/1737412#M452721</link>
      <description>&lt;P&gt;Hello everybody!&lt;/P&gt;&lt;P&gt;I have some intersting ( for me ) case.&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="img-2020-08-20-16-51-22.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39336i2B60707A0929C1C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="img-2020-08-20-16-51-22.png" alt="img-2020-08-20-16-51-22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to do in script AVG() for prices if they changed in one month:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="img-2020-08-20-16-53-32.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39337i44C1B80AB33AA032/image-size/medium?v=v2&amp;amp;px=400" role="button" title="img-2020-08-20-16-53-32.png" alt="img-2020-08-20-16-53-32.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How i can do this?&lt;/P&gt;&lt;P&gt;Thank u!&lt;/P&gt;&lt;P&gt;Sergio&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 13:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-record-AVG/m-p/1737412#M452721</guid>
      <dc:creator>Sergio3</dc:creator>
      <dc:date>2020-08-20T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: In-record AVG</title>
      <link>https://community.qlik.com/t5/QlikView/In-record-AVG/m-p/1741007#M452926</link>
      <description>&lt;P&gt;You will need to get the data ordered in the load scrip such that you can use Peek() function to determine when things have changed and do your check to see if next record requires the average etc.&amp;nbsp; If you want to do things in the visualization, then Set Analysis is likely the only option I believe.&amp;nbsp; Here are some links that may be helpful:&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;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/load-data-from-previously-loaded-table.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/load-data-from-previously-loaded-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;About the best point in the right direction I have, hopefully helps a little.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 14:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-record-AVG/m-p/1741007#M452926</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-03T14:08:35Z</dc:date>
    </item>
  </channel>
</rss>

