<?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: change QuarterYear To Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314818#M408328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MakeDate(Right(expenditure, 4), Num(Month(Date#(KeepChar(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;expenditure, '0123456789-), 'M-YYYY')))*3, 1))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2017 09:17:50 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-05-10T09:17:50Z</dc:date>
    <item>
      <title>change QuarterYear To Date</title>
      <link>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314817#M408327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I have expenditure variable "Q4-2016", I want to change it to date 12/1/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 07:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314817#M408327</guid>
      <dc:creator>mfikrirahmat</dc:creator>
      <dc:date>2017-05-10T07:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: change QuarterYear To Date</title>
      <link>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314818#M408328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MakeDate(Right(expenditure, 4), Num(Month(Date#(KeepChar(&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;expenditure, '0123456789-), 'M-YYYY')))*3, 1))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 09:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314818#M408328</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-10T09:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: change QuarterYear To Date</title>
      <link>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314819#M408329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MakeDate(right('Q4-2016',4),right(left('Q4-2016',2),1)*3,1)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=MakeDate(right(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;expenditure&lt;/STRONG&gt;,4),right(left(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;expenditure&lt;/STRONG&gt;,2),1)*3,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 09:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314819#M408329</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-05-10T09:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: change QuarterYear To Date</title>
      <link>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314820#M408330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or like (without any string function):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MakeDate(Year(Date#('Q4-2016', 'QM-YYYY')),Month(Date#('Q4-2016', 'QM-YYYY'))*3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 09:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314820#M408330</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-10T09:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: change QuarterYear To Date</title>
      <link>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314821#M408331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Mfikri!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or like that:&lt;/P&gt;&lt;P&gt;date#(pick(match(left(expenditure,3),'Q1-'&lt;SPAN style="font-size: 13.3333px;"&gt;,'Q2-'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'Q3-'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'Q4-'),'3/1/'&lt;SPAN style="font-size: 13.3333px;"&gt;,'6/1/'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'9/1/'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,'12/1/')&amp;amp;right(&lt;SPAN style="font-size: 13.3333px;"&gt;expenditure,4),'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 09:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314821#M408331</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-05-10T09:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: change QuarterYear To Date</title>
      <link>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314822#M408332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's Work , thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 09:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-QuarterYear-To-Date/m-p/1314822#M408332</guid>
      <dc:creator>mfikrirahmat</dc:creator>
      <dc:date>2017-05-10T09:37:39Z</dc:date>
    </item>
  </channel>
</rss>

