<?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 makedate from 2018Q1 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513461#M600024</link>
    <description>&lt;P&gt;Very simple question, any function to convert 2018Q1, 2018Q2 as the date e.g. YYYY/MM/DD&amp;nbsp;- 2018/1/1, 2018/4/1 ...&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2018 09:34:58 GMT</pubDate>
    <dc:creator>yipchunyu</dc:creator>
    <dc:date>2018-11-28T09:34:58Z</dc:date>
    <item>
      <title>makedate from 2018Q1</title>
      <link>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513461#M600024</link>
      <description>&lt;P&gt;Very simple question, any function to convert 2018Q1, 2018Q2 as the date e.g. YYYY/MM/DD&amp;nbsp;- 2018/1/1, 2018/4/1 ...&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513461#M600024</guid>
      <dc:creator>yipchunyu</dc:creator>
      <dc:date>2018-11-28T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: makedate from 2018Q1</title>
      <link>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513484#M600025</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 594px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/1182iBEF48625295C6575/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This could be one way.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513484#M600025</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-28T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: makedate from 2018Q1</title>
      <link>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513486#M600026</link>
      <description>&lt;P&gt;Sure, number of ways, bot not explicit function to interpret Quarters as in e.g. Q1&lt;/P&gt;&lt;P&gt;Date:&lt;BR /&gt;LOAD&lt;BR /&gt;&amp;nbsp;Quarter,&lt;BR /&gt;&amp;nbsp;MakeDate(Left(Quarter, 4), (right(Quarter,1)*3)-2) As Date;&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;Quarter&lt;BR /&gt;2018Q1&lt;BR /&gt;2018Q2&lt;BR /&gt;2018Q3&lt;BR /&gt;2018Q4&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 09:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513486#M600026</guid>
      <dc:creator>jfkinspari</dc:creator>
      <dc:date>2018-11-28T09:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: makedate from 2018Q1</title>
      <link>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513494#M600027</link>
      <description>&lt;P&gt;I'd do it in the load script with something like this:&lt;BR /&gt;&lt;BR /&gt;Load&lt;BR /&gt;*,&lt;BR /&gt;QuarterStart(MakeDate(SubField(Quarter,'Q', 1), SubField(Quarter,'Q', 2)*3)) as [DateInQ Option 1],&lt;BR /&gt;MakeDate(SubField(Quarter, 'Q', 1), SubField(Quarter, 'Q', 2)*3-2) as [DateInQ Option 2];&lt;BR /&gt;Load&lt;BR /&gt;Upper(Quarter) as Quarter;&lt;BR /&gt;Load&lt;BR /&gt;*&lt;BR /&gt;Inline&lt;BR /&gt;[Quarter&lt;BR /&gt;2018Q1&lt;BR /&gt;2018Q2&lt;BR /&gt;2018Q3&lt;BR /&gt;2018Q4&lt;BR /&gt;2019Q1];&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 10:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/makedate-from-2018Q1/m-p/1513494#M600027</guid>
      <dc:creator>lse</dc:creator>
      <dc:date>2018-11-28T10:00:32Z</dc:date>
    </item>
  </channel>
</rss>

