<?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: using set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465500#M173863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;P means All possibility.&lt;/P&gt;&lt;P&gt;All the above expression are working hope this will help you.&lt;/P&gt;&lt;P&gt;Ur problem has been resolved?&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;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Dec 2012 10:41:29 GMT</pubDate>
    <dc:creator>nirav_bhimani</dc:creator>
    <dc:date>2012-12-25T10:41:29Z</dc:date>
    <item>
      <title>using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465495#M173858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear members,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;requirement is if i select any year or month bar graph will show three bars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one bar current month&lt;/P&gt;&lt;P&gt;sec bar prev month&lt;/P&gt;&lt;P&gt;third bar last year curr month&amp;nbsp; values comp sector wise fin calender&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 07:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465495#M173858</guid>
      <dc:creator />
      <dc:date>2012-12-25T07:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465496#M173859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this you have to use aggr function to see the graph comparision between months&lt;/P&gt;&lt;P&gt;for last yr currnt selection&lt;/P&gt;&lt;P&gt;( {$&amp;lt;month = {$(=Only(year)-1)}&amp;gt;} sector)&lt;/P&gt;&lt;P&gt;you can add another expression for last year as by use of variable vlast year so it look like&lt;/P&gt;&lt;P&gt;( {$&amp;lt;month = {$(vLastYear)}&amp;gt;} sector )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for previous month&lt;/P&gt;&lt;P&gt;{$(only(month)-1)}&lt;/P&gt;&lt;P&gt;for current month&lt;/P&gt;&lt;P&gt;{$(only(month))}&lt;/P&gt;&lt;P&gt;hope it helps you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 07:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465496#M173859</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2012-12-25T07:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465497#M173860</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;First you have to prepare Master Calendar which consist of year, month n all.&lt;/P&gt;&lt;P&gt;Add dimension as Sector.&lt;/P&gt;&lt;P&gt;Then add this 3 Exp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Month :&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;CalendarYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;$(=max(&lt;SPAN style="color: #800000; font-size: 15.555556297302246px; font-family: 'Times New Roman', serif;"&gt;CalendarYear&lt;/SPAN&gt;))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;CalendarMonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;$(=Month(Max(&lt;SPAN style="color: #000000; font-family: 'Times New Roman', serif; font-size: 15.555556297302246px;"&gt;Transaction_Date&lt;/SPAN&gt;)))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;}&amp;gt;} &lt;SPAN style="color: #800000; font-family: 'Times New Roman', serif; font-size: 15.555556297302246px;"&gt;OS_Approval&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Month:&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: blue;"&gt;=sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;CalendarYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;$(=max(CalendarYear))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;CalendarMonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;$(=month(addmonths((max(&lt;STRONG&gt;&lt;EM style=": ; color: #000000; font-size: 15.555556297302246px; font-family: 'Times New Roman', serif;"&gt;Transaction_Date&lt;/EM&gt;&lt;/STRONG&gt;)),-1)))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;}&amp;gt;}&lt;SPAN style="color: #800000; font-family: 'Times New Roman', serif; font-size: 15.555556297302246px;"&gt;OS_Approval&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Last year current month&amp;nbsp; values:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;&amp;nbsp; ({ &amp;lt;Transaction_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;=&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: blue;"&gt;P&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;(&amp;nbsp; { &amp;lt;Transaction_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;"&amp;gt;=$(=(Max(Transaction_Date)-365) ) &amp;lt;= {&amp;lt;CalendarYear={$(=max(CalendarYear))},CalendarMonthName={$(=Month(Max(Transaction_Date)))}&amp;gt;}"&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;}&amp;gt;} ) &amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;OS_Approval&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 08:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465497#M173860</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2012-12-25T08:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465498#M173861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for replay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and wt is mean by p for last exp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 09:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465498#M173861</guid>
      <dc:creator />
      <dc:date>2012-12-25T09:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465499#M173862</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;Try this expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For current month selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year=, Month=, DateField={'&amp;gt;=$(=MonthStart(Max(DateField)))&amp;lt;=$(=MonthEnd(Max(DateField)))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year=, Month=,DateField={'&amp;gt;=$(=MonthStart(Max(DateField), -1))&amp;lt;=$(=MonthEnd(Max(DateField), -1))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last year current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year=, Month=,DateField={'&amp;gt;=$(=MonthStart(Max(DateField), -12))&amp;lt;=$(=MonthEnd(Max(DateField), -12))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 10:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465499#M173862</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-12-25T10:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465500#M173863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;P means All possibility.&lt;/P&gt;&lt;P&gt;All the above expression are working hope this will help you.&lt;/P&gt;&lt;P&gt;Ur problem has been resolved?&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;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 10:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465500#M173863</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2012-12-25T10:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465501#M173864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but last one is not working i have fin cal here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cani send my app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 11:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465501#M173864</guid>
      <dc:creator />
      <dc:date>2012-12-25T11:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465502#M173865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 11:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465502#M173865</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2012-12-25T11:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465503#M173866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 11:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465503#M173866</guid>
      <dc:creator />
      <dc:date>2012-12-25T11:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: using set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465504#M173867</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;=Sum({&amp;lt;Transaction_Date={'&amp;gt;=$(=MonthStart(Max(Transaction_Date), -12))&amp;lt;=$(=MonthEnd(Max(Transaction_Date), -12))'}&amp;gt;} Repay) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope your problem is resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 12:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-set-analysis/m-p/465504#M173867</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2012-12-25T12:13:18Z</dc:date>
    </item>
  </channel>
</rss>

