<?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: Two line charts with set analysis are behaving differently when a selection is made on the chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-line-charts-with-set-analysis-are-behaving-differently-when/m-p/1445410#M433220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second one isn't using the same criteria.... for them to use the same criteria, you need set analysis in the outer aggregation as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Round(Avg(TOTAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;{&amp;lt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;[ReqDt]={'&amp;gt;=$(=vBegDateLast24thMonth)&amp;lt;=$(=vEndDateThisMonth)'},&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;[MDT]={'Val1', 'Val2'},&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;[SDT]={'Val3', 'Val4'}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Count(&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;{&amp;lt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ReqDt]={'&amp;gt;=$(=vBegDateLast24thMonth)&amp;lt;=$(=vEndDateThisMonth)'},&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[MDT]={'Val1', 'Val2'},&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[SDT]={'Val3', 'Val4'}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;gt;}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ID]), [ReqDt Date Year], [ReqDt DateMonth])))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2017 15:34:28 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-22T15:34:28Z</dc:date>
    <item>
      <title>Two line charts with set analysis are behaving differently when a selection is made on the chart</title>
      <link>https://community.qlik.com/t5/QlikView/Two-line-charts-with-set-analysis-are-behaving-differently-when/m-p/1445409#M433219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;ReqDt&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for Line Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; {&amp;lt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ReqDt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(=vBegDateLast24thMonth)&amp;lt;=$(=vEndDateThisMonth)'},&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[MDT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Val1', 'Val2'},&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SDT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Val3', 'Val4'}&lt;BR /&gt; &amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for Average Line Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Round&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Avg&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;BR /&gt; {&amp;lt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ReqDt]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'&amp;gt;=$(=vBegDateLast24thMonth)&amp;lt;=$(=vEndDateThisMonth)'},&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[MDT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Val1', 'Val2'},&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[SDT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'Val3', 'Val4'}&lt;BR /&gt; &lt;/SPAN&gt;&amp;gt;}&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;ReqDt&lt;/SPAN&gt; Date Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;SPAN style="color: #800000;"&gt;ReqDt&lt;/SPAN&gt; DateMonth]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart when no selection is made&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174254_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart when some month selection is done from chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This image is showing month selection&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/174255_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;This image is showing resulting chart&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/174256_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to understand why Average Line chart reflects selection where as the other chart is still showing the original chart. Though both expressions (Line and Average)&amp;nbsp; are using same set analysis criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if any additional information is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 15:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-line-charts-with-set-analysis-are-behaving-differently-when/m-p/1445409#M433219</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-08-22T15:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Two line charts with set analysis are behaving differently when a selection is made on the chart</title>
      <link>https://community.qlik.com/t5/QlikView/Two-line-charts-with-set-analysis-are-behaving-differently-when/m-p/1445410#M433220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second one isn't using the same criteria.... for them to use the same criteria, you need set analysis in the outer aggregation as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Round(Avg(TOTAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;{&amp;lt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;[ReqDt]={'&amp;gt;=$(=vBegDateLast24thMonth)&amp;lt;=$(=vEndDateThisMonth)'},&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;[MDT]={'Val1', 'Val2'},&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;[SDT]={'Val3', 'Val4'}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Count(&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;{&amp;lt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ReqDt]={'&amp;gt;=$(=vBegDateLast24thMonth)&amp;lt;=$(=vEndDateThisMonth)'},&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[MDT]={'Val1', 'Val2'},&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[SDT]={'Val3', 'Val4'}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;gt;}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ID]), [ReqDt Date Year], [ReqDt DateMonth])))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 15:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-line-charts-with-set-analysis-are-behaving-differently-when/m-p/1445410#M433220</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-22T15:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Two line charts with set analysis are behaving differently when a selection is made on the chart</title>
      <link>https://community.qlik.com/t5/QlikView/Two-line-charts-with-set-analysis-are-behaving-differently-when/m-p/1445411#M433221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always thanks for your prompt and useful response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 15:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-line-charts-with-set-analysis-are-behaving-differently-when/m-p/1445411#M433221</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-08-22T15:43:37Z</dc:date>
    </item>
  </channel>
</rss>

