<?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: Brushing and set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114403#M509660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Cal_Week=Cal_Week, count(distinct RoundCounter), Count({1}distinct RoundCounter))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Now you need to &lt;STRONG&gt;check&lt;/STRONG&gt; zero suppression setting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2018 09:08:03 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-09-27T09:08:03Z</dc:date>
    <item>
      <title>Brushing and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114398#M509653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I have the following scenario. I am trying to apply the brushing technique (highlight not filter) and came to following problem. &lt;/P&gt;&lt;P&gt;I have one diagram with Month as dimension(Chart1)&amp;nbsp; and another one just below with Weeks als dimension (Chart 2). Both share the same expressions. &lt;/P&gt;&lt;P&gt;The problem comes because one Week can belong to 2 months.&lt;/P&gt;&lt;P&gt;In&amp;nbsp; my calculation I want to display only the No. of Rounds related to the selected month (like in Chart 3) but still show all the weeks.&lt;/P&gt;&lt;P&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/214568_Capture.PNG" style="height: 356px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the case above, Chart 2 should show 4 and 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Is this possible at all?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114398#M509653</guid>
      <dc:creator>belromvar</dc:creator>
      <dc:date>2018-09-27T08:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Brushing and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114399#M509654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(distinct RoundCounter)&lt;STRONG&gt;*avg({1}1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114399#M509654</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-09-27T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Brushing and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114400#M509656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The calculation is right but it filters the "inactive" weeks out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114400#M509656</guid>
      <dc:creator>belromvar</dc:creator>
      <dc:date>2018-09-27T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Brushing and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114401#M509658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uncheck 'Supress zero-values' in presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114401#M509658</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-09-27T08:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Brushing and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114402#M509659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not right, it assigns 0´s to the other values and I would like to see them, just with a different color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114402#M509659</guid>
      <dc:creator>belromvar</dc:creator>
      <dc:date>2018-09-27T08:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Brushing and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114403#M509660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Cal_Week=Cal_Week, count(distinct RoundCounter), Count({1}distinct RoundCounter))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Now you need to &lt;STRONG&gt;check&lt;/STRONG&gt; zero suppression setting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 09:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114403#M509660</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-09-27T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Brushing and set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114404#M509661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help. It works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 09:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Brushing-and-set-analysis/m-p/114404#M509661</guid>
      <dc:creator>belromvar</dc:creator>
      <dc:date>2018-09-27T09:11:48Z</dc:date>
    </item>
  </channel>
</rss>

