<?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: Variance for YTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730585#M1049695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Variance:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/SPAN&gt;} Qty)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Variance Percentage:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/SPAN&gt;} Qty)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fabs(Sum({&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;} Qty)&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 10:02:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-30T10:02:12Z</dc:date>
    <item>
      <title>Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730579#M1049689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to calculate the variance of YTD as i have YTD(Current year) and YTD(Previous Year)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730579#M1049689</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-10-30T09:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730580#M1049690</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;we have current year data we can cal it as YTD,previous year data we can cal it as a PYTD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz find the master calender link you vl get more information.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/48693"&gt;Creating A Master Calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730580#M1049690</guid>
      <dc:creator />
      <dc:date>2014-10-30T09:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730581#M1049691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Want to find variance that is GAP for Current and previous year YTD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730581#M1049691</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-10-30T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730582#M1049692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can calculate as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(YTD- PYTD)/ PYTD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730582#M1049692</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2014-10-30T09:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730583#M1049693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we do it for Sum(sales)&lt;/P&gt;&lt;P&gt;i found YTD by using YTD==sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;} Qty)&lt;/P&gt;&lt;P&gt;LY YTD==sum({&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;} Qty)&lt;/P&gt;&lt;P&gt;now how can i calculate Variance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730583#M1049693</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-10-30T09:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730584#M1049694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;} Qty)&amp;nbsp; - sum({&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;} Qty ) /&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;} Qty )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730584#M1049694</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2014-10-30T10:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730585#M1049695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Variance:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/SPAN&gt;} Qty)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Variance Percentage:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/SPAN&gt;} Qty)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;/&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Fabs(Sum({&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;Year={$(=Max(Year)-1)},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;} Qty)&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730585#M1049695</guid>
      <dc:creator />
      <dc:date>2014-10-30T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730586#M1049696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see the expression above contain differential analysis in the same Sum function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That syntax is clean and powerful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730586#M1049696</guid>
      <dc:creator />
      <dc:date>2014-10-30T10:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730587#M1049697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its is not working but thanks man&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730587#M1049697</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-10-30T10:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730588#M1049698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730588#M1049698</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2014-10-30T10:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730589#M1049699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys i got the answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730589#M1049699</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-10-30T10:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Variance for YTD</title>
      <link>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730590#M1049700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi how can i achieve&amp;nbsp; variance YTD for latest four years&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 15:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variance-for-YTD/m-p/730590#M1049700</guid>
      <dc:creator>shruthibk</dc:creator>
      <dc:date>2016-01-06T15:43:24Z</dc:date>
    </item>
  </channel>
</rss>

