<?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 help with &amp;gt;=&amp;lt;= in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607323#M736252</link>
    <description>&lt;P&gt;Thanks, although i am using the field, but the field has aggregation around it as i only want to use the MAX of the field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it will be easier for me to create the MAX(NUM(Date)) in the script and use the resulting field instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 07:35:07 GMT</pubDate>
    <dc:creator>hopkinsc</dc:creator>
    <dc:date>2019-07-30T07:35:07Z</dc:date>
    <item>
      <title>Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607111#M736240</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I can't get the following expression to work, can anyone see what i am doing wrong in the red text? The expression works without the red text included.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;isActive={'true'},&lt;FONT color="#FF0000"&gt;MAX(num([Store Audit Date]))={'&amp;gt;=$(=num(YearMonth)) &amp;lt;=$(=num(MonthEnd(YearMonth)))'}&lt;/FONT&gt;, $(vSet_ExcludedTime), $(vSet_ExcludedProduct) &amp;gt;} _%Account)&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607111#M736240</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607119#M736241</link>
      <description>&lt;P&gt;Maybe my answer is useless, but I would use " (double quotes) instead of ' (simple quote) to close the expression&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 16:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607119#M736241</guid>
      <dc:creator>pepecc</dc:creator>
      <dc:date>2019-07-29T16:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607310#M736242</link>
      <description>&lt;P&gt;Hi, thanks for your reply, unfortunately it doesn't help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I think the quotes are correct, i am getting a syntax error from the first curly bracket...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607310#M736242</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2019-07-30T07:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607314#M736243</link>
      <description>&lt;P&gt;Maybe it is because you need a field on the left of the =. I have never used an expression on the left side of the = in set analysis. I think it needs to be a field, not an expression. I am pretty sure that this expression:&amp;nbsp;&lt;SPAN&gt;MAX(num([Store Audit Date])) is not valid for the left side of = in set analysis. You need a field.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607314#M736243</guid>
      <dc:creator>pepecc</dc:creator>
      <dc:date>2019-07-30T07:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607315#M736244</link>
      <description>&lt;P&gt;I think it might be that i am using MAX within the set analysis, can anyone confirm please? and if that's the reason, does anyone know how i can use the MAX(Date) within the set analysis?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607315#M736244</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2019-07-30T07:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607319#M736245</link>
      <description>&lt;P&gt;See this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-App-Development/Variables-in-Set-Analysis-Left-side-of/m-p/103663" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-App-Development/Variables-in-Set-Analysis-Left-side-of/m-p/103663&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here they say that you can not use expressions on the left side of = in set analysis. Just fields&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607319#M736245</guid>
      <dc:creator>pepecc</dc:creator>
      <dc:date>2019-07-30T07:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607320#M736248</link>
      <description>&lt;P&gt;You need to use a field at the left side of the expr like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;isActive={'true'},&lt;STRONG&gt;someField={"=$(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;MAX(num([Store Audit Date]))={'&amp;gt;=$(=num(YearMonth)) &amp;lt;=$(=num(MonthEnd(YearMonth)))'})"}&lt;/FONT&gt;&lt;SPAN&gt;, $(vSet_ExcludedTime), $(vSet_ExcludedProduct) &amp;gt;} _%Account)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607320#M736248</guid>
      <dc:creator>miskinmaz</dc:creator>
      <dc:date>2019-07-30T07:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607323#M736252</link>
      <description>&lt;P&gt;Thanks, although i am using the field, but the field has aggregation around it as i only want to use the MAX of the field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think it will be easier for me to create the MAX(NUM(Date)) in the script and use the resulting field instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 07:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1607323#M736252</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2019-07-30T07:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help with &gt;=&lt;=</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1614878#M736255</link>
      <description>&lt;P&gt;Just wanted to toss in some other links that may be of some help on this one to others:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The latter has additional post links at the bottom of the post...&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 14:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help-with-gt-lt/m-p/1614878#M736255</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-21T14:00:41Z</dc:date>
    </item>
  </channel>
</rss>

