<?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 Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241513#M394219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if this can be accomplished, but I need to create a set of analysis for not the current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using =avg({ &amp;lt; Discharge__PREV_YTD ={1}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the data is relatively new and we don't have data in the table for Jan and Feb yet, so there really isn't any data yet for a previous YTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 21:53:35 GMT</pubDate>
    <dc:creator>fcecconi</dc:creator>
    <dc:date>2017-02-21T21:53:35Z</dc:date>
    <item>
      <title>Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241513#M394219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if this can be accomplished, but I need to create a set of analysis for not the current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using =avg({ &amp;lt; Discharge__PREV_YTD ={1}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the data is relatively new and we don't have data in the table for Jan and Feb yet, so there really isn't any data yet for a previous YTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 21:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241513#M394219</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2017-02-21T21:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241514#M394220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want average for the previous year of the selected year, that's it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's the case, try : avg({$&amp;lt;Discharge__PREV_YTD={$(=Discharge__PREV_YTD-1)}&amp;gt;} Value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 22:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241514#M394220</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-02-21T22:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241515#M394221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data consumes as per your data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even, If you don;t have Jan and Feb data if you are selecting December which data you want to show. You meant it is you need to show as November data as you think. This is just assuption&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;Month = {'$(=Max(Month)-1)'}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 02:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241515#M394221</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-22T02:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241516#M394222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use the Discharge_PREV_YTD flag.&amp;nbsp; This is updated on every load.&amp;nbsp; Since the earliest data is Mar 2016, Jan and Feb 2016 are missing.&amp;nbsp; I would like to create an expression that handle this until data is loaded and not hard code anything.&amp;nbsp; I am also anticipating that the users would like to do month vs month comparison, so I need to figure this out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 14:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241516#M394222</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2017-02-22T14:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241517#M394223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate the Flag &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Discharge__PREV_YTD ??&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241517#M394223</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-22T16:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241518#M394224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is just a value of 0 and 1 to indicate if the date should be included.&amp;nbsp; For example 2/22/2016 should be flagged as 1 to show that it is a date in the previous YTD range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241518#M394224</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2017-02-22T16:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241519#M394225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed this case with a flag defined in the ETL. And for all my expressions, i have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-if user select current month (not over), i use the flag for compare same period for previous year.&lt;/P&gt;&lt;P&gt;-if user select a past month (over), i don't use flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two flags, one for month and one for year (cumulate from 01/01).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached file, you have what the two flags make on my Temporal Table (at 20/02/2017).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it that you're trying ton achieve??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241519#M394225</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-02-22T16:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241520#M394226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jean&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were also setting flags.&amp;nbsp; It appears to have been an issue with the variable we were using.&amp;nbsp; If we take the code and enter it into the object, it works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 19:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis/m-p/1241520#M394226</guid>
      <dc:creator>fcecconi</dc:creator>
      <dc:date>2017-02-24T19:42:28Z</dc:date>
    </item>
  </channel>
</rss>

