<?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 QoQ caluclation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105337#M759911</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;how to caluclate the Quarter on Quarter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what it exactly meant? and how we will do this?&amp;nbsp; can anyone have sample please help me to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>soniasweety</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>QoQ caluclation</title>
      <link>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105337#M759911</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;how to caluclate the Quarter on Quarter ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what it exactly meant? and how we will do this?&amp;nbsp; can anyone have sample please help me to understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105337#M759911</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: QoQ caluclation</title>
      <link>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105338#M759912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find in attachement a simple instance of finding difference between quarters over the year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 10:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105338#M759912</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2018-08-21T10:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: QoQ caluclation</title>
      <link>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105339#M759913</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;1. All days of the quarter are selected.&amp;nbsp; =Year(Date)&amp;amp;'_Q'&amp;amp;ceil(month(Date)/3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Define a variable vYQ-1 based on the current date selection, calculated one quarter back (minus 92 days) and used Year Function:&amp;nbsp;&amp;nbsp; =Year(date(max(Date)-92,'DD.MM.YYYY')) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Define a variable vQ-1 based on the current date selection, calculated one quarter back (minus 92 days) and used the function to get: =ceil(month(date(max(Date)-92,'DD.MM.YYYY'))/3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Use Set Analysis in the chart to get the "Previous Quarter" from the current selection =Sum({1&amp;lt;Year={$(vYQ-1)},_Qtr={$(vQ-1)} &amp;gt;} Amount) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105339#M759913</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-21T14:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: QoQ caluclation</title>
      <link>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105340#M759914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp; &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/balabhaskarqlik"&gt;balabhaskarqlik&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response. but&amp;nbsp; what exactly i need is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QoQ and YoY&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a Quarter field&amp;nbsp; till current quarter&amp;nbsp;&amp;nbsp; and i have&amp;nbsp; TCV(amount field)&lt;IMG alt="qq.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212186_qq.PNG" style="height: auto;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; so how can i&amp;nbsp; create expressions for&amp;nbsp; Q/Q and Y/Y?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2017Q1&lt;/P&gt;&lt;P&gt;2017Q2...........2018Q4&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 04:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105340#M759914</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-08-30T04:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: QoQ caluclation</title>
      <link>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105341#M759915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sony&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quarter on quarter (QOQ) is a measuring technique that calculates the change between one financial quarter and the previous financial quarter. This is similar to the year-over-year (YOY) measure, which compares the quarter of one year (such as the first quarter of 2018) to the same quarter of the previous year (the first quarter of 2017). The measure gives investors and analysts an idea of how a company is growing over each quarter.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;To achieve this you can add a column with formula Quartername([Date Field]) as “ &lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Quarter B_date&lt;/SPAN&gt; ” Quarter name of orderdate. Create a variable at report lavel which will calculate quarter name of current quarter and quarter of previous year using below formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currentquarter = Quartername(Today())&lt;/P&gt;&lt;P&gt;Previousquarter =&amp;nbsp;&amp;nbsp; Quartername(Today(),-4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use these calculations in below formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[Quarter B_date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;"$(=&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Currentquarter)"}&amp;gt;}Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;) ) /(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[Quarter B_date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;"$(=&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Previousquarter)"}&amp;gt;}Sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will return you growth QOQ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anupam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 07:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105341#M759915</guid>
      <dc:creator>dx_anupam</dc:creator>
      <dc:date>2018-08-30T07:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: QoQ caluclation</title>
      <link>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105342#M759916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/dx.anupam"&gt;dx.anupam&lt;/A&gt; &lt;/STRONG&gt;. i have couple of Doubts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; i have quarter field is derived from DB&amp;nbsp; - FIscal Period&amp;nbsp; values like&amp;nbsp; 2017Q1,2017Q2......so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO here&amp;nbsp;&amp;nbsp;&amp;nbsp; instead of date how can i use Quarter directly?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;=&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;[Quarter B_date]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;"$(=&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;Currentquarter)"}&amp;gt;}Sales&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;) ) /(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;[Quarter B_date]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;"$(=&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;Previousquarter)"}&amp;gt;}Sales&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;2.&amp;nbsp; if user selects&amp;nbsp; 2018Q3&amp;nbsp;&amp;nbsp; the above expression works dynamically?&amp;nbsp;&amp;nbsp; means it will caluclate the 2018Q3 and 2017Q3?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;3.&amp;nbsp; How abot YOY&amp;nbsp; how can i derive those variables and expressions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 07:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105342#M759916</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2018-08-30T07:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: QoQ caluclation</title>
      <link>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105343#M759917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;i have quarter field is derived from DB&amp;nbsp; - FIscal Period&amp;nbsp; values like&amp;nbsp; 2017Q1,2017Q2......so on&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;I am not aware of any ootb function which will convert date field in format you have in db.if you have to convert it you have to use &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d; background: white;"&gt;'Q' &amp;amp; ceil(month(UCCDATE)/3)&lt;/SPAN&gt; which will be difficult to compare in set analysis.&lt;/P&gt;&lt;P style="padding-left: 45px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;SO here instead of date how can i use Quarter directly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;=&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;[Quarter B_date]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;"$(=&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;Currentquarter)"}&amp;gt;}Sales&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;) ) /(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;[Quarter B_date]&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;"$(=&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;Previousquarter)"}&amp;gt;}Sales&lt;/SPAN&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;I don’t think it’s possible to use directly in above formula. If you use it will return result as 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt;2.&amp;nbsp; if user selects&amp;nbsp; 2018Q3&amp;nbsp;&amp;nbsp; the above expression works dynamically?&amp;nbsp;&amp;nbsp; means it will caluclate the 2018Q3 and 2017Q3?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 9.0pt; font-family: 'Arial','sans-serif'; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;No provided formula is not compatible with user selection. To make it compatible you will need to store the respective date in a variable and use it instead of today() in below formula&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; color: #3d3d3d;"&gt;Current&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;quarter = &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Quartername(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Today()&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; font-weight: inherit;"&gt;Previousq&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;uarter = &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Quartername(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Today()&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;,-4&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 10.0pt; font-family: 'Helvetica','sans-serif'; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;How abot YOY&amp;nbsp; how can i derive those variables and expressions?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;For YoY its quite simple&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Follow the same process above &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;To achieve this you can add a column with formula Year([Date Field]) as “ Year B_date ” Year of orderdate. Create a variable at report lavel which will calculate quarter name of current quarter and quarter of previous year using below formula&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;CurrentYear = Year(Today())&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Previousyear =&amp;nbsp;&amp;nbsp; (Quartername(Today())-4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Then use these calculations in below formula&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=&amp;nbsp; (Sum({&amp;lt;[Year B_date]={"$(= CurrentYear)"}&amp;gt;}Sales) ) /(Sum({&amp;lt;[Year B_date]={"$(= Previousyear)"}&amp;gt;}Sales) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;It will return you growth YOY&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 22.5px; margin-bottom: .0001pt; background: #F2F2F2;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Anupam&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 08:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QoQ-caluclation/m-p/105343#M759917</guid>
      <dc:creator>dx_anupam</dc:creator>
      <dc:date>2018-08-30T08:45:45Z</dc:date>
    </item>
  </channel>
</rss>

