<?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 How to calculate average per product per month per year in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-calculate-average-per-product-per-month-per-year/m-p/2511801#M105127</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to create a table with 3 products, that were sold in our company in previous years - I would like to see, what was te averege price for product in i.e May 2024, April 2023 etc - currently I tried to use given load statement in script:&lt;/P&gt;&lt;P&gt;NewTable:&lt;BR /&gt;Load&lt;BR /&gt;Year,&lt;BR /&gt;Month,&lt;BR /&gt;Indeks,&lt;BR /&gt;Avg(Preis)&lt;BR /&gt;Resident TempTable&lt;BR /&gt;Group By Year, Month, Indeks;&lt;/P&gt;&lt;P&gt;Unfortunately it didn't give me desired result - I received average price of product over the entire period of time, I loaded into the table.&lt;/P&gt;&lt;P&gt;Could you tell me, what would give me the result I want?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2025 07:43:18 GMT</pubDate>
    <dc:creator>MaSo1996</dc:creator>
    <dc:date>2025-03-27T07:43:18Z</dc:date>
    <item>
      <title>How to calculate average per product per month per year</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-average-per-product-per-month-per-year/m-p/2511801#M105127</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I would like to create a table with 3 products, that were sold in our company in previous years - I would like to see, what was te averege price for product in i.e May 2024, April 2023 etc - currently I tried to use given load statement in script:&lt;/P&gt;&lt;P&gt;NewTable:&lt;BR /&gt;Load&lt;BR /&gt;Year,&lt;BR /&gt;Month,&lt;BR /&gt;Indeks,&lt;BR /&gt;Avg(Preis)&lt;BR /&gt;Resident TempTable&lt;BR /&gt;Group By Year, Month, Indeks;&lt;/P&gt;&lt;P&gt;Unfortunately it didn't give me desired result - I received average price of product over the entire period of time, I loaded into the table.&lt;/P&gt;&lt;P&gt;Could you tell me, what would give me the result I want?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 07:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-average-per-product-per-month-per-year/m-p/2511801#M105127</guid>
      <dc:creator>MaSo1996</dc:creator>
      <dc:date>2025-03-27T07:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate average per product per month per year</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-average-per-product-per-month-per-year/m-p/2511865#M105140</link>
      <description>&lt;P&gt;The script should exactly be doing what you have described. To check that there are a record for each Year + Month + Indeks combination you could pull these fields + avg() into a table-box (you should alias the aggregation appropriately).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 11:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-average-per-product-per-month-per-year/m-p/2511865#M105140</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-03-27T11:58:51Z</dc:date>
    </item>
  </channel>
</rss>

