<?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 Daily average/monthly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545964#M203931</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;Sorry for posting again, but apparently i do not understand this AVG good enough, so i hope someone can HELP me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all i need an Monthly average which is = Sum(TotalSessions) / Distinct Month&lt;/P&gt;&lt;P&gt;Second i need a Daily average which is sum(TotalSessions) / Distinct Days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive tried to load my date into Month like Month(CreateDate) as Factmonth - But my month shows jan, when actually it is september.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im guessing i should do something similar on days, but only inserting number 1, cause then i can count where i have data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause i dont want to count where i dont have data. and because each customer can have data form different dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for one of the customers - They only have 3 lines of data (but my data model has more days in that month that is selected (so i diviveds by all the dates, but it should only divived by the 3 dates where there is data, i could filter where data is bigger than 0 but thats not an option)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaached is a sample file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2013 08:39:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-20T08:39:15Z</dc:date>
    <item>
      <title>Daily average/monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545964#M203931</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;Sorry for posting again, but apparently i do not understand this AVG good enough, so i hope someone can HELP me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all i need an Monthly average which is = Sum(TotalSessions) / Distinct Month&lt;/P&gt;&lt;P&gt;Second i need a Daily average which is sum(TotalSessions) / Distinct Days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive tried to load my date into Month like Month(CreateDate) as Factmonth - But my month shows jan, when actually it is september.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im guessing i should do something similar on days, but only inserting number 1, cause then i can count where i have data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause i dont want to count where i dont have data. and because each customer can have data form different dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for one of the customers - They only have 3 lines of data (but my data model has more days in that month that is selected (so i diviveds by all the dates, but it should only divived by the 3 dates where there is data, i could filter where data is bigger than 0 but thats not an option)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaached is a sample file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 08:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545964#M203931</guid>
      <dc:creator />
      <dc:date>2013-09-20T08:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Daily average/monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545965#M203932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your model is too confusing can you explain that in what chart what you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 08:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545965#M203932</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-09-20T08:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Daily average/monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545966#M203933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my Text boxes. I want daily average and monthly average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My daily average should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Totalsessions) / Totalnumberofdays (but only for the selected customer) - where there is data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Monthly average should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(TotalSessions) / Totalnumberofmonths (but only those months where the customer has data) eg. some of them has data on 2 months and some only have data on one 1 month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 09:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545966#M203933</guid>
      <dc:creator />
      <dc:date>2013-09-20T09:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Daily average/monthly</title>
      <link>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545967#M203934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know its hard to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But really basic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should be able to show monthly and daily average. But only for those dates where there is data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some customers has data for jun,july,aug,sep - they should be average for 4 month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some customers has data for july,aug,sep - they should be average for 3 month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some has data for aug,sep&amp;nbsp; - they should be average for 2 months.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 10:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Daily-average-monthly/m-p/545967#M203934</guid>
      <dc:creator />
      <dc:date>2013-09-20T10:04:22Z</dc:date>
    </item>
  </channel>
</rss>

