<?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 Created vs Closed records over time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Created-vs-Closed-records-over-time/m-p/75087#M787968</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;Can someone please confirm if i am going in the right path , i need to create a chart for Created vs Closed cases.&lt;/P&gt;&lt;P&gt;i have concatenated the table by reading it twice for closed and created.&lt;/P&gt;&lt;P&gt;then while counting the closed cases using case status.&lt;/P&gt;&lt;P&gt;say for example i am selecting case # 42465221 .. which is created in July and closed in feb .. why do i see the count for closed cases as 1 even though i select July from date filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>stevejones1</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Created vs Closed records over time</title>
      <link>https://community.qlik.com/t5/QlikView/Created-vs-Closed-records-over-time/m-p/75087#M787968</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;Can someone please confirm if i am going in the right path , i need to create a chart for Created vs Closed cases.&lt;/P&gt;&lt;P&gt;i have concatenated the table by reading it twice for closed and created.&lt;/P&gt;&lt;P&gt;then while counting the closed cases using case status.&lt;/P&gt;&lt;P&gt;say for example i am selecting case # 42465221 .. which is created in July and closed in feb .. why do i see the count for closed cases as 1 even though i select July from date filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&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/Created-vs-Closed-records-over-time/m-p/75087#M787968</guid>
      <dc:creator>stevejones1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Created vs Closed records over time</title>
      <link>https://community.qlik.com/t5/QlikView/Created-vs-Closed-records-over-time/m-p/75088#M787969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you do not need to load your cases twice. Instead create a "date bridge" table for open date and close date for example like this:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15193346391647641 jive_text_macro" jivemacro_uid="_15193346391647641" modifiedtitle="true"&gt;
&lt;P&gt;DateBridge:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CaseOpenDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Open'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as DateType&lt;/P&gt;
&lt;P&gt;Resident Case;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Cocatenate(DateBridge)&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CaseCloseDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Date,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Close'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as DateType&lt;/P&gt;
&lt;P&gt;Resident Case;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attach your calendar table with the DateBridge table (not Case table) and then you can use following expressions:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15193347326687737" jivemacro_uid="_15193347326687737"&gt;
&lt;P&gt;=count({&amp;lt;DateType= {'Close'}&amp;gt;} DISTINCT(CaseNumber)) //for cases closed in a particular period&lt;/P&gt;
&lt;P&gt;=count({&amp;lt;DateType= {'Open'}&amp;gt;} DISTINCT(CaseNumber)) //for cases opened in a particular period&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Created-vs-Closed-records-over-time/m-p/75088#M787969</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-22T21:26:37Z</dc:date>
    </item>
  </channel>
</rss>

