<?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 AND, OR, and Ignore Fields Criteria in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102472#M603155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Aggr function you are using I mean sum or count? So try like below&lt;/P&gt;&lt;P&gt;and make sure your startdate and endate are in same format as your DateField. Else use Date() function around start and end dates with formatting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Field1 = {'stringA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Field2 = {'stringB'}&lt;/SPAN&gt;&amp;gt;*&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Field3 = {'stringC'}&amp;gt;*&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; DateField = {"&amp;gt;=$(=Date(StartDate))&amp;lt;=$(=Date(&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;EndDate))"} &lt;/STRONG&gt;&lt;/STRONG&gt;&amp;gt;} YourMeasurefield)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Oct 2018 03:01:23 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-10-14T03:01:23Z</dc:date>
    <item>
      <title>Set Analysis with AND, OR, and Ignore Fields Criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102471#M603154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hello All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I am interested in finding the appropriate set analysis syntax to do the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="; color: #0000ff; font-size: 12pt;"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;Field1 = 'stringA' &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/SPAN&gt; Field2 = 'stringA'&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;Field3 = 'stringC' &lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;AND&lt;/SPAN&gt; DateField &amp;gt;= StartDate &lt;SPAN style="color: #0000ff;"&gt;AND&lt;/SPAN&gt; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;DateField &amp;lt;= EndDate&lt;/SPAN&gt;, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;i&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;gnore selection in fields&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;: &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Field4, Field5, Field6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Sokol&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Oct 2018 15:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102471#M603154</guid>
      <dc:creator>spetushi</dc:creator>
      <dc:date>2018-10-13T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with AND, OR, and Ignore Fields Criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102472#M603155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Aggr function you are using I mean sum or count? So try like below&lt;/P&gt;&lt;P&gt;and make sure your startdate and endate are in same format as your DateField. Else use Date() function around start and end dates with formatting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Field1 = {'stringA'}, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Field2 = {'stringB'}&lt;/SPAN&gt;&amp;gt;*&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"&gt;Field3 = {'stringC'}&amp;gt;*&amp;lt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 16px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; DateField = {"&amp;gt;=$(=Date(StartDate))&amp;lt;=$(=Date(&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;EndDate))"} &lt;/STRONG&gt;&lt;/STRONG&gt;&amp;gt;} YourMeasurefield)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2018 03:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102472#M603155</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-10-14T03:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with AND, OR, and Ignore Fields Criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102473#M603156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, maybe:&lt;/P&gt;&lt;P&gt;{&amp;lt;Field1={'stringA'},Field3={'StringC'},DateField={"&amp;gt;=$(=Date(StartDate))&amp;lt;=$(=Date(EndDate))"}&amp;gt;,Field4,Field5,Field6&amp;gt;&lt;/P&gt;&lt;P&gt;+&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Field2={'stringA'},Field3={'StringC'},DateField={"&amp;gt;=$(=Date(StartDate))&amp;lt;=$(=Date(EndDate))"}&amp;gt;,Field4,Field5,Field6&amp;gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or maybe:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;{&amp;lt;Field1={'stringA'}&amp;gt;+&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Field2={'stringA'}&amp;gt;*&lt;/SPAN&gt;&amp;lt;,Field3={'StringC'},DateField={"&amp;gt;=$(=Date(StartDate))&amp;lt;=$(=Date(EndDate))"}&amp;gt;,Field4,Field5,Field6&amp;gt;&lt;SPAN style="font-size: 13.3333px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Oct 2018 11:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102473#M603156</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-14T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with AND, OR, and Ignore Fields Criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102474#M603157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Aggr function it's a Count&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 13:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-AND-OR-and-Ignore-Fields-Criteria/m-p/102474#M603157</guid>
      <dc:creator>spetushi</dc:creator>
      <dc:date>2018-10-16T13:04:31Z</dc:date>
    </item>
  </channel>
</rss>

