<?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 Another date question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149758#M27884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first question.&lt;/P&gt;&lt;P&gt;Our software package stores data in SQL dates as 1090720&lt;/P&gt;&lt;P&gt;Now if I bring in the date like this it works fine and gives me 2009/07/20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;makedate( '20'&amp;amp;mid("EV200_MI_DATE",2,2), mid("EV200_MI_DATE",4,2), mid("EV200_MI_DATE",6,2) ) as EV200_MI_DATE,&lt;BR /&gt;[\code]&lt;BR /&gt;&lt;BR /&gt;My problem is I cannot use this date in an input box to select a from and a to date.&lt;BR /&gt;&lt;BR /&gt;Any help?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Pieter&lt;BR /&gt; &amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 16:22:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-20T16:22:31Z</dc:date>
    <item>
      <title>Another date question</title>
      <link>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149758#M27884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my first question.&lt;/P&gt;&lt;P&gt;Our software package stores data in SQL dates as 1090720&lt;/P&gt;&lt;P&gt;Now if I bring in the date like this it works fine and gives me 2009/07/20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;makedate( '20'&amp;amp;mid("EV200_MI_DATE",2,2), mid("EV200_MI_DATE",4,2), mid("EV200_MI_DATE",6,2) ) as EV200_MI_DATE,&lt;BR /&gt;[\code]&lt;BR /&gt;&lt;BR /&gt;My problem is I cannot use this date in an input box to select a from and a to date.&lt;BR /&gt;&lt;BR /&gt;Any help?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Pieter&lt;BR /&gt; &amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 16:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149758#M27884</guid>
      <dc:creator />
      <dc:date>2009-07-20T16:22:31Z</dc:date>
    </item>
    <item>
      <title>Another date question</title>
      <link>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149759#M27885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fast solution, you can use mapping table between two types of dates in sql and fetch both of then to sql and use DD and MM and YYYY for input box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 16:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149759#M27885</guid>
      <dc:creator />
      <dc:date>2009-07-20T16:27:36Z</dc:date>
    </item>
    <item>
      <title>Another date question</title>
      <link>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149760#M27886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick reply. I'm off to learn mapping quickly. Did I mention I just started to learn Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 17:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149760#M27886</guid>
      <dc:creator />
      <dc:date>2009-07-20T17:13:57Z</dc:date>
    </item>
    <item>
      <title>Another date question</title>
      <link>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149761#M27887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can build the date more simply like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;date#(right(EV200_MI_DATE,6),'YYMMDD') as EV200_MI_DATE&lt;/P&gt;&lt;P&gt;I don't generally like having the users enter a from and to date. Typically, they want something more basic, such as being able to select a year, or a quarter, or a few months, that kind of thing. So I give them those fields and let them select what they want.&lt;/P&gt;&lt;P&gt;If the date ranges don't tend to follow nice boundaries like that, you can also select a date range using a multi-value slider. I have a few of those sprinkled through my applications. Finally, yes, you can use an input box with variables for the from and to date, but you'll need to use a macro to actually select that date range (actions in version 9?), which I don't tend to think of as "the QlikView way". I don't think I have any applications that use that approach.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 01:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Another-date-question/m-p/149761#M27887</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-07-21T01:21:17Z</dc:date>
    </item>
  </channel>
</rss>

