<?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 Syntax Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065748#M929403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is something wrong with the Year([Count Date}) part of my set analysis but i'm not sure what&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are various efforts i've tried so far to no avail....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},Year([Count Date])={"&amp;gt;=2015"}&amp;gt;}[Row Count])&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},Year([Count Date])={'&amp;gt;=2015'}&amp;gt;}[Row Count])&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},Year([Count Date])&amp;gt;={"2015"}&amp;gt;}[Row Count])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to specify Year([Count Date])&amp;gt;=2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>haymarketpaul</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Set Analysis Syntax Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065748#M929403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is something wrong with the Year([Count Date}) part of my set analysis but i'm not sure what&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are various efforts i've tried so far to no avail....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},Year([Count Date])={"&amp;gt;=2015"}&amp;gt;}[Row Count])&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},Year([Count Date])={'&amp;gt;=2015'}&amp;gt;}[Row Count])&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},Year([Count Date])&amp;gt;={"2015"}&amp;gt;}[Row Count])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to specify Year([Count Date])&amp;gt;=2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065748#M929403</guid>
      <dc:creator>haymarketpaul</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Syntax Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065749#M929404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use Year field like:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},YearField={'&amp;gt;=2015'}&amp;gt;}[Row Count])&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;If you don't a year field and don't want to create one in the script, you can try an alternate way, like:&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;=Count({$&amp;lt;[Table Name]={'Contacts'},[Count Date]={'&amp;gt;=$(=&lt;STRONG&gt;YearStart&lt;/STRONG&gt;(&lt;STRONG&gt;MakeDate&lt;/STRONG&gt;(2015,1,1)))'}&amp;gt;}[Row Count])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065749#M929404</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-24T12:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Syntax Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065750#M929405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest calculating Year([Count Date]) in a field to make a new field called Year and then use it in the set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year([Count Date]) as Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Source;&lt;/STRONG&gt;&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;=Count({$&amp;lt;[Table Name]={'Contacts'},Year={"&amp;gt;=2015"}&amp;gt;}[Row Count])&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;STRONG&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},Year={'&amp;gt;=2015'}&amp;gt;}[Row Count])&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;STRONG&gt;=Count({$&amp;lt;[Table Name]={'Contacts'},Year={"2015"}&amp;gt;}[Row Count])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065750#M929405</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T12:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Syntax Help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065751#M929406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great thanks Both - Have made a year field - working nicely now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 15:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Syntax-Help/m-p/1065751#M929406</guid>
      <dc:creator>haymarketpaul</dc:creator>
      <dc:date>2016-03-24T15:04:32Z</dc:date>
    </item>
  </channel>
</rss>

