<?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 Date selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642331#M1089899</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file that contains an Open Date, Closed Date, Account Balance, Account Status and other information about a customer's account.&amp;nbsp;&amp;nbsp;&amp;nbsp; Open accounts will have an Open date but no Closed Date.&amp;nbsp; Closed accounts will have both an Open and Closed Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to use a single date selection to report the number of accounts opened and closed for a given week.&amp;nbsp; NOTE:&amp;nbsp; An account can be opened on Monday and closed on Wednesday - I should see 1 open account and 1 closed account recorded for this weekly date range.&amp;nbsp; I already have the code figured out to select a weekly date range for either Open or Closed dates but not both at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts as to how I can use both the Open and Closed dates as a single field that I can use for my date selection?&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, 21 May 2014 18:40:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-21T18:40:55Z</dc:date>
    <item>
      <title>Date selections</title>
      <link>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642331#M1089899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file that contains an Open Date, Closed Date, Account Balance, Account Status and other information about a customer's account.&amp;nbsp;&amp;nbsp;&amp;nbsp; Open accounts will have an Open date but no Closed Date.&amp;nbsp; Closed accounts will have both an Open and Closed Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to use a single date selection to report the number of accounts opened and closed for a given week.&amp;nbsp; NOTE:&amp;nbsp; An account can be opened on Monday and closed on Wednesday - I should see 1 open account and 1 closed account recorded for this weekly date range.&amp;nbsp; I already have the code figured out to select a weekly date range for either Open or Closed dates but not both at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts as to how I can use both the Open and Closed dates as a single field that I can use for my date selection?&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, 21 May 2014 18:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642331#M1089899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T18:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date selections</title>
      <link>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642332#M1089901</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;The data model that you use is &lt;STRONG&gt;object&lt;/STRONG&gt;-based. You have accounts that have properties. &lt;/P&gt;&lt;P&gt;But your question is about the &lt;STRONG&gt;states&lt;/STRONG&gt; of accounts on different dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to transform your data into states table that contains information about the account states for each date. Then you can use that date for calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or slightly more effective, you can store only the &lt;STRONG&gt;events &lt;/STRONG&gt;(status changing) and use AsOfDate approach to get the status on each date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 19:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642332#M1089901</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-05-21T19:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date selections</title>
      <link>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642333#M1089902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps you:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 19:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642333#M1089902</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T19:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date selections</title>
      <link>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642334#M1089903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael.&amp;nbsp; My initial look at the link you referenced looks like it will work in this instance.&amp;nbsp; It makes sense to load the date information a second time in order to facilitate the date selection process.&amp;nbsp; I will pursue that solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 19:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-selections/m-p/642334#M1089903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-21T19:43:31Z</dc:date>
    </item>
  </channel>
</rss>

