<?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: pre qurter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465397#M173818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&amp;nbsp; working fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same way prev qtr end require jul-sep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2012 07:22:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-26T07:22:24Z</dc:date>
    <item>
      <title>pre qurter</title>
      <link>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465394#M173815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Members&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i find qurter analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want pre qtr(jul-sep) and curr(oct-dec)&amp;nbsp; comparision&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 06:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465394#M173815</guid>
      <dc:creator />
      <dc:date>2012-12-26T06:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: pre qurter</title>
      <link>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465395#M173816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;{${currentquarter}-1}"&amp;lt;=previous(quarter)&amp;gt;"}&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 06:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465395#M173816</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-26T06:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: pre qurter</title>
      <link>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465396#M173817</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;u can get the Current quarter name through below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;today()&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;u can get the Previous quarter name through below expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())-1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;So u can use this like below in comparision&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())-1)&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()),'True','False') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;~Kabilan K&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 06:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465396#M173817</guid>
      <dc:creator />
      <dc:date>2012-12-26T06:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: pre qurter</title>
      <link>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465397#M173818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&amp;nbsp; working fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same way prev qtr end require jul-sep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 07:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465397#M173818</guid>
      <dc:creator />
      <dc:date>2012-12-26T07:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: pre qurter</title>
      <link>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465398#M173819</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;Below expression to get the Quarterend Date for Previous Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style=": ; font-size: 1;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())-1) &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Kabilan K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 10:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465398#M173819</guid>
      <dc:creator />
      <dc:date>2012-12-26T10:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: pre qurter</title>
      <link>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465399#M173820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for keeping reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want value between pre qrt start and pre qrt end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 17:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465399#M173820</guid>
      <dc:creator />
      <dc:date>2012-12-26T17:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: pre qurter</title>
      <link>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465400#M173821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi U can write a expression like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Datefield="&amp;gt;=$(=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterStart&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())-1)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;=$(=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterEnd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;QuarterName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())-1))&lt;/SPAN&gt;"&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps U... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Kabilan K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 05:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/pre-qurter/m-p/465400#M173821</guid>
      <dc:creator />
      <dc:date>2012-12-27T05:25:04Z</dc:date>
    </item>
  </channel>
</rss>

