<?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: Sum of Rows for Pivot table and Aggregation month wise for YTD. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376492#M420170</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;Apr Expr - sum({&amp;lt;Year={"$(=Max(Year))"}&lt;SPAN style="font-size: 13.3333px;"&gt;,Month={'Apr'} &lt;/SPAN&gt;&amp;gt;},Month={'Apr'} Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;May Expr - sum({&amp;lt;Year={"$(=Max(Year))"}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,Month={'May'} &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;},Month={'Apr'} Sales))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Same for other month also.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 09:55:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-09-20T09:55:44Z</dc:date>
    <item>
      <title>Sum of Rows for Pivot table and Aggregation month wise for YTD.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376490#M420168</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;I have a situation where i.m stuck with three things :&lt;/P&gt;&lt;P&gt;1&amp;gt; Sum of rows to display at pivot table total (When selected partial sum)&lt;/P&gt;&lt;P&gt;2&amp;gt; total not to be shown for Vol Var mt field.&lt;/P&gt;&lt;P&gt;3&amp;gt; Clients YTD requirement is different . He want YTD Of June as FTM of Apr + FTM of May + FTM of June&lt;/P&gt;&lt;P&gt;(We have calculated FTM in formulas for &lt;STRONG&gt;Vol Var Ut, Vol Var , Sp Var , Ex Var&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;Those are for FTM I need help with Discovering YTD as per clients requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer dummy app for better understanding. And thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 04:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376490#M420168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-20T04:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows for Pivot table and Aggregation month wise for YTD.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376491#M420169</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;You have to create two variable vStartDate and vEndDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vStartDate= Date(YearStart(Max(@_Date),0,4),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;vEndDate = Date((Max(@_Date)),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YTD Expression = sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;@_Date&lt;/SPAN&gt;={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},Year=,Month=,Quarter=&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note-In calendar you have to create fiscal_year and Fiscal_month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sukamal Naskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 09:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376491#M420169</guid>
      <dc:creator />
      <dc:date>2017-09-20T09:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows for Pivot table and Aggregation month wise for YTD.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376492#M420170</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;Apr Expr - sum({&amp;lt;Year={"$(=Max(Year))"}&lt;SPAN style="font-size: 13.3333px;"&gt;,Month={'Apr'} &lt;/SPAN&gt;&amp;gt;},Month={'Apr'} Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;May Expr - sum({&amp;lt;Year={"$(=Max(Year))"}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,Month={'May'} &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;},Month={'Apr'} Sales))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Same for other month also.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 09:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376492#M420170</guid>
      <dc:creator />
      <dc:date>2017-09-20T09:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows for Pivot table and Aggregation month wise for YTD.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376493#M420171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please ignore earlier message &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Apr Expr - sum({&amp;lt;Year={"$(=Max(Year))"}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,Month={'Apr'} &lt;/SPAN&gt;&amp;gt;}Sales))&lt;/P&gt;&lt;P&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: 13.3333px; font-family: inherit;"&gt;May Expr - sum({&amp;lt;Year={"$(=Max(Year))"}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;,Month={'May'} &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;gt;}Sales))&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: 13.3333px; font-family: inherit;"&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: 13.3333px; font-family: inherit;"&gt;Same for other month also.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 09:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376493#M420171</guid>
      <dc:creator />
      <dc:date>2017-09-20T09:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sum of Rows for Pivot table and Aggregation month wise for YTD.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376494#M420172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sukamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats basically hardcoding which we need to do in case of user selection.&lt;/P&gt;&lt;P&gt;If you can open attached qvw you will get understanding about given formulas. We need looping structure or some other way to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for revert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 10:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-of-Rows-for-Pivot-table-and-Aggregation-month-wise-for-YTD/m-p/1376494#M420172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-20T10:25:17Z</dc:date>
    </item>
  </channel>
</rss>

