<?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 SetAnalysis with Fields range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310074#M407342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to calculate Result field which is AVG of AVG_VAL but its take only range between MinRange and MaxRange.&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/164262_Capture.PNG" style="height: 97px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I try to wrote this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;Attenuator = {'&amp;gt;=MinRange&amp;lt;=MaxRange' }&amp;gt;}AVG_Val)&lt;/P&gt;&lt;P&gt;But didn't get any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 11:29:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-22T11:29:31Z</dc:date>
    <item>
      <title>SetAnalysis with Fields range</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310074#M407342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I need to calculate Result field which is AVG of AVG_VAL but its take only range between MinRange and MaxRange.&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/164262_Capture.PNG" style="height: 97px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I try to wrote this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;Attenuator = {'&amp;gt;=MinRange&amp;lt;=MaxRange' }&amp;gt;}AVG_Val)&lt;/P&gt;&lt;P&gt;But didn't get any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 11:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310074#M407342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-22T11:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: SetAnalysis with Fields range</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310075#M407343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis is evaluated once per chart, you may have to use Aggr() with if or just if statement here? Can you share if MinRange and MaxRange are expression or a hard-coded value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 11:31:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310075#M407343</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-22T11:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: SetAnalysis with Fields range</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310076#M407344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;MinRange and MaxRange are database fields. that can be dynamic and change each row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 11:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310076#M407344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-22T11:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: SetAnalysis with Fields range</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310077#M407345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh okay, I got you... are they going to be used as a dimension in this chart? If they will be, then may be this&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;&lt;STRONG&gt;Avg(If(Attenuator &amp;gt;= MinRange and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Attenuator &lt;/SPAN&gt;&amp;lt;= MaxRange, AVG_Val))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 11:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310077#M407345</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-22T11:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: SetAnalysis with Fields range</title>
      <link>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310078#M407346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 12:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SetAnalysis-with-Fields-range/m-p/1310078#M407346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-22T12:07:09Z</dc:date>
    </item>
  </channel>
</rss>

