<?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: Dynamic Prior 6 Months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831645#M68580</link>
    <description>&lt;P&gt;yes, you need to use your actual date field name in the set analysis and make sure that the format of the date in the expression is the same as in your date field in the app&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Aug 2021 05:31:16 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2021-08-27T05:31:16Z</dc:date>
    <item>
      <title>Dynamic Prior 6 Months</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831144#M68521</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am trying to create a line graph that looks at the prior six months relative to the current date so that it remains dynamic. I have Month as the Group, Referral Source as the Line, and the Referral Sum as the Height of the line. I've tried a few of the formulas as well as using MonthYear, but I am either missing something or not using them correctly as I have only gotten errors. I have a screenshots below but that's pretty much the extent of the data&amp;nbsp;I can share due to sensitive data, but hoping someone can help me solve my problem!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mnodgers8_0-1629903864434.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60726i4DC080A3714B3D4B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mnodgers8_0-1629903864434.png" alt="mnodgers8_0-1629903864434.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mnodgers8_1-1629903903931.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60727i3AC73091220EAC5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mnodgers8_1-1629903903931.png" alt="mnodgers8_1-1629903903931.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 15:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831144#M68521</guid>
      <dc:creator>mnodgers8</dc:creator>
      <dc:date>2021-08-25T15:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Prior 6 Months</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831248#M68536</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;You can use an expression like this:&lt;BR /&gt;For the expression, I use the assumption that you have a field called DateField.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sum({&amp;lt;DateField={"&amp;gt;=$(=monthstart(addmonths(Today(),-5)))"}&amp;gt;}Referal)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 06:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831248#M68536</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2021-08-26T06:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Prior 6 Months</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831485#M68555</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thanks for responding! I replaced Sum(Referral) with the formula above, while I didn't get a formula error, I don't think it's aligning correctly. I still see back to January. I do have a sheet filter, but I thought the formula would automatically filter for today - 6 months prior to the sheet filters that are user dependent. Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mnodgers8_0-1629991273849.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/60809i9A38917B7A8C3C03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mnodgers8_0-1629991273849.png" alt="mnodgers8_0-1629991273849.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 15:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831485#M68555</guid>
      <dc:creator>mnodgers8</dc:creator>
      <dc:date>2021-08-26T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Prior 6 Months</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831645#M68580</link>
      <description>&lt;P&gt;yes, you need to use your actual date field name in the set analysis and make sure that the format of the date in the expression is the same as in your date field in the app&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 05:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Prior-6-Months/m-p/1831645#M68580</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2021-08-27T05:31:16Z</dc:date>
    </item>
  </channel>
</rss>

