<?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: Master Calendar and Calculated Element List in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449225#M433934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, this does work, but in my real data I may need to refer to months back or a prior year. Can you suggest a way to use the month age or the year age? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;MONTH_AGE ={"=$(=max(MONTH_AGE)+1)"} &amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2017 18:00:12 GMT</pubDate>
    <dc:creator>dena_reavis</dc:creator>
    <dc:date>2017-11-13T18:00:12Z</dc:date>
    <item>
      <title>Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449221#M433930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a set analysis to calculate the previous month's total, so it can be compared with totals in the month, and calculate other things like change from previous month, etc. But I can't seem to get my calculation right. My master calendar has a field for the age of the month, where the current month is 0 and last month is 1, so on. I am trying to get the month age to increment in the element list, but I do not have this right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached file has some sample data and my calendar. this is what I have:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="182757" alt="have.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182757_have.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am trying to show&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="182758" alt="want.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/182758_want.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I have made many tries and all I seem to get is the same month:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;MONTH_AGE ={"=$(=max(MONTH_AGE)+1)"} &amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first I tried it without the max(&lt;SPAN style="font-size: 13.3333px;"&gt;MONTH_AGE) because I didn't think I needed it. I'm not sure what it is wrong with my syntax. Please help. &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;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 17:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449221#M433930</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-11-09T17:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449222#M433931</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;Maybe I need to clarify this. In each month column, I just want to show the previous month's total. So in the September column, my first expression would be the total of August. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody out there have a suggestion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 16:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449222#M433931</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-11-13T16:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449223#M433932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before(Sum({$&amp;lt;Group={'1','2','3'}&amp;gt;} Amount), 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183091_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 16:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449223#M433932</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-13T16:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449224#M433933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are awesome!!! Thank you so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 16:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449224#M433933</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-11-13T16:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449225#M433934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, this does work, but in my real data I may need to refer to months back or a prior year. Can you suggest a way to use the month age or the year age? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;MONTH_AGE ={"=$(=max(MONTH_AGE)+1)"} &amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449225#M433934</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-11-13T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449226#M433935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what I understand set analysis won't work... you will have to use &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/InterRecordFunctions/inter-record-functions-charts.htm"&gt;Inter-record functions ‒ QlikView&lt;/A&gt; what is the issue you are having? Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 18:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449226#M433935</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-13T18:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449227#M433936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expanded my sample data to include more dates. I am trying to present totals for the current month and the previous month, which the example you gave me work perfectly, but how do I show the total for the previous fiscal year. This is supposed to be comparisons of the different points in time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I rework my calendar to make this easier?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this difficult because I am using the Month Name as the dimension? I admit, I thought this sounded simpler than it is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 19:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449227#M433936</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-11-13T19:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449228#M433937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you planning to make a selection on the year field when you see this? I mean, right now when I opened your dashboard, nothing was selected. So, previous year value based on which year?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 19:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449228#M433937</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-13T19:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449229#M433938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that. I intended for the new chart to have the Year Age =0, which means that is the current year, so that no year selection had to be made. I am attaching the revised QVW file. What I am trying to get to is several different 'point in time' totals for each month, to show the previous month, the current month, that month in the prior year, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, if you have a suggestion for how to rework the calendar to make this easier, please do. Anything to make this easier!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 20:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449229#M433938</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-11-13T20:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449230#M433939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this for previous year (I guess)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;Group={'1','2','3'}, YEAR_AGE = {'-1'}&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 01:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449230#M433939</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-14T01:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449231#M433940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering, is there any way to get the August value to calculate using the Before function? It is the first value and I was hoping for a way to get it to calculate even though it would be the July value which falls in the previous fiscal year. Our fiscal year runs August through July. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449231#M433940</guid>
      <dc:creator>dena_reavis</dc:creator>
      <dc:date>2017-12-21T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar and Calculated Element List in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449232#M433941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Created a new MonthYear field in the script and use this expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;YEAR_AGE = {0}&amp;gt;}Aggr(Above(Sum({$&amp;lt;Group={'1','2','3'}&amp;gt;} Amount), 1), MonthYear))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 17:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar-and-Calculated-Element-List-in-Set-Analysis/m-p/1449232#M433941</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-21T17:06:27Z</dc:date>
    </item>
  </channel>
</rss>

