<?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: calculate average for month by days values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923423#M76004</link>
    <description>&lt;P&gt;hi thanks a lot&lt;/P&gt;
&lt;P&gt;but i use Qlik Sense Hub and i can't load QVW file , can you upload other file ? on share screen?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;many thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 13:52:07 GMT</pubDate>
    <dc:creator>EliranMoshe</dc:creator>
    <dc:date>2022-04-27T13:52:07Z</dc:date>
    <item>
      <title>calculate average for month by days values</title>
      <link>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1913812#M75316</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;see xls file attached&lt;/P&gt;
&lt;P&gt;i need to calculate the whole month average only for "Area_Three" Sites (Sites 8-14)&lt;/P&gt;
&lt;P&gt;but exclude the "0" Values.&lt;/P&gt;
&lt;P&gt;it's means that calculate the average of every day column with if&amp;nbsp; "&amp;lt;&amp;gt;0" and another average for the results?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 10:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1913812#M75316</guid>
      <dc:creator>EliranMoshe</dc:creator>
      <dc:date>2022-04-04T10:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: calculate average for month by days values</title>
      <link>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1919243#M75614</link>
      <description>&lt;P&gt;You need to use a crosstable load to unpivot your data&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/LoadData/work-with-cross-tables.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2022/Subsystems/Hub/Content/Sense_Hub/LoadData/work-with-cross-tables.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;finally you should have only 5 columns&lt;/P&gt;
&lt;P&gt;site_name, site_size,area,date,kwh&lt;/P&gt;
&lt;P&gt;you can then simply do = Avg({&amp;lt;&lt;SPAN&gt;kwh={"&amp;gt;0"}&lt;/SPAN&gt;&amp;gt;}kwh)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 08:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1919243#M75614</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-18T08:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: calculate average for month by days values</title>
      <link>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1919351#M75644</link>
      <description>&lt;P&gt;Hi Eliran,&lt;/P&gt;
&lt;P&gt;Please check the attached file.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vitalii&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 11:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1919351#M75644</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-04-18T11:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: calculate average for month by days values</title>
      <link>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923423#M76004</link>
      <description>&lt;P&gt;hi thanks a lot&lt;/P&gt;
&lt;P&gt;but i use Qlik Sense Hub and i can't load QVW file , can you upload other file ? on share screen?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;many thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 13:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923423#M76004</guid>
      <dc:creator>EliranMoshe</dc:creator>
      <dc:date>2022-04-27T13:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: calculate average for month by days values</title>
      <link>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923459#M76007</link>
      <description>&lt;P&gt;As Below&lt;/P&gt;
&lt;P&gt;temp:&lt;BR /&gt;CrossTable(Date,Kwh,3)&lt;BR /&gt;LOAD&lt;BR /&gt;F1 as sitename,&lt;BR /&gt;F2 as sitesize,&lt;BR /&gt;F3 as sitearea,&lt;BR /&gt;"44621",&lt;BR /&gt;"44622",&lt;BR /&gt;"44623",&lt;BR /&gt;"44624",&lt;BR /&gt;"44625",&lt;BR /&gt;"44626",&lt;BR /&gt;"44627",&lt;BR /&gt;"44628",&lt;BR /&gt;"44629",&lt;BR /&gt;"44630",&lt;BR /&gt;"44631",&lt;BR /&gt;"44632",&lt;BR /&gt;"44633",&lt;BR /&gt;"44634",&lt;BR /&gt;"44635",&lt;BR /&gt;"44636",&lt;BR /&gt;"44637",&lt;BR /&gt;"44638",&lt;BR /&gt;"44639",&lt;BR /&gt;"44640",&lt;BR /&gt;"44641",&lt;BR /&gt;"44642",&lt;BR /&gt;"44643",&lt;BR /&gt;"44644",&lt;BR /&gt;"44645",&lt;BR /&gt;"44646",&lt;BR /&gt;"44647",&lt;BR /&gt;"44648",&lt;BR /&gt;"44649",&lt;BR /&gt;"44650"&lt;BR /&gt;FROM [lib://AttachedFiles/area_Prod (1).xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1)&lt;BR /&gt;Where len(F3);&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Main:&lt;BR /&gt;Load&lt;BR /&gt;sitename&lt;BR /&gt;,sitesize&lt;BR /&gt;,sitearea&lt;BR /&gt;,Date(Num#(Date,'#####'), 'YYYY-MM-DD') as Date&lt;BR /&gt;,Kwh&lt;BR /&gt;Resident temp&lt;BR /&gt;Where isnum(sitesize);&lt;BR /&gt;Drop table temp;&lt;/P&gt;
&lt;P&gt;exit Script;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Chart&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure =&lt;/STRONG&gt;&amp;nbsp;Avg({&amp;lt;Kwh={"&amp;lt;&amp;gt;0"} , sitename={"site 3"}&amp;gt;}Kwh)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlikCommunity1.PNG" style="width: 741px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78092iC1291B16BDE3ADC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlikCommunity1.PNG" alt="qlikCommunity1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 14:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923459#M76007</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-04-27T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: calculate average for month by days values</title>
      <link>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923462#M76008</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For some reason, I can't open my qvw.&amp;nbsp; I will upload the QS file once I open my QVW&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vitali&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 14:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923462#M76008</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-04-27T14:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: calculate average for month by days values</title>
      <link>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923527#M76017</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the attached file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can switch on the 'show totals' switcher to see the average for different dimensions, in the attached file you can see all possible totals for your dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vitalii&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 16:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/calculate-average-for-month-by-days-values/m-p/1923527#M76017</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2022-04-27T16:11:51Z</dc:date>
    </item>
  </channel>
</rss>

