<?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: 90 Day rolling average in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113731#M19067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be because of &lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;[[Posting Date]]]&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;you might just need one set of square brackets -&amp;gt; &lt;STRONG style="color: #ff0000;"&gt;[Posting Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2016 18:16:43 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-07-08T18:16:43Z</dc:date>
    <item>
      <title>90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113722#M19058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey again guys,&lt;/P&gt;&lt;P&gt;I'm now working on a 90 day rolling average.&lt;/P&gt;&lt;P&gt;I've tried a variety of solutions listed on here, but maybe using the fields I am working with, I have messed up the syntax (I'm hoping it's something as simple as that).&lt;/P&gt;&lt;P&gt;I've tried using these equations:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9162" target="_blank"&gt;Set Analysis for certain Point in Time&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More specifically, the one I have been working with the most is:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Quarter=, Month=, Week=, Date={‘&amp;gt;=$(=Date(Today()-9))&amp;lt;=$(=Today())’}&amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I have adapted&lt;/P&gt;&lt;P&gt;Sum( {&amp;lt;Date={‘&amp;gt;=$(=Date(Today()-89))&amp;lt;=$(=Today())’}&amp;gt;} [Line Amount] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I'm trying to total up the Line Amount field for the last 90 days. I get null values.&lt;/P&gt;&lt;P&gt;I have a couple other places to use this within an if statement as well.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Troy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Troy Strachan July 8 2016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113722#M19058</guid>
      <dc:creator>shearwatertroy</dc:creator>
      <dc:date>2024-11-16T10:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113723#M19059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you made sure that your Date format matches that for the date format that comes out when you use Date(Today() - 89)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Date={"$(='&amp;gt;=' &amp;amp; Date(Today()-89, 'DateFieldFormatHere') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today(), 'DateFieldFormatHere))"}&amp;gt;} [Line Amount])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read about dates in set analysis here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 20:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113723#M19059</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-07T20:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113724#M19060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still getting a 0 value.&lt;/P&gt;&lt;P&gt;When I do Date(Today()-89) I'm getting 4/9/2016 which is the correct date format&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 20:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113724#M19060</guid>
      <dc:creator>shearwatertroy</dc:creator>
      <dc:date>2016-07-07T20:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113725#M19061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share a sample or a screenshot atleast?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 21:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113725#M19061</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-07T21:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113726#M19062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly do you want to see? the date format? the 0 value?&lt;/P&gt;&lt;P&gt;I can't share the app based on our corporate policy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 21:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113726#M19062</guid>
      <dc:creator>shearwatertroy</dc:creator>
      <dc:date>2016-07-07T21:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113727#M19063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the gauge this is the expression: &lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date={"$(='&amp;gt;=' &amp;amp; Date(Today()-89, '[Date]') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today(), '[Date]))"}&amp;gt;} [Line Amount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlik90day1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130589_qlik90day1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2016 21:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113727#M19063</guid>
      <dc:creator>shearwatertroy</dc:creator>
      <dc:date>2016-07-07T21:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113728#M19064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny, I have just attached a data sample in a qlik sense file. Can you take a look and let me know what I'm doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 17:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113728#M19064</guid>
      <dc:creator>shearwatertroy</dc:creator>
      <dc:date>2016-07-08T17:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113729#M19065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these changes in red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;[[Posting Date]]]&lt;/SPAN&gt; ={"$(='&amp;gt;=' &amp;amp; Date(Today()-89,&lt;SPAN style="color: #ff0000;"&gt; 'DD/MM/YYYY'&lt;/SPAN&gt;) &amp;amp; '&amp;lt;=' &amp;amp; Date(Today(),&lt;SPAN style="color: #ff0000;"&gt; 'DD/MM/YYYY'&lt;/SPAN&gt;))"}&amp;gt;} [sum(Actual)])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130729_Capture.PNG" style="height: 262px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 17:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113729#M19065</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T17:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113730#M19066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is odd is that it works with the test data but doesn't work with my production data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 18:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113730#M19066</guid>
      <dc:creator>shearwatertroy</dc:creator>
      <dc:date>2016-07-08T18:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113731#M19067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be because of &lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;[[Posting Date]]]&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;you might just need one set of square brackets -&amp;gt; &lt;STRONG style="color: #ff0000;"&gt;[Posting Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 18:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113731#M19067</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T18:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113732#M19068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already tried that.&lt;/P&gt;&lt;P&gt;Could it be due to having multiple account numbers and they are cancelling each other out? I'm grasping at straws here. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; I have to use this equation multiple times on a range of AccountNum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 18:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113732#M19068</guid>
      <dc:creator>shearwatertroy</dc:creator>
      <dc:date>2016-07-08T18:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113733#M19069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To tell you the truth, I have no idea and it would be difficult to comment without looking at it. I am really sorry. I want to help, but not really sure what I can do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 18:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1113733#M19069</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-08T18:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: 90 Day rolling average</title>
      <link>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1986549#M81510</link>
      <description>&lt;P&gt;Hello Sunny,&lt;/P&gt;
&lt;P&gt;I am getting an error when representing 90 day rolling average in pivot table.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;avg(aggr(avg({&amp;lt;date={"&amp;gt;=$(=date(max(date)-90,'MM/DD/YYYY')) &amp;lt;=$(=date(max(date),'MM/DD/YYYY'))"}&amp;gt;}COUNT),[File Number],[Day]))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;when selecting one week dates in date range picker, the values were good enough.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;when selecting 2 weeks in date range picker the first week values are shown but wrong values and second week values are showing null in pivot table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kindly help me in resolving this issue when calculating 90 days rolling average.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any help greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 13:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/90-Day-rolling-average/m-p/1986549#M81510</guid>
      <dc:creator>harithadogiparthi505</dc:creator>
      <dc:date>2022-09-28T13:11:28Z</dc:date>
    </item>
  </channel>
</rss>

