<?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 date between in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914231#M317143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a 1 within the set analysis which meant to ignore user selections. You need to remove it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AVG({&amp;lt;Month_Date={"&amp;gt;=$(=Min({&lt;STRONG style="text-decoration: line-through;"&gt;1&lt;/STRONG&gt;}Month_Date))&amp;lt;=$(=Max(Month_Date)"},Month_name=&amp;gt;}(Bench_Data*Forecast))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 13:39:13 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-07-24T13:39:13Z</dc:date>
    <item>
      <title>Set analysis with date between</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914230#M317142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, guys! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with set analysis, I need to create an expression with the average of values for the period from January till Month picked by user in the filter. &lt;/P&gt;&lt;P&gt;I created and expression: AVG({&amp;lt;Month_Date={"&amp;gt;=$(=Min({1}Month_Date))&amp;lt;=$(=Max(Month_Date)"},Month_name=&amp;gt;}(Bench_Data*Forecast)), but it's not working, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be I have some syntax error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;Sample app is attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 13:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914230#M317142</guid>
      <dc:creator />
      <dc:date>2015-07-24T13:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with date between</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914231#M317143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a 1 within the set analysis which meant to ignore user selections. You need to remove it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AVG({&amp;lt;Month_Date={"&amp;gt;=$(=Min({&lt;STRONG style="text-decoration: line-through;"&gt;1&lt;/STRONG&gt;}Month_Date))&amp;lt;=$(=Max(Month_Date)"},Month_name=&amp;gt;}(Bench_Data*Forecast))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 13:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914231#M317143</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-24T13:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with date between</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914232#M317144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is just a closing bracket missing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; AVG({&amp;lt;Month_Date={"&amp;gt;=$(=Min({1}Month_Date))&amp;lt;=$(=Max(Month_Date)&lt;STRONG&gt;)&lt;/STRONG&gt;"},Month_name=&amp;gt;}(Bench_Data*Forecast))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if the logic is correct since min Month_Date is Jan-14.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 13:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914232#M317144</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-24T13:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with date between</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914233#M317145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You're absolutely correct. It's not right, I need to set as min date Jan-15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I insert this condition in my Set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914233#M317145</guid>
      <dc:creator />
      <dc:date>2015-07-24T14:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with date between</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914234#M317146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AVG({&amp;lt;Month_Date={"&amp;gt;=&lt;STRONG&gt;$(=Date(yearstart(today()),'MMM-YY'))&lt;/STRONG&gt;&amp;lt;=$(=Max(Month_Date))"},Month_name=&amp;gt;}(Bench_Data*Forecast))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-date-between/m-p/914234#M317146</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-24T14:29:21Z</dc:date>
    </item>
  </channel>
</rss>

