<?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 Fix Value accorss Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434248#M818419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart by Date. I want to calculate the avg Units and I want to show that as a straight line. Do not want to break by date.&lt;/P&gt;&lt;P&gt;For me it is coming as straight line, not avg.&lt;/P&gt;&lt;P&gt;Avg = sum(Unit)/count(day)&lt;/P&gt;&lt;P&gt;For my case count of days is not working in chart.&lt;/P&gt;&lt;P&gt;See the below chart it should show 35845.5 as 143382/4 .&lt;/P&gt;&lt;P&gt;I am attaching my sample App. Please check and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174018_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>mhmmd_srf</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Fix Value accorss Date</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434248#M818419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart by Date. I want to calculate the avg Units and I want to show that as a straight line. Do not want to break by date.&lt;/P&gt;&lt;P&gt;For me it is coming as straight line, not avg.&lt;/P&gt;&lt;P&gt;Avg = sum(Unit)/count(day)&lt;/P&gt;&lt;P&gt;For my case count of days is not working in chart.&lt;/P&gt;&lt;P&gt;See the below chart it should show 35845.5 as 143382/4 .&lt;/P&gt;&lt;P&gt;I am attaching my sample App. Please check and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174018_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434248#M818419</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Value accorss Date</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434249#M818421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching a small App.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 09:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434249#M818421</guid>
      <dc:creator>mhmmd_srf</dc:creator>
      <dc:date>2017-08-21T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Value accorss Date</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434250#M818423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i believe Your expression for SUM(Units) has a typo, it isn't restricting the data for the 4 days required,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's missing the &amp;lt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;=&amp;nbsp; in set analysis&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;check the attached app&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Expression below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;DateHistory_Key = {"&amp;gt;=$(=$(vMinDate))&amp;lt;=$(=$(vMaxDate))"}&amp;gt;}&amp;nbsp; AGGR( Sum(TOTAL {&amp;lt;DateHistory_Key = {"&amp;gt;=$(=$(vMinDate))&amp;lt;=$(=$(vMaxDate))"}&amp;gt;} OrdersReceivedUnits)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;count(DISTINCT TOTAL DateHistory_Key)&lt;/P&gt;&lt;P&gt;,CstDate))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 09:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434250#M818423</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-08-21T09:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Value accorss Date</title>
      <link>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434251#M818424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Sum({&amp;lt;DateHistory_Key = {'&amp;gt;=$(=$(vMinDate)) &amp;lt;$(=$(vMaxDate))'}&amp;gt;} OrdersReceivedUnits)/ count(distinct DateHistory_Key)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, please explain your expected output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 09:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fix-Value-accorss-Date/m-p/1434251#M818424</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-08-21T09:40:00Z</dc:date>
    </item>
  </channel>
</rss>

