<?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 create count over 12 months from the date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/create-count-over-12-months-from-the-date/m-p/537060#M1145070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi The community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand mistake.&lt;/P&gt;&lt;P&gt;I want to create a graphiq with this expression :&lt;/P&gt;&lt;P&gt;= COUNT({$&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(MoisDateCreationOT),-12)))"}*{"&amp;lt;$(=MonthEnd(Max(MoisDateCreationOT)))"}&amp;gt;}ID_OT)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but screen displays anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display ID_OT by month and more precisely over 12 months from the date&lt;/P&gt;&lt;P&gt;How can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 15:42:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-27T15:42:29Z</dc:date>
    <item>
      <title>create count over 12 months from the date</title>
      <link>https://community.qlik.com/t5/QlikView/create-count-over-12-months-from-the-date/m-p/537060#M1145070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi The community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand mistake.&lt;/P&gt;&lt;P&gt;I want to create a graphiq with this expression :&lt;/P&gt;&lt;P&gt;= COUNT({$&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(MoisDateCreationOT),-12)))"}*{"&amp;lt;$(=MonthEnd(Max(MoisDateCreationOT)))"}&amp;gt;}ID_OT)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but screen displays anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display ID_OT by month and more precisely over 12 months from the date&lt;/P&gt;&lt;P&gt;How can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-count-over-12-months-from-the-date/m-p/537060#M1145070</guid>
      <dc:creator />
      <dc:date>2013-08-27T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: create count over 12 months from the date</title>
      <link>https://community.qlik.com/t5/QlikView/create-count-over-12-months-from-the-date/m-p/537061#M1145071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= COUNT({$&amp;lt;Date={"&amp;gt;=$(=MonthStart(Max(MoisDateCreationOT),-12))&amp;lt;$(=MonthEnd(Max(MoisDateCreationOT)))"}&amp;gt;}ID_OT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-count-over-12-months-from-the-date/m-p/537061#M1145071</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-08-27T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: create count over 12 months from the date</title>
      <link>https://community.qlik.com/t5/QlikView/create-count-over-12-months-from-the-date/m-p/537062#M1145072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;COUNT({$&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(MoisDateCreationOT),-12)))&amp;lt;$(=MonthEnd(Max(MoisDateCreationOT)))"}&amp;gt;}ID_OT)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2. If you want to use month as dimension and show the count as a rolling count over 12 month you can't use set analysis. You can try using an AsOf table. See this document for more information: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/create-count-over-12-months-from-the-date/m-p/537062#M1145072</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-27T15:51:28Z</dc:date>
    </item>
  </channel>
</rss>

