<?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 pulling a date field from a spreadsheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165019#M37488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My transdate field looks like this...01/30/2011.&lt;/P&gt;&lt;P&gt;How do I convert this so I can use it as a date range (i.e. if transdate &amp;gt;= 1/30/11 and transdate &amp;lt;= 2/26/11, feb-01, etc...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;New to the Q&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 18:50:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-16T18:50:24Z</dc:date>
    <item>
      <title>pulling a date field from a spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165019#M37488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My transdate field looks like this...01/30/2011.&lt;/P&gt;&lt;P&gt;How do I convert this so I can use it as a date range (i.e. if transdate &amp;gt;= 1/30/11 and transdate &amp;lt;= 2/26/11, feb-01, etc...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;New to the Q&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 18:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165019#M37488</guid>
      <dc:creator />
      <dc:date>2011-03-16T18:50:24Z</dc:date>
    </item>
    <item>
      <title>pulling a date field from a spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165020#M37489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;If that is the correct date format, go to the script editor and try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Date(transdate, 'MMM-YY') AS DateRange&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 18:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165020#M37489</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-16T18:52:49Z</dc:date>
    </item>
    <item>
      <title>pulling a date field from a spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165021#M37490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you don't need to deal with your own range, you can use function - MONTHNAME. have a look at it. if this does not solve your problem, let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, tresesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 18:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165021#M37490</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2011-03-16T18:57:44Z</dc:date>
    </item>
    <item>
      <title>pulling a date field from a spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165022#M37491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date' is not a recognized built-in function name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I placed it in the sql statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 19:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165022#M37491</guid>
      <dc:creator />
      <dc:date>2011-03-16T19:00:10Z</dc:date>
    </item>
    <item>
      <title>pulling a date field from a spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165023#M37492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, the right place to set it is the LOAD part (that I use all the time, and I strongly recommend you to do as well):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD Date(transdate, 'MMM-YY') AS transdate;SQL SELECT transdateFROM Database.table&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 19:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pulling-a-date-field-from-a-spreadsheet/m-p/165023#M37492</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-16T19:05:20Z</dc:date>
    </item>
  </channel>
</rss>

