<?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: SET Analysis with Last Year in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29624#M2044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[DATE] = &lt;SPAN style="color: #ff0000;"&gt;{"&amp;gt;=$(=Date(YearStart(Min(DATE), -1), '$(v_SET_Format_Date)'))&lt;STRONG&gt;&amp;lt;$(=Date(YearStart(Max(DATE)), '$(v_SET_Format_Date)'))&lt;/STRONG&gt;"}&lt;/SPAN&gt;, [DATE.autoCalendar.Date], [DATE.autoCalendar.Month], [DATE.autoCalendar.Quarter],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[DATE.autoCalendar.Week], [DATE.autoCalendar.YearMonth], [DATE.autoCalendar.Year]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2018 16:50:05 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-27T16:50:05Z</dc:date>
    <item>
      <title>SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29613#M2033</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;I have a expression with SET Analysis which I am not succeed to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My need is to have the Amount of sales of Real Customer (&lt;SPAN style="font-size: 13.3333px;"&gt;FICTIF_FLAG&lt;/SPAN&gt;=0) who have buy last year minimum 2 type of products.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Expression is here :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM(&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;$(v_SET_Flag_FICTIF),$(v_SET_Y-1)&lt;/P&gt;&lt;P&gt;,[KEY_CUSTOMER]={'=count({&amp;lt;[FICTIF_FLAG]={0},[DATE]={'&amp;lt;=$(=Date(Addmonths(Max(DATE),-12),'DD/MM/YYYY')) &amp;gt;=$(=Date(Addmonths(Min(DATE),-12),'DD/MM/YYYY'))'},[DATE.autoCalendar.Date],[DATE.autoCalendar.Month],[DATE.autoCalendar.Quarter],[DATE.autoCalendar.Week],[DATE.autoCalendar.YearMonth],[DATE.autoCalendar.Year],[PRODUCT.AXIS]={'Make-up','Fragrances','Skincare'}&amp;gt;} distinct [PRODUCT.AXIS])&amp;gt;1'}&lt;/P&gt;&lt;P&gt;&amp;gt;} VALID_SALES/YTD_CHANGE_RATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have an idea where is my fault ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regard,&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29613#M2033</guid>
      <dc:creator>bruno_ml</dc:creator>
      <dc:date>2018-04-27T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29614#M2034</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;would be able to share something (image or sample data) which represent your data structure ? or maybe you're working on a test app with sample data that you would be comfortable sharing ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29614#M2034</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-04-27T16:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29615#M2035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="TEST SET ANALYSIS.jpg" class="jive-image image-1" src="/legacyfs/online/201017_TEST SET ANALYSIS.jpg" style="height: 187px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29615#M2035</guid>
      <dc:creator>bruno_ml</dc:creator>
      <dc:date>2018-04-27T16:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29616#M2036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&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;STRONG&gt;Sum({&amp;lt;$(v_SET_Flag_FICTIF),$(v_SET_Y-1),&lt;/STRONG&gt;&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;&lt;STRONG&gt;[KEY_CUSTOMER] = {"=Count({&amp;lt;[FICTIF_FLAG]={0}, [DATE] ={[&amp;lt;=$(=Date(Addmonths(Max(DATE),-12),'DD/MM/YYYY'))&amp;gt;=$(=Date(Addmonths(Min(DATE),-12),'DD/MM/YYYY'))]},[DATE.autoCalendar.Date], [DATE.autoCalendar.Month], [DATE.autoCalendar.Quarter], [DATE.autoCalendar.Week],[DATE.autoCalendar.YearMonth], [DATE.autoCalendar.Year], [PRODUCT.AXIS] = {'Make-up','Fragrances','Skincare'}&amp;gt;} DISTINCT [PRODUCT.AXIS]) &amp;gt; 1"}&amp;gt;}&lt;/STRONG&gt;&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;&lt;STRONG&gt;VALID_SALES/YTD_CHANGE_RATE)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29616#M2036</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-27T16:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29617#M2037</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;Yes sure, you can see here a Cross Table by Year and Customer with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;[FICTIF_FLAG]={0},[PRODUCT.AXIS]={'Make-up','Fragrances','Skincare'}&amp;gt;} distinct [PRODUCT.AXIS]).&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;We can see for this KEY_CUSTOMER, he have buy 3 products in 2017 ans 3 products too in 2016.&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;in the Cross table above, I have the Cross Sell for y-1,the second expression is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({&amp;lt;[FICTIF_FLAG]={0},[DATE]={'&amp;lt;=$(=Date(Addmonths(Max(DATE),-12),'DD/MM/YYYY')) &amp;gt;=$(=Date(Addmonths(Min(DATE),-12),'DD/MM/YYYY'))'},[DATE.autoCalendar.Date],[DATE.autoCalendar.Month],[DATE.autoCalendar.Quarter],[DATE.autoCalendar.Week],[DATE.autoCalendar.YearMonth],[DATE.autoCalendar.Year],[PRODUCT.AXIS]={'Make-up','Fragrances','Skincare'}&amp;gt;} distinct [PRODUCT.AXIS]) to know how many product type I have buy in Y-1 and after we have the same but for the current year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29617#M2037</guid>
      <dc:creator>bruno_ml</dc:creator>
      <dc:date>2018-04-27T16:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29618#M2038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it's better but it's not perfect &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SET ANALYSIS Problem 2.jpg" class="jive-image image-1" src="/legacyfs/online/201018_SET ANALYSIS Problem 2.jpg" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I have a result but it's not the result for the LastYear (1492.8) but only 638.4.&lt;/P&gt;&lt;P&gt;For my experience, what is the difference which you have correct please ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29618#M2038</guid>
      <dc:creator>bruno_ml</dc:creator>
      <dc:date>2018-04-27T16:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29619#M2039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changed these things&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;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;$(v_SET_Flag_FICTIF),$(v_SET_Y-1),&lt;/STRONG&gt;&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[KEY_CUSTOMER] = {&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;"&lt;/SPAN&gt;=Count({&amp;lt;[FICTIF_FLAG]={0}, [DATE] ={&lt;SPAN style="color: #339966; font-size: 14pt;"&gt;[&lt;/SPAN&gt;&amp;lt;=$(=Date(Addmonths(Max(DATE),-12),'DD/MM/YYYY'))&amp;gt;=$(=Date(Addmonths(Min(DATE),-12),'DD/MM/YYYY'))&lt;SPAN style="color: #339966; font-size: 14pt;"&gt;]&lt;/SPAN&gt;},[DATE.autoCalendar.Date], [DATE.autoCalendar.Month], [DATE.autoCalendar.Quarter], [DATE.autoCalendar.Week],[DATE.autoCalendar.YearMonth], [DATE.autoCalendar.Year], [PRODUCT.AXIS] = {'Make-up','Fragrances','Skincare'}&amp;gt;} DISTINCT [PRODUCT.AXIS]) &amp;gt; 1&lt;STRONG style=": ; color: #ff0000; font-style: inherit; font-size: 14pt; font-family: inherit;"&gt;"&lt;/STRONG&gt;}&amp;gt;}&lt;/STRONG&gt;&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;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;VALID_SALES/YTD_CHANGE_RATE)&lt;/STRONG&gt;&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;Basically, you cannot use single quotes within single quotes within single quotes without using &lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt;‌. Alternate is to use double quotes and/or square brackets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29619#M2039</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-27T16:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29620#M2040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is &lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;v_SET_Flag_FICTIF&lt;/STRONG&gt; and &lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;v_SET_Y-1&lt;/STRONG&gt;&lt;/STRONG&gt;? Can you share what the definition is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29620#M2040</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-27T16:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29621#M2041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1288"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="247"&gt;v_SET_Flag_FICTIF&lt;/TD&gt;&lt;TD class="xl65" width="1041"&gt;[FICTIF_FLAG]={0}&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1288"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="60" width="247"&gt;v_SET_Y-1&lt;/TD&gt;&lt;TD class="xl65" width="1041"&gt;[DATE]={"&amp;lt;=$(=Date(Addmonths(Max(DATE),-12),'$(v_SET_Format_Date)')) &amp;gt;=$(=Date(Addmonths(Min(DATE),-12),'$(v_SET_Format_Date)'))"}&lt;BR /&gt;&amp;nbsp; ,[DATE.autoCalendar.Date],[DATE.autoCalendar.Month],[DATE.autoCalendar.Quarter],&lt;BR /&gt; [DATE.autoCalendar.Week],[DATE.autoCalendar.YearMonth],[DATE.autoCalendar.Year]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find here the datas for this exemple &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29621#M2041</guid>
      <dc:creator>bruno_ml</dc:creator>
      <dc:date>2018-04-27T16:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29622#M2042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have do my Test, it's because I use Min and Max of Date and for 2017 he have buy between 13/02/2017 and 02/12/2017 but in 2016 in the same period the amount is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;638.4 only. &lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Thnaks a lot for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; !!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29622#M2042</guid>
      <dc:creator>bruno_ml</dc:creator>
      <dc:date>2018-04-27T16:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29623#M2043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check what you get when you use this in a KPI object?&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;&lt;STRONG&gt;='&amp;lt;=' &amp;amp; Date(Addmonths(Max(DATE),-12), '$(v_SET_Format_Date)') &amp;amp; '&amp;gt;=' &amp;amp;&amp;nbsp; Date(Addmonths(Min(DATE),-12), '$(v_SET_Format_Date)')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29623#M2043</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-27T16:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29624#M2044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[DATE] = &lt;SPAN style="color: #ff0000;"&gt;{"&amp;gt;=$(=Date(YearStart(Min(DATE), -1), '$(v_SET_Format_Date)'))&lt;STRONG&gt;&amp;lt;$(=Date(YearStart(Max(DATE)), '$(v_SET_Format_Date)'))&lt;/STRONG&gt;"}&lt;/SPAN&gt;, [DATE.autoCalendar.Date], [DATE.autoCalendar.Month], [DATE.autoCalendar.Quarter],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[DATE.autoCalendar.Week], [DATE.autoCalendar.YearMonth], [DATE.autoCalendar.Year]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29624#M2044</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-27T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29625#M2045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have &amp;lt;=16/03/2017&amp;gt;=11/02/2013&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29625#M2045</guid>
      <dc:creator>bruno_ml</dc:creator>
      <dc:date>2018-04-27T16:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis with Last Year</title>
      <link>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29626#M2046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this, it's work for all year, I need to see if my users want since the begin of the year or for the same period exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SET-Analysis-with-Last-Year/m-p/29626#M2046</guid>
      <dc:creator>bruno_ml</dc:creator>
      <dc:date>2018-04-27T16:52:43Z</dc:date>
    </item>
  </channel>
</rss>

