<?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 using more than one condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788696#M1042216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make two variables, for Max of date and Year start and use the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable YearStart = YearStart(Date#(Max(Date));&lt;/P&gt;&lt;P&gt;Variable MaxDate =&amp;nbsp; Date#(Max(Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;YTD=&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sum({&amp;lt;Customer_Type={"Third party"},Entry_type={"0"},Date={"&amp;gt;$(YeartStart)&amp;lt;=(MaxDate)"}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Dec 2014 08:55:06 GMT</pubDate>
    <dc:creator>alkesh_sharma</dc:creator>
    <dc:date>2014-12-06T08:55:06Z</dc:date>
    <item>
      <title>Set Analysis using more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788693#M1042213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following fields&lt;/P&gt;&lt;P&gt;1. Date&lt;/P&gt;&lt;P&gt;2. Entry type&lt;/P&gt;&lt;P&gt;3. Customer type&lt;/P&gt;&lt;P&gt;4. Amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want the sum of Amount where entry type =0, Customer Type = Third party and amount should be YTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also want the above forMTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if select June, it should be jan to Jun and for the month of June with the above conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2014 07:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788693#M1042213</guid>
      <dc:creator />
      <dc:date>2014-12-06T07:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis using more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788694#M1042214</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 like&lt;/P&gt;&lt;P&gt;YTD=&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Customer_Type={"Third party"},Entry_type={"0"},Date={"&amp;gt;$(=date(Yearstart(max(date))))&amp;lt;=(date(max(date)))"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2014 07:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788694#M1042214</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-12-06T07:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis using more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788695#M1042215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2014 07:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788695#M1042215</guid>
      <dc:creator />
      <dc:date>2014-12-06T07:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis using more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788696#M1042216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make two variables, for Max of date and Year start and use the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable YearStart = YearStart(Date#(Max(Date));&lt;/P&gt;&lt;P&gt;Variable MaxDate =&amp;nbsp; Date#(Max(Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;YTD=&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sum({&amp;lt;Customer_Type={"Third party"},Entry_type={"0"},Date={"&amp;gt;$(YeartStart)&amp;lt;=(MaxDate)"}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2014 08:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788696#M1042216</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-12-06T08:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis using more than one condition</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788697#M1042217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want both YTD and MTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select a month, it is showing only for that month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i get data for both YTD and MTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Dec 2014 11:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-using-more-than-one-condition/m-p/788697#M1042217</guid>
      <dc:creator />
      <dc:date>2014-12-06T11:19:10Z</dc:date>
    </item>
  </channel>
</rss>

