<?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 modifier between two dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296442#M833324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Avg({1&amp;lt;Date = p(Date)&amp;gt;}Open)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jun 2017 11:47:49 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-06-01T11:47:49Z</dc:date>
    <item>
      <title>Set analysis modifier between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296441#M833323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello folks, &lt;/P&gt;&lt;P&gt;Please help me. I'm going mad. &lt;/P&gt;&lt;P&gt;I'm trying to do something using set analysis that I think ought to be simple, but I just can't seem to get the syntax right.&lt;/P&gt;&lt;P&gt;In the attached file I have two tables: calendar and event. They are linked through the date field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Date as the dimension, I want to plot "Result" from the Event table as a dot, and "Open" from the Calendar table as a circle. So that every available day is shown on the chart, with a dot for every event that occurred. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to select a month from Calendar and an Event type from events and see a circle for every day that month and a dot for every event. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I need something like&lt;/P&gt;&lt;P&gt;=avg(&amp;nbsp; {1 &lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;Date={"&amp;lt;max(Date)&amp;gt;min(Date)"}&lt;/SPAN&gt;&amp;nbsp; }&amp;nbsp; Open)&lt;/P&gt;&lt;P&gt;but I can't get it right. There needs to be a dollar or two in there and I can't figure out where!&lt;/P&gt;&lt;P&gt;I even messed with the P() function, but ended up confusing myself. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated! &lt;/P&gt;&lt;P&gt;Karen &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-modifier-between-two-dates/m-p/1296441#M833323</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifier between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296442#M833324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Avg({1&amp;lt;Date = p(Date)&amp;gt;}Open)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 11:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296442#M833324</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-01T11:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifier between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296443#M833325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny. &lt;/P&gt;&lt;P&gt;That's not quite what I need. It plots only the Dates in the current selection. I want ALL the Dates, within the max and min Dates of the current selection. &lt;/P&gt;&lt;P&gt;Does that make sense? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 11:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296443#M833325</guid>
      <dc:creator />
      <dc:date>2017-06-01T11:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifier between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296444#M833326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Avg({1&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Min(Date) &amp;amp; '&amp;lt;=' &amp;amp; Max(Date))"}&amp;gt;}Open)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165515_Capture.PNG" style="height: 209px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 12:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296444#M833326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-01T12:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis modifier between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296445#M833327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes!!!! Thank you so much! I lost a whole day trying to do that! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2017 12:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-modifier-between-two-dates/m-p/1296445#M833327</guid>
      <dc:creator />
      <dc:date>2017-06-01T12:03:54Z</dc:date>
    </item>
  </channel>
</rss>

