<?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 How do I concatenate a quarter and year column and convert into date? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349738#M30020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to concatenate a row containing the quarter (Q1, Q2, Q3, Q4) and year (1990,1991,...) and turn it into a date.&amp;nbsp; I tried using the following code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Makedate("Year"), 'YYYY') as YEAR, &lt;/P&gt;&lt;P&gt;Date(Makedate("Year",right(Qrt,2)), 'QQYYYY') as QuarterYEAR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not working as intended.&amp;nbsp; What am I doing wrong? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2017 20:29:19 GMT</pubDate>
    <dc:creator>jleefjcapital</dc:creator>
    <dc:date>2017-04-05T20:29:19Z</dc:date>
    <item>
      <title>How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349738#M30020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to concatenate a row containing the quarter (Q1, Q2, Q3, Q4) and year (1990,1991,...) and turn it into a date.&amp;nbsp; I tried using the following code: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(Makedate("Year"), 'YYYY') as YEAR, &lt;/P&gt;&lt;P&gt;Date(Makedate("Year",right(Qrt,2)), 'QQYYYY') as QuarterYEAR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not working as intended.&amp;nbsp; What am I doing wrong? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 20:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349738#M30020</guid>
      <dc:creator>jleefjcapital</dc:creator>
      <dc:date>2017-04-05T20:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349739#M30021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;"Year" as YEAR,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Date(MakeDate("Year", (Right(Qrt, 1) * 3)), 'MMYYYY') as MonthYEAR,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 21:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349739#M30021</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-05T21:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349740#M30022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked!&amp;nbsp; It is possible to get the add a "/"?&amp;nbsp;&amp;nbsp; Currently, format is '032013'.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349740#M30022</guid>
      <dc:creator>jleefjcapital</dc:creator>
      <dc:date>2017-04-12T18:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349741#M30023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;"Year" as YEAR,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Date(MakeDate("Year", (Right(Qrt, 1) * 3)), 'MM&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;/&lt;/SPAN&gt;YYYY') as MonthYEAR,&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 18:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1349741#M30023</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-04-12T18:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785125#M61203</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i also have a same type of query, i have used the above expression which works well, however when I use this for MAT calculation it's changing the date format below is ex.&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year_Quarter={&amp;gt;=$(&lt;STRONG&gt;=&lt;EM&gt;(Max(Year_Quarter)-4))&lt;/EM&gt;&lt;/STRONG&gt;&amp;lt;=$(=(Max(Year_Quarter)))}&amp;gt;} [Market Units] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nitesh2730_0-1614074707897.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49664iCF65E06A1CDE4B79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nitesh2730_0-1614074707897.png" alt="nitesh2730_0-1614074707897.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 10:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785125#M61203</guid>
      <dc:creator>nitesh2730</dc:creator>
      <dc:date>2021-02-23T10:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785138#M61208</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133356"&gt;@nitesh2730&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year_Quarter={"&amp;gt;=$(&lt;STRONG&gt;=Date&lt;EM&gt;(Max(Year_Quarter)-4),'MM/YYYY')&lt;/EM&gt;&lt;/STRONG&gt;&amp;lt;=$(=Date(Max(Year_Quarter),'MM/YYYY'))"}&amp;gt;} [Market Units] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 10:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785138#M61208</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-02-23T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785145#M61210</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nitesh2730_0-1614075627138.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49671iE692FE8F5A533280/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nitesh2730_0-1614075627138.png" alt="nitesh2730_0-1614075627138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;not working, picking up only latest month&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 10:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785145#M61210</guid>
      <dc:creator>nitesh2730</dc:creator>
      <dc:date>2021-02-23T10:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785152#M61212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133356"&gt;@nitesh2730&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, wrongly placed the closing bracket.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Sum({&amp;lt;Year_Quarter={"&amp;gt;=$(&lt;/SPAN&gt;&lt;STRONG&gt;=Date&lt;EM&gt;(Max(Year_Quarter)-4,'MM/YYYY'))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;lt;=$(=Date(Max(Year_Quarter),'MM/YYYY'))"}&amp;gt;} [Market Units] )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 10:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785152#M61212</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-02-23T10:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I concatenate a quarter and year column and convert into date?</title>
      <link>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785155#M61213</link>
      <description>&lt;P&gt;Sorry to trouble your again, still there is some problem, am using -4 its picking up 08 month only, i tried to change it -1,-2,-3 but its showing 08 month&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nitesh2730_0-1614076166241.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49675iE69341E59B575027/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nitesh2730_0-1614076166241.png" alt="nitesh2730_0-1614076166241.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 10:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-do-I-concatenate-a-quarter-and-year-column-and-convert-into/m-p/1785155#M61213</guid>
      <dc:creator>nitesh2730</dc:creator>
      <dc:date>2021-02-23T10:30:39Z</dc:date>
    </item>
  </channel>
</rss>

