<?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: Case count for last 30 days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193984#M882616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, this did not work, but thank you for the suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 16:58:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-29T16:58:48Z</dc:date>
    <item>
      <title>Case count for last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193979#M882611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get a count of cases closed over the last 30 days.&amp;nbsp; I've found information off this board and been trying the following formula, but it is not giving me the expected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Count&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;CLOSED_DATE&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(=Date(max(CLOSED_DATE)-30))"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;CASE_ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Any help in this issue would be appreciated!&lt;/SPAN&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/Case-count-for-last-30-days/m-p/1193979#M882611</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Case count for last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193980#M882612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you seeing anything or are you getting 0? May be try adding the date format for your closed date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({$&amp;lt;CLOSED_DATE={"&amp;gt;=$(=Date(Max(CLOSED_DATE)-30, '&lt;SPAN style="color: #ff0000;"&gt;DateFormatHere&lt;/SPAN&gt;'))"}&amp;gt;} CASE_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 16:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193980#M882612</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T16:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Case count for last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193981#M882613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you need to add a date format to the date function. That would be needed if the date values in CLOSED_DATE have a different format then the document default. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Count&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;CLOSED_DATE&lt;/SPAN&gt;={&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;"&amp;gt;=$(=Date(max(CLOSED_DATE)-30,'&lt;STRONG&gt;MM/DD/YYYY&lt;/STRONG&gt;'))"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;CASE_ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 16:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193981#M882613</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-29T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Case count for last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193982#M882614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved...thank you for the rapid response!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 16:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193982#M882614</guid>
      <dc:creator />
      <dc:date>2016-09-29T16:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Case count for last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193983#M882615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Count({&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;CLOSED_DATE&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;"&amp;gt;=Date(max(CLOSED_DATE)-30)&amp;lt;=&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Date(max(CLOSED_DATE)&lt;/SPAN&gt;)"&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;}&amp;gt;&lt;/SPAN&gt;}CASE_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 16:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193983#M882615</guid>
      <dc:creator />
      <dc:date>2016-09-29T16:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Case count for last 30 days</title>
      <link>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193984#M882616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, this did not work, but thank you for the suggestion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 16:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Case-count-for-last-30-days/m-p/1193984#M882616</guid>
      <dc:creator />
      <dc:date>2016-09-29T16:58:48Z</dc:date>
    </item>
  </channel>
</rss>

