<?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: How to generate QuarterEndDate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932560#M322249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to use the start date of the next period. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; QuarterStartDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; If(Previous(Currency) = Currency,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Previous(QuarterStartDate) - 1),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Today()) As QuarterEndDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; Currency,&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Rate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT Currencies&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ORDER BY Currency, QuarterStartDate DESC;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can interval match the rates to the detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 08:08:03 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-11-04T08:08:03Z</dc:date>
    <item>
      <title>How to generate QuarterEndDate</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932556#M322245</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;I have a currency table with QuarterStartDate,Rates , different currency codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 343px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="97"&gt;&lt;STRONG&gt;QuarterStartDate&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="178"&gt;&lt;STRONG&gt;Rate&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="68"&gt;&lt;STRONG&gt;Currency&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;3/1/2015&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;0.00636&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ADP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;3/1/2015&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;105.74&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EUR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;6/1/2015&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;0.00674&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ADP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;6/1/2015&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;112.17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EUR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;9/1/2015&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;0.00679&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;ADP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;9/1/2015&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;113.03&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;EUR&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Now My requirement is I want to assign same Rate value from QuarterStartDate to QuarterEndDate by each Currency but we do not have &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Quarter&lt;/SPAN&gt;EndDate.&lt;SPAN style="font-size: 13.3333330154419px;"&gt;How do we create &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Quarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;EndDate in data model &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;and how can we assign same Rate value by each &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Currency from .&lt;SPAN style="font-size: 13.3333330154419px;"&gt;QuarterStartDate to QuarterEndDate .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;this is my expected output table:For example Currency is EUR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 343px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;&lt;STRONG&gt;Dates&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;&lt;STRONG&gt;Rate&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;&lt;STRONG&gt;Currency&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;P&gt;All Dates From&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3/1/2015 -&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;To &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5/30/2015&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Same Rate Value for all these Dates&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;105.74&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;EUR&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;P&gt;&lt;STRONG&gt;From&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6/1/2015&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;08/31/2015&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Same Rate Value for all these Dates&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;112.17&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;EUR&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;From&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;9/1/2015&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;To&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;12/31/2015&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;113.03&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;EUR&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;Same logic for other Currency codes also&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top-style: none; border-left-style: none; color: #575757; text-align: left; font-family: arial, helvetica, sans-serif; vertical-align: baseline; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks in advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 07:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932556#M322245</guid>
      <dc:creator>grajmca_sgp123</dc:creator>
      <dc:date>2015-11-04T07:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate QuarterEndDate</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932557#M322246</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;did you try with QuarterEnd()&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, 04 Nov 2015 08:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932557#M322246</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-11-04T08:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate QuarterEndDate</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932558#M322247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;Try this one:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;quarterend&lt;/SPAN&gt; ( '2005-10-29' ) will return 2005-12-31&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932558#M322247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-04T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate QuarterEndDate</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932559#M322248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but in table we have QuarterStartdates only....we do not have all dates to generate &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;QuarterEnd dates.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932559#M322248</guid>
      <dc:creator>grajmca_sgp123</dc:creator>
      <dc:date>2015-11-04T08:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate QuarterEndDate</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932560#M322249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way is to use the start date of the next period. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; QuarterStartDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; If(Previous(Currency) = Currency,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Previous(QuarterStartDate) - 1),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Today()) As QuarterEndDate,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp; Currency,&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Rate&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESIDENT Currencies&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ORDER BY Currency, QuarterStartDate DESC;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can interval match the rates to the detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932560#M322249</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-04T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate QuarterEndDate</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932561#M322250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rejesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try QuarterEnd(Date, 0,3) As QuarterEndDate. &lt;/P&gt;&lt;P&gt;So for eg QuarterEnd('06/01/2015', 0,3)&amp;nbsp; it Returns 08/31/2015. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Try and let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932561#M322250</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2015-11-04T08:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to generate QuarterEndDate</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932562#M322251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14466254483825163 jive_text_macro" jivemacro_uid="_14466254483825163"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QuarterStartDate, Rate, Currency&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/1/2015, 0.00636, ADP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/1/2015, 105.74, EUR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/1/2015, 0.00674, ADP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/1/2015, 112.17, EUR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/1/2015, 0.00679, ADP&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9/1/2015, 113.03, EUR&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Final:&lt;/P&gt;
&lt;P&gt;Load&lt;/P&gt;
&lt;P&gt;'From ' &amp;amp; QuarterStartDate &amp;amp; ' To ' &amp;amp; Monthend(AddMonths(QuarterStartDate,2)) as Dates,&lt;/P&gt;
&lt;P&gt;Rate,&lt;/P&gt;
&lt;P&gt;Currency&lt;/P&gt;
&lt;P&gt;Resident Data;&lt;/P&gt;
&lt;P&gt;Drop Table Data;&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample attached. Let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 08:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-generate-QuarterEndDate/m-p/932562#M322251</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-11-04T08:24:45Z</dc:date>
    </item>
  </channel>
</rss>

