<?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: Date Dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-Dimension/m-p/94469#M6299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&amp;nbsp; So far I think it is working.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2018 19:14:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-16T19:14:31Z</dc:date>
    <item>
      <title>Date Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Dimension/m-p/94467#M6297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to create a Date Dimension using 'completed_date' field.&amp;nbsp; Basically I want to use this Dimension for x-axis of chart, where I want it to include days that fall within the last 60 days.&amp;nbsp; Currently I have tried these expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Floor([completed_date]-60)), but all the days loaded when I used this one&lt;/P&gt;&lt;P&gt;Date(Floor(Max([completed_date]-60))), but apparently "invalid."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 17:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Dimension/m-p/94467#M6297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T17:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Dimension/m-p/94468#M6298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something similar to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if completed_date is a date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(floor(completed_date)&amp;gt;= num(today())-60 and floor(completed_date) &amp;lt; = num(today() ),completed_date,null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppress null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may not need the num or floor function as well. Make sure you have dates as date and not as string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 18:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Dimension/m-p/94468#M6298</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-08-16T18:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date Dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Date-Dimension/m-p/94469#M6299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&amp;nbsp; So far I think it is working.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 19:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-Dimension/m-p/94469#M6299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T19:14:31Z</dc:date>
    </item>
  </channel>
</rss>

